POST Sync Funnel New Steps​
POST
/funnels/{id}/sync-new-steps
Sync completed subscribers to newly added steps in a funnel. Requires the funnel to be in published status and FluentCRM Pro to be active. Re-enrolls completed subscribers that stopped before the latest steps.
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)
Parameters​
Path Parameters
id*
The funnel ID.
Type
Requiredinteger
Responses​
Steps synced successfully.
application/json
JSON
{
"message": "string"
}