Email Campaign API
This page contains links to the endpoints that you are most likely to use when customizing an email campaign using Act-On API endpoints.
-
Add New Template or Draft Message
POST https://api.actonsoftware.com/api/1/message This endpoint allows you to create a template or ...
-
Delete a Message
DELETE https://api.actonsoftware.com/api/1/message/{id} This endpoint allows you to delete a messa...
-
Email Campaign API Overview
This page contains links to the endpoints that you are most likely to use when customizing an emai...
-
Get Campaign
GET https://api.actonsoftware.com/api/1/campaigns/{ID} Customers wanting to access our API via ou...
-
Get Campaigns List
GET https://api.actonsoftware.com/api/1/campaigns Customers wanting to access our API via our ga...
-
Get Message HTML
GET https://api.actonsoftware.com/api/1/customevents/{id}/status This endpoint will return the HTM...
-
Get Message List
GET https://api.actonsoftware.com/api/1/message?type={type} This endpoint will allow you to downlo...
-
Resend a Message
PUT https://api.actonsoftware.com/api/1/message/{id}/send This endpoint allows you to resend a mes...
-
Update Template or Draft Message
PUT https://api.actonsoftware.com/api/1/message/{id} This endpoint allows you to update a template...