What’s Changing
The Act-On REST API now fully supports emails created in the new Email Composer. The following endpoints work seamlessly with both new and old composer emails without changes to the existing API payloads:
- Send a message
- Resend a message
- Update a template or draft message
- Delete a message
- Get message HTML contents
An additional parameter isnewcomposer
has been added to the Add new template or draft message endpoint, enabling users to specify whether the draft or template is created in the new or old composer.
isnewcomposer
, the draft or template will be created in the legacy composer, ensuring any previous integration you have set up continues to work as expected.When
This feature was released on November 1, 2024.
Customer Impact
API users can now create and manage emails and templates in the new composer using the same endpoints they are familiar with. Existing API calls you have configured should continue to work as expected.