Skip to content
View as Markdown

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
integer
Required

Responses​

Steps synced successfully.

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

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI