| title | WebhookTriggerAction |
|---|---|
| description | WebhookTriggerAction Schema Reference |
| Property | Type | Required | Description |
|---|---|---|---|
| name | string |
✅ | Action name |
| type | string |
✅ | |
| url | string |
✅ | Webhook URL to call |
| method | Enum<'POST' | 'PUT'> |
optional | HTTP method |
| headers | Record<string, string> |
optional | Custom headers |
| payload | any |
optional | Webhook payload (uses record data if not specified) |
| retryOnFailure | boolean |
optional | Retry if webhook fails |
| maxRetries | number |
optional | Maximum retry attempts |