Sends a text message to a specified recipient.
Request
Body Params application/json
{
"to": "5535910173430",
"text": "Olá, esta é uma mensagem de teste!"
}
Request samples
curl --location --request POST 'https://nexus.sourei.com.br/api/v1/messages/text' \
--header 'Authorization: Bearer {{token}}' \
--header 'x-session-id: {{session_id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"to": "5535910173430",
"text": "Olá, esta é uma mensagem de teste!"
}'
Responses
application/json Modified at 2025-04-29 12:46:55