Skip to main content
POST
/
integrations
/
sms
/
send
Send Sms
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/integrations/sms/send \
  --header 'Content-Type: application/json' \
  --data '
{
  "to": "<string>",
  "body": "<string>",
  "from_number": "<string>",
  "tags": {},
  "customer_id": "<string>",
  "event_type": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
to
string
required
body
string
required
from_number
string | null
tags
Tags · object
customer_id
string | null
event_type
string | null

Response

Successful Response