For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Six events fire on the customer resource. Each delivers the full customer object on data.object. Update events also include data.previous_attributes with the prior values of the changed fields.
EVENT TYPES
Type
Fires when
customer.created
A customer is added — through the app, the API, or a CRM sync.
customer.updated
Any field on the customer changes. previous_attributes lists changed fields only.
customer.archived
A customer is archived. The object remains but stops appearing in the active list.
customer.health_score_dropped
Health score drops by 10 points or more between calculations.
customer.at_risk
Customer’s at-risk flag is set, either by Pi or by a CSM.