ChurnRequest
A churn request represents a customer's cancellation or pause attempt. It tracks whether the churn was prevented, the selected reason, and any customer feedback.
Fields
churnReason (ChurnReason)
createdAt (ISO8601DateTime!)
feedback (String)
flow (ChurnFlow!)
followUpAction (ChurnRequestFollowUpAction!)
id (ID!)
status (ChurnRequestStatus!)
subscription (Subscription!)
updatedAt (ISO8601DateTime!)
Last updated
Was this helpful?