GET Get Built-In Templates​
GET
/templates/built-in-templates
Retrieve a collection of pre-designed email templates from the FluentCRM template library. Templates are fetched from a remote API and cached locally for 24 hours. Each template includes its design JSON, cover image, and metadata.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Responses​
List of built-in email templates.
application/json
JSON
{
"templates": [
{
"id": 0,
"title": "string",
"content": "string",
"short_description": "string",
"link": "string",
"media_url": "string",
"status": "string",
"cover_image": "string"
}
]
}