{ "type": "streak.freeze_consumed", "user": { "id": "user-id", "email": "user@example.com", "tz": "Europe/London", "subscribedToEmails": true, "created": "2021-01-01T00:00:00Z", "updated": "2021-01-01T00:00:00Z", "attributes": { "department": "engineering", "role": "developer" } }, "consumed": 1, "freezes": 2 }
The webhook event.
The webhook event type.
streak.freeze_consumed
The user whose streak freeze was consumed.
Show child attributes
The number of freezes consumed.
The total number of freezes the user has left after the consumption.
Return a 200 status to indicate the webhook was received and processed.
Was this page helpful?