Skip to main content
POST
/
sms-templates
Create Sms Template
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/sms-templates \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "event_type": "<string>",
  "description": "<string>",
  "default_locale": "en"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
name
string
required
event_type
string
required
description
string | null
default_locale
string | null
default:en

Response

Successful Response