Skip to main content
POST
/
messaging
/
conversations
/
{conversation_id}
/
messages
/
template
Send Template Message
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/messaging/conversations/{conversation_id}/messages/template \
  --header 'Content-Type: application/json' \
  --data '
{
  "template_name": "<string>",
  "language": "en",
  "components": [
    "<unknown>"
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

conversation_id
string<uuid>
required

Body

application/json
template_name
string
required
language
string
default:en
components
any[] | null

Response

Successful Response