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

NameTypeRequiredDescription
Subscription IDStringYesSubscription ID to be cancelled.
Cancellation ReasonStringYesReason for subscription cancellation.
Safe ModeOptional BooleanNoIf set to True, errors are logged in the action outputs instead of stopping the Flow. Defaults to False.

Outputs

NameTypeDescription
SuccessBooleanWhether the subscription was cancelled successfully.

Run the action

  1. Enter the Recurly subscription ID in Subscription ID.
  2. Enter the reason for the cancellation in Cancellation Reason.
  3. Set Safe Mode to True if you want the Flow to continue when the action encounters an error.
  4. Run the action.
  5. 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.