Overview of new API methods, enhancements, and technical changes
May 2026
Retrieve GDPR-compliant unsubscriptions
The GetGdprUnsubscriptions method allows you to retrieve the most recent GDPR-compliant unsubscriptions. The oldest entry dates back 14 days.
For more information, click here.
April 2026
Retrieve click statistics for a sent campaign
The GetClickStatistics method allows you to retrieve click statistics for a sent campaign.
For more information, click here.
Retrieve delivery statistics for a sent campaign
The GetDeliveryStatistics method allows you to retrieve delivery statistics for a sent campaign.
For more information, click here.
Changes to Existing API Methods
Type SendTriggerMailResult
The return value of an existing method has been expanded: The TriggerMailResult type now includes the additional “Webversion” attribute, which is available immediately.
For more information, click here.
November 2025
Reading form fields
The GetFormFields method allows you to read form fields from a form via the interface.
Further information can be found here.
Reading statistical data for a single sent TriggerMail
The GetTriggerMailStatistics method allows you to read statistical data for a sent TriggerMail.
Further information can be found here.
October 2025
Submitting Forms
A new API method is now available that allows forms to be submitted directly via the interface. All form configurations are taken into account, and all associated actions are executed accordingly. Furthermore, all validations are performed just as with a standard form submission.
If the form is linked to an event, submitting it will also trigger the event registration.
For more information, click here.
