Skip to content
View as Markdown

POST Import Funnel​

POST
/campaign-pro-settings/import_funnel

Import an automation funnel from a file. Accepts a funnel configuration file and creates the corresponding funnel with all its sequences, triggers, and actions.

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​

Funnel imported successfully.

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

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI