June Offer Every MAX plan gets a fully custom-built system Free custom system worth $1,500-$10,000 · worth $1,500-$10,000
Browse modules
Overview/Messaging

Templates

6 read4 write

Reusable email, SMS and DM templates — list and create (content only, never sends).

Detailed reference

list_dm_templatesreadtemplates.view

Instagram DM templates available across connected accounts.

Parameters
limitintegerDefaults to 25, max 100.
Returns

Per template: id, name, body, account_ids, updated_at.

Example question

"What DM templates do I use for cold outreach?"

list_email_templatesreadtemplates.view

Email templates with subject, last-modified date, and folder.

Parameters
limitintegerDefaults to 25, max 100.
Returns

Per template: id, name, subject, body_preview, folder, updated_at.

Example question

"What email templates do I have for upsells?"

list_sms_templatesreadtemplates.view

SMS templates with body preview and character count.

Parameters
limitintegerDefaults to 25, max 100.
Returns

Per template: id, name, body, character_count, segments, updated_at.

Example question

"Show me my SMS reminder templates."

list_template_variablesreadtemplates.view

Available merge tags ({first_name}, {company}, etc.) for personalisation in any template.

Parameters

None.

Returns

Array of variables with name, sample_value, source (lead/agency/system).

Example question

"What variables can I use in templates?"

create_dm_templatewritetemplates.create

Author a reusable Instagram DM template.

Parameters
name *stringDisplay name.
body *stringDM body. Merge tags allowed.
Returns

Created template object with id and validation result.

Example question

"Write a DM template for re-engaging old leads."

create_email_templatewritetemplates.create

Author a new reusable email template. Templates are content only - they do not send anything.

Parameters
name *stringDisplay name.
body *stringHTML or plain-text body. Merge tags allowed.
subjectstring?Email subject line.
Returns

Created template object with id and merge variable validation result.

Example question

"Draft an email template for booked-call no-shows."

create_sms_templatewritetemplates.create

Author a reusable SMS template with automatic character-count and segment guidance.

Parameters
name *stringDisplay name.
body *stringSMS body. Merge tags allowed.
Returns

Created template object with id, character_count, segments.

Example question

"Create an SMS reminder template for upcoming meetings."

More tools

3
  • get_templateread

    Read the full content of one template (email/SMS/DM). Returns

  • list_voicemail_templatesread
  • update_templatewrite

    Update fields on an existing template. Only fields you pass are