Journey
Journey
Variables
| Key | Value | Type |
|---|---|---|
| baseUrl | https://app.vya.digital | string |
Endpoints
Enviar mensagens
1. sms
Endpoint:
Method: POST
Type: RAW
URL: {{baseUrl}}/api/v2/messages/sms
Headers:
| Key | Value | Description |
|---|---|---|
| x-api-key | {{apiKey}} |
Body:
{
"contatos": [
{
"telefone": "11999999999",
"referenciaCliente": "10347081_92627",
"mensagem": "Seu texto aqui até 160 caracteres"
}
]
}
Generated at 2023-09-27 09:34:36 by docgen