User identification

Identify users to track behavior across sessions.

Using SDK

1
2
3
4
convrs.identify("user_123", {
  email: "user@example.com",
  plan: "pro",
});