Webhooks: Saving event details to a file🔗

It is possible to use the Run external application on server 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 Actions before setting up tasks with it.

Related references