Events - Site
Overview
Webhook events the creation, update, and deletion of a site.
Available events
Event type
Event schema
site.site-created
{
"code": "String",
"tenant": "String"
}
site.site-deleted
{
"code": "String",
"tenant": "String"
}
site.site-updated
{
"code": "String",
"tenant": "String"
}
Last updated
Was this helpful?