Config Fields
Update Config Field Value
Set the value of a single config field.
PUT
Set the value for a single config field, optionally scoped to a specific workflow. The config must already be installed for the linked account (see Get or Create Config).
Option 2 — Session token
Authentication
This endpoint is scoped to a linked account, so it accepts either authentication method. Option 1 — API keyYour Refold API key.
The linked account.
Session token. Format:
Bearer YOUR_SESSION_TOKENHeaders
The app slug. Example:
hubspotPath Parameters
The field ID to set.
Query Parameters
Config to scope to. Defaults to the linked account’s config.
Scope the value to a specific workflow.
Body Parameters
The value to set. Shape depends on the field type (e.g. an array for a multi-select).
Response
- 200 OK
- 404 Not Found
Returns the field with its new
value.