Use custom field value in HTTP request action

Example: Use custom field value in HTTP request action

Custom field in HTTP request

You can use the custom field value for the HTTP request action in automation rules.

Custom field name in one word

Here is an example of using the custom field in a slack message HTTP request:

1928
{{ToJsonText(Example)}}

Custom field with space in the name

Here is an example of using the custom field which has space in the name in slack message HTTP request:

2018
{{ToJsonText([Example name])}}