Skip to main content
GET
/
api
/
templates
/
{templateId}
/
variables
Fetch Template Variables
curl --request GET \
  --url https://api.automatechats.com/api/templates/{templateId}/variables \
  --header 'X-API-Key: <api-key>'
{
  "status": "<string>",
  "data": {
    "header": [
      "<string>"
    ],
    "body": [
      "<string>"
    ],
    "buttons": [
      "<string>"
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://automatebusiness.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

templateId
string
required

Response

200 - application/json

Variables required by the template

status
string
data
object