Remove organizationId/organizationSlug fields; add organization-team-create event
BreakingBreaking change
This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.
What changed
Two changes are present in this diff:
- Breaking: The
organizationIdandorganizationSlugproperties have been removed from a webhook/event payload schema (the object previously hadslug,organizationId, andorganizationSlug; now onlyslugremains). Clients reading these fields from that payload will stop receiving them. - Additive: A new event type
"organization-team-create"has been added to three event-type enum lists, allowing webhooks/filters to subscribe to this new event.