Webhook
Improve your automation process with the Webhook system utility app. Receive webhook payloads in XML or JSON format, and easily map data fields to actions. Instantly execute automated tasks upon receiving data, saving you time and effort. Get started toda
A webhook is a mechanism that allows other systems to trigger the execution of automations instantly when specific events occur by sending data to a specified URL associated with an automation's webhook trigger.
If you need to return automation output data back to the sending system, see Web Service.
The Webhook system utility app provides a single trigger for receiving a webhook data payload in either XML or JSON format:

When the trigger is configured it will provide the webhook URL and let you copy it to your system clipboard:

It will then wait for you to send a test XML or JSON payload so it can extract the mappable data fields from it:

Generally you will configure another system with the provided webhook URL and initiate a test transaction.
When the payload is received you can then save the trigger:

The data fields that were parsed from the sample payload can then be mapped to actions.
Unlike a polling trigger, a webhook automation will be immediately queued for execution whenever it receives data.