Configs
Toggle Workflow in Config
Enable or disable a workflow within a config.
PATCH
Enable or disable a single workflow within an app’s config installation. Returns the updated list of workflows in the config.
Authentication
Configs are scoped to a linked account via thelinked_account_id header.
Your Refold API key.
The linked account.
Path Parameters
The app slug. Example:
hubspotThe config ID (defaults to the linked account ID).
The workflow to enable or disable.
Body Parameters
true to enable the workflow, false to disable it.Response
- 200 OK
- 404 Not Found
The config’s workflows after the change, each
{id, name, description, enabled}.