Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 669 Bytes

File metadata and controls

17 lines (15 loc) · 669 Bytes
title WebhookTriggerAction
description WebhookTriggerAction Schema Reference

Properties

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