{ "type": "streak.freeze_earned", "user": { "id": "user-id", "email": "[email protected]", "tz": "Europe/London", "subscribedToEmails": true, "created": "2021-01-01T00:00:00Z", "updated": "2021-01-01T00:00:00Z", "attributes": { "department": "engineering", "role": "developer" } }, "earned": 1, "freezes": 2 }
Triggered when a user earns streak freezes.
The webhook event.
The webhook event type.
streak.freeze_earned
The user who earned streak freezes.
Show child attributes
The number of freezes earned.
The total number of freezes the user has after the event.
Return a 200 status to indicate the webhook was received and processed.
Was this page helpful?