go-firefly3/docs/WebhookStore.md
2024-05-11 14:45:50 +03:00

824 B

WebhookStore

Properties

Name Type Description Notes
Active bool Boolean to indicate if the webhook is active [optional] [default to null]
Title string A title for the webhook for easy recognition. [default to null]
Trigger *WebhookTrigger [default to null]
Response *WebhookResponse [default to null]
Delivery *WebhookDelivery [default to null]
Url string The URL of the webhook. Has to start with `https`. [default to null]

[Back to Model list] [Back to API list] [Back to README]