How to use dynamic variables in your URL
Use dynamic variables in your workflow webhook
Dynamic variables can be used to send values in the webhook URL. These “variables” will be evaluated and sent as URL parameters.
For example, if you want to include the customer’s email in the webhook, you can use the dynamic variable to do so. The webhook URL would then be:
In this example, the webhook will evaluate the variables and will pass the following to your system:
Please take a look at the available default variables in the below table. In addition, to the default dynamic variables, you can use any custom field, also.
Using custom fields as dynamic variables
You can use any custom field to populate the variable with its value. To do so, please make sure that your “Custom Field Variable Name” has a value (you can also just click on “Save” within the custom field edit dialog and it will create it for you). Once done, you can use that “custom field variable” and include it in your webhook URL like:
The example above assumes that you have a custom field called “Project name” with the variable “project_name”.
Default Dynamic Variables
These are all the built-in dynamic variables that you can use as URL parameters
Last updated on Sep. 27th, 2022