Optional
additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional
rateDefines a rate limit for a trigger.
Generated using TypeDoc
Trigger a workflow VIA GitHub webhook. To trigger a workflow from GitHub, you must set a
webhookSecret
. In your GitHub Webhook Settings, set the Payload URL to "base_url"/api/v2/workflows/"workflow_id"/webhook?orgId="org_id", select application/json for the content type, and be highly recommend enabling SSL verification for security. The workflow must be published.