Recurly Cancel Subscription
Cancel a Recurly subscription by subscription ID and record whether the cancellation succeeded.
Recurly Cancel Subscription
Cancel a subscription in Recurly by providing the subscription ID and a cancellation reason.
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| Subscription ID | String | Yes | Subscription ID to be cancelled. |
| Cancellation Reason | String | Yes | Reason for subscription cancellation. |
| Safe Mode | Optional Boolean | No | If set to True, errors are logged in the action outputs instead of stopping the Flow. Defaults to False. |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether the subscription was cancelled successfully. |
Run the action
- Enter the Recurly subscription ID in Subscription ID.
- Enter the reason for the cancellation in Cancellation Reason.
- Set Safe Mode to
Trueif you want the Flow to continue when the action encounters an error. - Run the action.
- Check Success to confirm whether the subscription was cancelled.
Optional: Handle errors with Safe Mode
If Safe Mode is False or not provided, an error stops the Flow.
If Safe Mode is True, the action logs the error in the outputs instead of stopping the Flow.
Notes
- Use this action when you need to cancel an existing Recurly subscription.
- Make sure the Subscription ID matches the subscription you want to cancel.
- Check Success before moving to the next step in your Flow.
Updated 5 days ago