Webhooks: Saving event details to a file🔗

It is possible to use the template variables action to save event details to a text file.

../../_images/web-hooks-script.png

To do this, create a batch file with content similar to the one below:

echo %* >> events.txt

And state its location in the Path field with the required variables in the Arguments field. When the action is performed, the values of the specified variables will be written in string form to the events.txt file.

Warning

Check the Send notification by email before setting up tasks with it.

Related references