Navigation
Legacy

You're viewing the previous version. For the current product, see the v3 API reference.

User converted

Summary

Use this webhook to get notified when an user has converted.

Payload

The user.converted webhook returns one property with a User object.

{
  event: "user.converted",
  user: User
}