This topic describes how to use a webhook after it has been created. It provides step-by-step instructions for configuration and usage.
Once the webhook is created, complete the following steps.
-
Enable the automation.
-
Copy the webhook URL from the webhook card.
Note: The webhook URL is sensitive. Do not share or expose it. Anyone with access to the URL can trigger the webhook.
-
Use the URL as the POST request endpoint in the third-party system.
-
Configure these in the third-party system.
-
Authentication (if defined)
-
Webhook payload
-
Test the webhook by sending a sample payload from the third-party system to confirm the automation triggers correctly.