AutomationWebhookTriggerConfig
Type: Object
Configuration for webhook trigger nodes that create HTTP endpoints to trigger workflow execution. The webhook URL is automatically generated based on the workflow ID and trigger handle.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| allowedMethods | [HttpVerbEnum!]! | HTTP methods allowed for this webhook | ||
| authenticationRequired | Boolean! | Whether the webhook requires authentication | ||
| expectedContentType | ContentTypeEnum | Expected Content-Type header for incoming requests | ||
| timeoutSeconds | Int! | Timeout for webhook processing in seconds | ||
| type | String! | Node type identifier |