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:
{{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:
{{ToJsonText([Example name])}}
Updated about 2 years ago