Skip to main content

Error Response

When a template is required but not provided:

Solution

Step 1: List Templates

First, get the list of available templates:

Step 2: Select a Template

Choose a template_id from the response.

Step 3: Retry with Template

Include the template_id in your request:

Python Example

Prevention

Always Provide Template ID

Use Default Template

If your account has a default template, you can omit template_id:

REST API

For REST API, always include template_id:

Selecting Templates

Learn how to select templates

List Templates

See how to list templates