Logo
ActiveCampaign Developer Relations API Documentation

Create a Message

POST {{yourAccountUrl}}/api/3/messages

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Api-Token
string Your ActiveCampaign API Token




RESPONSES

status





Curl
curl -X POST '/api/3/messages' -H 'Api-Token: yourApiKey' -d '{"message":{"fromname":"AC Admin","fromemail":"noreply@example.com","reply2":"hello@example.com","subject":"You are subscribing to %LISTNAME%","preheader_text":"Pre-header Text","text":"hello","html":"\u003cdiv\u003ehello\u003c/div\u003e"}}'

ENDPOINTS