Skip to content
View as Markdown

POST Save Integration Settings​

POST
/setting/integrations

Save settings for a deep integration provider or trigger a sync operation. The action field determines whether to save settings or trigger a data sync. Provider-specific processing is handled via the fluentcrm_deep_integration_save_{provider} or fluentcrm_deep_integration_sync_{provider} filters.

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
{
"provider": "string",
"action": "string",
"additionalProperties": "string"
}

Responses​

Integration settings saved or sync triggered successfully. Response varies by provider.

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

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI