v1
latestOpenAPI 3.0.02026-07-244771176.5 KBRCS
Send RCS message
This endpoint is in beta and may change in future versions. Sends an RCS message to a single recipient.
post/v2/rcs/messages
Request body
Example request
{
"sender": "DemoSender",
"recipient": "447903749662",
"content_type": "text",
"content": {
"text": {
"message": "Hi Michael,\nJust a quick reminder. You are amazing!!\nReply STOP to opt out."
}
},
"message_ref": "order-12345"
}Response
OK
Example response
{
"data": {
"id": "6fdae71c-dad7-4c36-9734-a69693ecf3b4",
"message_ref": "order-12345",
"sender": "DemoSender",
"recipient": "447903749662",
"content_type": "text",
"content": {
"text": {
"message": "Hi Michael,\nJust a quick reminder. You are amazing!!\nReply STOP to opt out."
}
},
"created_at": "2021-01-01T00:00:00Z"
}
}