Get all SMS templates for organization
Users
Get all SMS templates for organization
Returns SMS, campaign, script, and automation templates visible to the authenticated user, optionally filtered by template type.
GET
Get all SMS templates for organization
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Available options:
sms, campaign, script, automation Response
Templates returned
Example:
[
{
"_id": "64eea1110000000000000050",
"name": "Intro - new lead",
"template": "Hi {{firstName}}, thanks for reaching out — when is a good time to chat?",
"type": "sms",
"category": "introduction"
}
]