{ "type": "streak.lost", "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" } }, "length": 7 }
The webhook event.
The webhook event type.
streak.lost
The user who lost the streak. An object with editable user fields.
Show child attributes
The length of the streak that was lost.
Return a 200 status to indicate the webhook was received and processed.
Was this page helpful?