cURL
curl --request POST \ --url http://api.gu1.ai/marketplace/messaging/send-sms \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "to": "<string>", "senderIndex": 123, "templateParams": {} } '
POST /marketplace/messaging/send-sms — SMS transacional com template ou texto inline
POST https://api.gu1.ai/marketplace/messaging/send-sms
{{variável}}
templateId
body
templateParams
{ "to": "+5511999999999", "body": "Seu código: {{token}}", "templateParams": { "token": "123456" } }
error
success: false
Was this page helpful?