Send a Message (With a Fallback)
POST https://conversations.messagebird.com/v1/send
Request Body
{"to"=>"{+number}", "from"=>"{channelId}", "type"=>"text", "content"=>{"text"=>"Hello!"}, "reportUrl"=>"https://example.com/reports", "source"=>{"foo"=>"bar"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |