For the complete documentation index, see llms-docs.txt or the site index llms.txt. Full docs corpus: llms-full-docs.txt. Prefer the markdown version of this page at /docs/webhooks/domains/updated.md. Product capabilities: skill.md. Docs MCP: /docs/mcp. Site MCP: /mcp.
domain.update
Webhook event triggered when a domain is updated.
{
"id": "whev_01h…",
"type": "domain.update",
"created_at": "2026-07-22T12:00:00.000Z",
"data": {
"id": "dom_123456789",
"name": "example.com",
"status": "active"
}
}The domain.update event is triggered when a domain's settings change (tracking, TLS, send/receive flags, etc.).
Event Details
All webhook payloads follow a consistent top-level structure with event-specific data nested within the data object.
type string
The event type that triggered the webhook (domain.update).
created_at string
ISO 8601 timestamp when the webhook event was created.
data object
Contains the updated domain identity and status (id, name, status).
Handling this event
When your endpoint receives a domain.update event, you might want to:
- Refresh cached domain configuration.
- Re-run internal validation against the new settings.
Learn More
Was this page helpful?
- Need help? Contact Support.
- Chat with Reloop developers on Discord.
- Check out our changelog.
- Questions? Contact Sales.
- LLM? Read llms.txt.