Create a new Stream Message.
Create a new Stream Message.
Path parameters
-
The SID of the Sync Service to create the new Stream Message in.
-
The SID of the Sync Stream to create the new Stream Message resource for.
POST
/v1/Services/{ServiceSid}/Streams/{StreamSid}/Messages
curl \
--request POST 'https://sync.twilio.com/v1/Services/{ServiceSid}/Streams/{StreamSid}/Messages' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'Data=%7B%7D'
Request example
{"Data"=>"{}"}
Response examples (201)
{
"sid": "TZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"data": {}
}