Actions43
- Subaccount Actions
- Customer Actions
- Refund Actions
- Installment Actions
- Invoice Actions
- Subscription Actions
- Pix Key Actions
- QR Code Static Actions
- Payment Request Actions
- Charge Actions
- Psp (Payment Service Providers) Actions
Overview
This node integrates with the Woovi API to automate subscription management workflows, specifically allowing users to cancel a subscription by providing its ID. It is useful in scenarios where businesses need to programmatically manage subscription lifecycles, such as canceling subscriptions based on user requests or automated triggers.
Use Case Examples
- Cancel a subscription by specifying its subscription ID to stop recurring payments and service access.
- Automate subscription cancellations in response to customer support interactions or billing issues.
Properties
| Name | Meaning |
|---|---|
| Subscription ID | The unique identifier of the subscription to be canceled. |
Output
JSON
id- The ID of the canceled subscription.status- The status of the subscription after cancellation.message- Any message returned by the API regarding the cancellation.
Dependencies
- Woovi API key credential for authentication
Troubleshooting
- Ensure the provided Subscription ID is valid and exists in the Woovi system; invalid IDs will cause errors.
- Check that the Woovi API credentials are correctly configured and have the necessary permissions to cancel subscriptions.
- If the API returns an error about unsupported resource/operation, verify that the resource is set to 'Subscription' and the operation to 'Cancel Subscription'.
- Network issues or API downtime can cause request failures; retry or check Woovi service status.
Links
- Woovi API Documentation - Official API documentation for Woovi, including subscription management endpoints.