API Documentation
Schemas
- Egress
- Export
- Websocket
- Webhook
- HTTP Gateway
- Errors
Authentication
Gateway
Webhooks
Export
Stream configuration
Processor
Event payload
Group state changed event
Event that is triggered when the state of a group changes.
Copy
{
"groupId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"state": "CREATED",
"subject": "<string>",
"dynamicWebhookEndpoints": [
{
"id": "<string>",
"url": "<string>",
"events": [
"<string>"
],
"enabled": true,
"description": "<string>"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.