Skip to content
View as Markdown

POST Sync WhatsApp Templates​

POST
/whatsapp/templates/sync

Sync WhatsApp templates from the configured provider into FluentCRM. PRO (requires FluentCampaign Pro WhatsApp module).

Required capability: fcrm_read_emails

Enforced by SMSPolicy::verifyRequest(), the policy default for this route group.

Requires: FluentCampaign Pro with the SMS module enabled. While SMS is switched off the route is not registered at all and returns a 404.

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​

Templates synced from the provider.

application/json
JSON
{
"message": "string",
"synced": 0
}

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI