Skip to content
View as Markdown

POST Fetch Built-In Template​

POST
/templates/built-in-template

Download a single built-in template from an allowed remote FluentCRM template URL and return it in FluentCRM's local template payload shape without saving it as a WordPress template.

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)

Request Body​

application/json
JSON
{
"file": "string"
}

Responses​

Built-in template downloaded and normalized successfully.

application/json
JSON
{
"message": "string",
"template": {
"post_title": "string",
"post_content": "string",
"post_excerpt": "string",
"email_subject": "string",
"edit_type": "string",
"design_template": "string",
"settings": {
"template_config": {
"additionalProperties": "string"
},
"footer_settings": {
"custom_footer": "string",
"footer_content": "string",
"disable_footer": "string"
}
},
"_visual_builder_design": "string"
}
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI