Skip to main content

Project Config data (reusable variables)

In any project you can set 'project level config':

project-config-data

This is data that can be re-used throughout your workflows e.g. notification email addresses, service IDs, base URLs etc.

It can then be referenced as e.g. $.config.project_email

config-data-project-email

This is great for 'single-sourcing' data - i.e. if this data changes you only need to update the config data and it will propagate throughout the workflow

It is also possible to set config data by using 'convert to config' from within the properties panel itself:

config-data-convert-to-config

Config data for Embedded End Users

Project config can be made available to End Users of your Embedded integrations, to enable them to personalize the integration for their own use.

Please see our documentation on Auth and Config slots for more information.