{ "type": "achievement.completed", "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" } }, "achievement": { "id": "d01dcbcb-d51e-4c12-b054-dc811dcdc625", "name": "Completed Onboarding", "trigger": "api", "description": null, "key": "completed-onboarding", "achievedAt": "2021-01-01T00:00:00Z", "badgeUrl": "https://example.com/badge2.png" } }
Triggered when a user completes an achievement.
The webhook event.
The webhook event type.
achievement.completed
The user who completed the achievement.
Show child attributes
The achievement completion that occurred.
Return a 200 status to indicate the webhook was received and processed.
Was this page helpful?