Webhook v3
This node allows you to trigger an automation externally.
Use a Webhook node if you want to trigger your automation externally.
In order to successfully trigger the webhook, the Start node should not be connected at all and the automation should be running.
The next
trigger will start processing the next item in the queue. If the queue is empty, processing is set to false
and the webhook simply waits for the next time that it is triggered.
Make sure to always connect the
next
trigger so that when all items in the queue have been processed, the processing
field is set to false. Otherwise new webhook triggers will not result in any action. If you want to clear the queue, use the reset
trigger.
You can set a specific schema
that validates all data being passed in or leave it at any
, which allows any data to be passed in.
Due to how the project management tool Monday.com uses webhooks, it is not possible to send a body to the webhook that contains just the “challenge” parameter, as that is used for webhook validation only.
Did this answer your question?
😞
😐
🤩
Last updated on February 6, 2023