{
"status": 200,
"message": "Webhook event types fetched",
"data": [
{
"value": "domain.status_changed",
"label": "Domain status changed",
"description": "Fires when a domain's status changes (e.g. active, suspended).",
"category": "Domains"
},
{
"value": "mailbox.status_changed",
"label": "Mailbox status changed",
"description": "Fires when a mailbox's status changes.",
"category": "Mailboxes"
},
{
"value": "subscription.billing_changed",
"label": "Subscription billing changed",
"description": "Fires when a subscription's billing details change.",
"category": "Subscriptions"
},
{
"value": "export.failed",
"label": "Export failed",
"description": "Fires when an export job fails.",
"category": "Exports"
},
{
"value": "placement_test.status_changed",
"label": "Placement test status changed",
"description": "Fires when a placement test's status changes.",
"category": "Placement Tests"
},
{
"value": "workspace.invitations",
"label": "Workspace invitations",
"description": "Fires when a member accepts an invite, leaves a workspace, or has their role changed.",
"category": "Workspaces"
}
]
}