Navigation

User converted

Summary

Fires when a user converts, for example from a free trial to a paid account.

Payload

The user.converted event sends the account that converted along with its current device counts and metadata.

{
  event: "user.converted",
  user: {
    external_id: String,
    metadata_fields: Map<String, String>,
    converted: Boolean,
    converted_at: Date,
    conversion_detected_at: Date,
    device_count: Number,
    attached_device_count: Number,
    createdAt: Date,
    updatedAt: Date,
  }
}