Delivery Message Receipt for SMS Messages
CloudContactAI provides a Delivery Message Receipt Mechanism for SMS Messages. You can verify if the Messages were delivered by other Conversations Participants.
-
Login to CloudContactAI
-
Navigate to the Settings Tab of a Paid Account
-
Click on the Integration Tab
-
The second SMS Callback is used for Delivery Messages Receipts. You'll need to configure your application to receive this callback via a PUT or POSTfrom CCAI.
-
Your callback will receive a JSON block.
{ "smsSid": 12345, "totalPrice": 0.12, "to": "+199999999", "messageStatus": "SENT", "segments": 4 }
Updated about 2 months ago