Enumeration CustomerStatus

The core customer life cycle.

Enumeration Members

Enumeration Members

Active: "ACTIVE"

The customer is currently either waiting for help or being helped, depending on if they're assigned to a user or not.

Idle: "IDLE"

The default status of a customer when they don't have any open issues. Any activity on their timeline will move them into ACTIVE.

Snoozed: "SNOOZED"

Indicates that a user is waiting for a customer to get back. Any activity on their timeline will move them into ACTIVE.

Generated using TypeDoc