Prepare HubSpot and order properties
- Create
subscription_cancellation_date(date) on HubSpot Deal. - Create an order date property in Sanka for imported cancellation date.
- Map the HubSpot property into the Sanka order property during import.
Implementation guide for mapping order cancellation date to subscription end_date and setting subscription_status automatically.
When a cancellation date is updated in HubSpot, this workflow automatically:
subscription_status=canceledend_date from the order propertyThe goal is to remove manual cancellation handling and make billing behavior consistent.
Configure order import, subscription updates, and billing stop rules in one flow.
subscription_cancellation_date (date) on HubSpot Deal.Order -> Subscription.subscription_status to fixed value canceledend_date mapped from order cancellation date.
subscription_status=canceled.end_date equals the cancellation date.
2026-03-31
2026-03-31.2026-04-01 onward.end_date is cleared and billing schedule can resume.
| Impact | Detail |
|---|---|
| Standardized cancellation flow | HubSpot update propagates through order and subscription layers |
| Billing incident prevention | Next-day stop rule is explicit and consistent |
| Lower manual workload | Less manual status/date update work |
| Better auditability | Workflow runs provide clear traceability |