Templates
Create Template
Create a new email template.
POST
Request Body
Template name.
Email subject line. Supports variables and spin syntax like
{{firstName}}, {{company}}.Email body content. Supports variables and spin syntax for personalization and deliverability.
Template category:
email or reply_macro.Rate Limit
- 100 requests per minute, per API key. Fixed 60-second window.
- Every response includes
X-RateLimit-Limit,X-RateLimit-Remaining, andX-RateLimit-Reset(unix epoch seconds). - A
429response includes aRetry-Afterheader (seconds until the bucket resets).
Retry-After, exponential backoff, monitoring X-RateLimit-Remaining), see Rate Limiting.