Conversation Message Receipt Resource
Delivery Receipts in Conversations provide visibility into the status of Conversation Messages sent across different channels.
Using Delivery Receipts, you can verify that Messages have been sent, delivered, or even read (for OTT) by Conversations Participants.
ConversationMessageReceipt properties
Resource Properties in REST API format | |
---|---|
account_sid
|
The unique ID of the Account responsible for this participant. |
conversation_sid
|
The unique ID of the Conversation for this message. |
sid
|
このリソースを一意に識別する 34 文字の文字列です。 |
message_sid
|
The SID of the message within a Conversation the delivery receipt belongs to |
channel_message_sid
|
A messaging channel-specific identifier for the message delivered to participant e.g. |
participant_sid
|
The unique ID of the participant the delivery receipt belongs to. |
status
|
The message delivery status, can be |
error_code
|
The message delivery error code for a |
date_created
|
このリソースの作成された日付です。 |
date_updated
|
The date that this resource was last updated. |
url
|
An absolute API resource URL for this delivery receipt. |
Fetch a ConversationMessageReceipt resource
https://conversations.twilio.com/v1/Conversations/{ConversationSid}/Messages/{MessageSid}/Receipts/{Sid}
パラメーター
Parameters in REST API format | |
---|---|
conversation_sid
Path
|
The unique ID of the Conversation for this message. |
message_sid
Path
|
The SID of the message within a Conversation the delivery receipt belongs to. |
sid
Path
|
このリソースを一意に識別する 34 文字の文字列です。 |
例 1
Read multiple ConversationMessageReceipt resources
https://conversations.twilio.com/v1/Conversations/{ConversationSid}/Messages/{MessageSid}/Receipts
パラメーター
Parameters in REST API format | |
---|---|
conversation_sid
Path
|
The unique ID of the Conversation for this message. |
message_sid
Path
|
The SID of the message within a Conversation the delivery receipt belongs to. |
例 1
ヘルプが必要ですか?
誰しもが一度は考える「コーディングって難しい」。そんな時は、お問い合わせフォームから質問してください。 または、Stack Overflow でTwilioタグのついた情報から欲しいものを探してみましょう。