Create a message for a given campaign
POST {{baseUrl}}/v4/campaigns/00000000-0000-0000-0000-000000000000/messages
Send a message through a campaign.
Request Body
{"channelIdentifier"=>"email@email.com"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"attachmentUrl":"https://www.podium.com/","body":"Hello there.","contact":{"externalIdentifier":"123-abc","name":"Joe Orange","uid":"00000000-0000-0000-0000-000000000000"},"contactName":"Joe Orange","conversation":{"assignedUserUid":"00000000-0000-0000-0000-000000000000","channel":{"identifier":"email@email.com","type":"email"},"startedAt":"2015-01-23T23:50:07Z","uid":"00000000-0000-0000-0000-000000000000"},"createdAt":"2015-01-23T23:50:07Z","failureReason":"Attempted to send SMS to a landline.","location":{"organizationUid":"00000000-0000-0000-0000-000000000000","uid":"00000000-0000-0000-0000-000000000000"},"sender":{"uid":"00000000-0000-0000-0000-000000000000"},"senderUid":"00000000-0000-0000-0000-000000000000","uid":"00000000-0000-0000-0000-000000000000"},"metadata":{"url":"https://www.podium.com/"}}