POST Run Cron Event​
POST
/setting/run_cron
Manually trigger a specific FluentCRM cron event. Useful for debugging or when cron jobs are not running on schedule.
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
{
"hook": "string"
}
Responses​
Cron event executed successfully.
application/json
JSON
{
"message": "string"
}