Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1014 Bytes

File metadata and controls

18 lines (15 loc) · 1014 Bytes

# MailV1WebhooksWebhookCreatedResource

Properties

Name Type Description Notes
id string Unique webhook identifier
mailbox \Hostinger\Model\MailV1WebhooksWebhookMailboxResource
name string Human-readable name for this webhook
description string Optional description of the webhook's purpose
events string[] Events that trigger this webhook
status string Current status of the webhook
url string URL that receives webhook POST requests
secret string One-time webhook secret, returned only on creation. Sent as `Authorization: Bearer <secret>` with every delivery.
createdAt \DateTime
updatedAt \DateTime

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