ghl_create_template
Create SMS, email, or WhatsApp templates with custom body and subject for email. Returns the new template ID.
Instructions
Create a new SMS, email, or WhatsApp template. For email, provide a subject and HTML body. Returns the created template including its ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Template body — plain text for SMS/WhatsApp, HTML for email | |
| name | Yes | Template display name | |
| type | Yes | Template channel type | |
| subject | No | Subject line — required for email templates | |
| attachments | No | Array of attachment URLs |