at_risk and churned are two of the four values the status field on a Customer can take (the others are active and archived). They look similar on the surface and both pull a customer out of the standard “active accounts” view, but they trigger different things downstream. Treat the distinction with care since flipping to churned is hard to reverse cleanly.
Setting status = at_risk from the Customer page status dropdown:
customer.status_changed to any webhook endpoint subscribedPi watches for the conditions that should put a customer here (sustained low score, missed launch date, primary contact archived without replacement) and posts a nudge in the Workbench inbox. You make the call.
Setting status = churned:
active or at_riskcustomer.status_changed and customer.churned webhooksThe customer still appears in search (you can find them by name) and you can open the record to read history. The Customers list filter defaults to hiding them.
If the customer signs again, change status back to active. Their record stays intact, onboardings stay paused (so you can decide whether to start fresh or resume), and notifications resume on the next event. The “win-back” date is stamped into the activity feed for reporting.
Email help@pivotal.app with a screenshot of where you got stuck and the customer or onboarding id from the URL.