Huddle
Huddle Webhooks
The Huddle
component will emit webhook notifications when a user creates or joins a group huddle.
To read more about how to setup webhooks with our SDK, click here.
List of Action Types
Action Type | Description |
---|---|
created | When a User created a Huddle |
join | When a User joins a Huddle |
Webhook data
Field | Type | Required | Description |
---|---|---|---|
webhookId | string | Yes | The unique identifier for the webhook event. |
actionType | string | Yes | Type of action: created or joined |
notificationSource | string | Yes | Source of notification: huddle |
actionUser | UserObject | Yes | The user who performed the action |
metadata | object | Yes | Metadata related to the action |
Was this page helpful?