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.

  1. Login to CloudContactAI

  2. Navigate to the Settings Tab of a Paid Account

  3. Click on the Integration Tab

  4. 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.

  5. Your callback will receive a JSON block.

    {
      "smsSid": 12345,
      "totalPrice": 0.12,
      "to": "+199999999",
      "messageStatus": "SENT",
      "segments": 4
    }