Files
oneuptime/Worker/FeatureSet/Workflow/Docs/ComponentDocumentation/Webhook.md

461 B

This trigger lets you start the workflow with the incoming HTTP request.

URL of this trigger:

{{serverUrl}}workflow/trigger/{{webhookSecretKey}}

This URL uses a secret key unique to this workflow. You can reset this secret key from the Workflow Settings page if it is compromised.

This can be a GET or POST request. You can send request headers, and body to the Webhook trigger and that can be accessed by any other components downstream.