Project config data (reusable variables)

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

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

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 for Embedded End Users
Copy

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 Config slots for more information.