This API checks for an existing config based on a specified config_id
(if not provided, the config_id
defaults to the linked_account_id
.) If the config exists, it returns the existing setup or else creates a new config.
Request description
Body Parameters
Application slug. Eg: mailerlite
A unique id for the config. If not provided, linked_account_id
is considered as the config_id
by default.
An object containing dynamic mapping of user specified fields.
Example label. Eg: Customer Name
Example value. Generally this is the field through which the user passed value for mapping. Eg: customer_name
Response description
Unique ID of the created config
Global input fields of an application
Field input type. Expected values: text
, number
, select
, map
Options array for the select
field, or map
field.
If the field is a required field.
Dynamic fields for user to map data to the map options.
Published workflows of the application
If the workflow is enabled for the linked account
Workflow specific input fields
Field input type. Expected values: text
, number
, select
, map
Options array for the select
field, or map
field.
If the field is a required field.
Dynamic fields for user to map data to the map options.