Templates
Search Templates
Search for email templates by name or other criteria using the AutoSend API.
GET
Authorizations
Bearer authentication header of the form Bearer
<token>, where <token> is your auth token.Query Parameters
Search query string. Searches across template name, subject, and template ID.Example:
"welcome"Filter templates by type.Allowed values:
transactional, marketingExample: "transactional"Filter by exact template name.Example:
"Welcome Email"Filter by subject line.Example:
"Welcome"Filter by template ID.Example:
"A-abc123def456ghi789jk"Page number for pagination (starts at 1).Minimum:
1Example: 1Number of results per page.Range:
1 - 100Example: 10Field to sort results by.Default:
"createdAt"Example: "createdAt"Response
Templates search resultsIndicates if the request was successfulExample:
true