How to associate a new SMS Message with an Existing Campaign
In certain situations, the end user may want to associate a new SMS message with an existing Campaign.
- Create a Campaign
- Take the campaignID from the Campaign.
- POST to this URL replacing {clientId} and {campaignID} accordingly. https://core.cloudcontactai.com/api/clients/{clientId}/campaign/{campaignId}/message
{ "message": "Hello, ${firstName}", "account": { "firstName":"hon", "lastName":"Doe", "phone":"+14155551212" } }
- CloudContactAI should respond with a 200.
{ "status": "success" }
Updated about 2 months ago