Service-Scoped Delivery Receipts in Conversations provide visibility into the status of Service-Scoped Conversation Messages sent across different Conversations within a non-default Conversation Service.
Using Service-Scoped Delivery Receipts, you can verify that Messages have been sent, delivered, or even read (for OTT) by Conversations Participants within a non-default, service-scoped Conversation Service.
All URLs in the reference documentation use the following base URL:
1https://conversations.twilio.com/v12
For Conversations applications that build on more than one Conversation Service instance, you will need to specify the Conversation Service SID in the REST API call:
1GET /v1/Services/ISxx/Conversations/CHxx/Messages2
The unique ID of the Account responsible for this participant.
^AC[0-9a-fA-F]{32}$
Min length: 34
Max length: 34
The SID of the Conversation Service the Message resource is associated with.
^IS[0-9a-fA-F]{32}$
Min length: 34
Max length: 34
The unique ID of the Conversation for this message.
^CH[0-9a-fA-F]{32}$
Min length: 34
Max length: 34
The SID of the message within a Conversation the delivery receipt belongs to
^IM[0-9a-fA-F]{32}$
Min length: 34
Max length: 34
A 34 character string that uniquely identifies this resource.
^DY[0-9a-fA-F]{32}$
Min length: 34
Max length: 34
A messaging channel-specific identifier for the message delivered to participant e.g. SMxx
for SMS, WAxx
for Whatsapp etc.
^[a-zA-Z]{2}[0-9a-fA-F]{32}$
Min length: 34
Max length: 34
The unique ID of the participant the delivery receipt belongs to.
^MB[0-9a-fA-F]{32}$
Min length: 34
Max length: 34
The date that this resource was last updated. null
if the delivery receipt has not been updated.
An absolute API resource URL for this delivery receipt.