Send Async Message

POST https://{{axpAPIDomain}}/api/digital/custom-messaging/v1/accounts/:accountId/messages

Sends messages related to an asynchronous or long lived communication to the contact center. Messages sent with same 'providerDialogId' are considered part of same the conversation.

Request Body

{"channelId"=>"Messaging", "channelProviderId"=>"{{digitalChannelProviderId}}", "businessAccountName"=>"{{digitalBusinessAccountName}}", "customerIdentifiers"=>{"emailAddresses"=>["john@company.com"], "phoneNumbers"=>["+91 20 4101 8003"]}, "body"=>{"elementType"=>"text", "elementText"=>{"text"=>"I need some help to sell my car", "textFormat"=>"PLAINTEXT"}}, "senderName"=>"John Doe", "providerSenderId"=>"PROVIDER_SENDER_ID", "providerDialogId"=>"{{digitalProviderDialogId}}", "providerMessageId"=>"PROVIDER_MESSAGE_ID", "customData"=>{"sentiment"=>"neutral"}, "engagementParameters"=>{"model"=>"512GTB", "interestedModel"=>"488GTB"}}

HEADERS

KeyDatatypeRequiredDescription
appkeystring
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"messageId":"f314569c-710b-11eb-9439-0242ac130002","accountId":"DYNNUG","dialogId":"fc741b00-710b-11eb-9439-0242ac130002","engagementId":"8d7cf5b8-70ad-11eb-9439-0242ac130002","status":"DELIVERED","sessionId":"10494b78-710c-11eb-9439-0242ac130002","businessAccountName":"e94e278d-72e7-48cc-80fc-dba9f8dd1c36","customerIdentifiers":{"emailAddresses":["john@company.com"],"phoneNumbers":["+91 20 4101 8003"]},"channelProviderId":"591c2529-c3a3-4062-a213-b239c18f543b","channelId":"Messaging","senderParticipantId":"277cacfe-710c-11eb-9439-0242ac130002","senderParticipantName":"John Doe","senderParticipantType":"AGENT","body":{"elementType":"text","elementText":{"text":"I need some help to sell my car","textFormat":"PLAINTEXT"}},"customData":{"sentiment":"Neutral"},"messageIndex":0,"parentMessageId":"5963c0d619a30a2e00de36b8","providerDialogId":"ed7e49dc8458c71d1d2f1e31","providerSenderId":"d29c456135dcbe326e490bb2","providerMessageId":"611c9a6a4a250100d4bd2c54","providerParentMessageId":"611c9a6a4a250100d4bd2c54","engagementParameters":{"model":"512GTB","interestedModel":"488GTB"},"receivedAt":"2018-11-13T20:25:39.534Z","lastUpdatedAt":"2018-11-13T20:25:39.734Z","correlationId":"zc38400d-c44f-4451-8316-e75c4efbt779"}