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 interacts with the Woovi API to list subscriptions. It is useful for automating workflows that require retrieving subscription data from Woovi, such as managing customer subscriptions, generating reports, or syncing subscription information with other systems.
Use Case Examples
- Retrieve a list of active subscriptions to analyze customer engagement.
- Fetch subscription data to update a CRM system automatically.
Properties
| Name | Meaning |
|---|---|
| Limit | Number of subscription items to return in the list. |
| Skip | Number of subscription items to skip before starting to return results. |
Output
JSON
id- Unique identifier of the subscription.status- Current status of the subscription.customerId- Identifier of the customer associated with the subscription.startDate- Subscription start date.endDate- Subscription end date, if applicable.
Dependencies
- Woovi API with API key credential
Troubleshooting
- Ensure the Woovi API credentials are correctly configured and valid to avoid authentication errors.
- If the node throws an 'Unsupported resource/operation' error, verify that the resource is set to 'Subscription' and the operation to 'List Subscriptions'.
- Check network connectivity to the Woovi API endpoint to prevent request failures.