The options to configure the Cobalt SDK.
Returns the specified config, or creates one if it doesn't exist.
The payload object for config.
The specified config.
Connect the specified application, optionally with the auth data that user provides.
The application slug.
Optional
payload: Record<string, string>The key value pairs of auth data.
Whether the connection was successful.
Create a lead for an ecosystem app.
The payload object for the lead.
Returns the list of enabled applications and their details.
The list of applications.
Returns the application details for the specified application, provided the application is enabled in Cobalt.
The application slug.
The application details.
Returns all the enabled and ecosystem apps.
The list of applications.
Returns the options for the specified field.
The selected value of the lhs field.
The application slug.
The unique ID of the field.
Optional
workflowId: stringThe unique ID of the workflow, if this is a workflow field.
The specified rule field's options.
Update the specified config.
The update payload.
The specified config.
Update the specified config field value.
The application slug.
The unique ID of the field.
The new value for the field.
Optional
workflowId: stringThe unique ID of the workflow.
The updated config field.
Cobalt Frontend SDK