Create a new message Interaction to send directly from your system to one [Participant]
TODO: Resource-level docs
Create a new message Interaction to send directly from your system to one Participant. The inbound
properties for the Interaction will always be empty.
Path parameters
-
The SID of the parent Service resource.
-
The SID of the parent Session resource.
-
The SID of the Participant resource.
POST /v1/Services/{ServiceSid}/Sessions/{SessionSid}/Participants/{ParticipantSid}/MessageInteractions
curl \
-X POST https://proxy.twilio.com/v1/Services/{ServiceSid}/Sessions/{SessionSid}/Participants/{ParticipantSid}/MessageInteractions \
--user "username:password" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'Body=string&MediaUrl=https%3A%2F%2Fexample.com'
Request example
{
"Body": "string",
"MediaUrl": [
"https://example.com"
]
}
Request examples
{
"Body": "string",
"MediaUrl": [
"https://example.com"
]
}
Response examples (201)
{
"account_sid": "string",
"data": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"inbound_participant_sid": "string",
"inbound_resource_sid": "string",
"inbound_resource_status": "accepted",
"inbound_resource_type": "string",
"inbound_resource_url": "https://example.com",
"outbound_participant_sid": "string",
"outbound_resource_sid": "string",
"outbound_resource_status": "accepted",
"outbound_resource_type": "string",
"outbound_resource_url": "https://example.com",
"participant_sid": "string",
"service_sid": "string",
"session_sid": "string",
"sid": "string",
"type": "message",
"url": "https://example.com"
}
Response examples (201)
{
"account_sid": "string",
"data": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"inbound_participant_sid": "string",
"inbound_resource_sid": "string",
"inbound_resource_status": "accepted",
"inbound_resource_type": "string",
"inbound_resource_url": "https://example.com",
"outbound_participant_sid": "string",
"outbound_resource_sid": "string",
"outbound_resource_status": "accepted",
"outbound_resource_type": "string",
"outbound_resource_url": "https://example.com",
"participant_sid": "string",
"service_sid": "string",
"session_sid": "string",
"sid": "string",
"type": "message",
"url": "https://example.com"
}