lightyear.webhookdelivery
Home > @runlightyear/lightyear > WebhookDelivery
WebhookDelivery interface
Signature:interface WebhookDelivery
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
headers | { [key: string]: string; } | ||
method | "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | ||
url | string |
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
body? | string |