Create a new Stream Message
TODO: Resource-level docs
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 \
-X POST https://sync.twilio.com/v1/Services/{ServiceSid}/Streams/{StreamSid}/Messages \
--user "username:password" \
-H "Content-Type: application/x-www-form-urlencoded"
Request example
{}
Request examples
{}
Response examples (201)
{
"sid": "string"
}
Response examples (201)
{
"sid": "string"
}