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>"
]
}
}Retrieves the specific variables required by a template.
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.