TODO: Resource-level docs
Path parameters
-
Minimum length is
34, maximum length is34. Format should match the following pattern:^KD[0-9a-fA-F]{32}$. -
Minimum length is
34, maximum length is34. Format should match the following pattern:^UO[0-9a-fA-F]{32}$.
POST
/v1/Interactions/{InteractionSid}/Channels/{ChannelSid}/Invites
curl \
--request POST 'https://flex-api.twilio.com/v1/Interactions/{InteractionSid}/Channels/{ChannelSid}/Invites' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded"
Response examples (201)
{
"channel_sid": "string",
"interaction_sid": "string",
"sid": "string",
"url": "https://example.com"
}