HubSpot · Arazzo Workflow
HubSpot Manage a Commerce Subscription
Version 1.0.0
Retrieve a commerce subscription, then update its properties or archive it.
View Spec
View on GitHub
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSalesArazzoWorkflows
Provider
Workflows
manage-subscription
Read a subscription and either update its properties or archive it.
Fetches a subscription by ID, then either patches the supplied properties onto the record or archives the subscription depending on the cancel flag.
1
getSubscription
getSubscription
Retrieve the subscription record by its ID to confirm it exists before updating or archiving it.
2
updateSubscription
updateSubscription
Perform a partial update of the subscription, writing only the supplied properties and leaving all others unchanged.
3
archiveSubscription
deleteSubscription
Archive (soft delete) the subscription record, cancelling it.