Sending Text Message
Use the messages node to send text messages to your customers.
post/wab/v1/messages/
Request body
Response
200
Example response
{
"messages": [
{
"id": "<<generated id>>"
}
]
}Use the messages node to send text messages to your customers.
200
{
"messages": [
{
"id": "<<generated id>>"
}
]
}