Recurly Get Subscriptions By Email

Retrieve a customer's Recurly subscriptions by email address for use in your Flow.

Recurly Get Subscriptions By Email

Retrieve a customer's subscriptions from Recurly by providing an email address.

Inputs

NameTypeRequiredDescription
Email AddressStringYesEmail address to search Recurly for subscriptions.
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 subscriptions were retrieved successfully.
SubscriptionsObjectData for the retrieved subscriptions.

Run the action

  1. Enter the customer email address in Email Address.
  2. Set Safe Mode to True if you want the Flow to continue when the action encounters an error.
  3. Run the action.
  4. Check Success to confirm whether the subscriptions were retrieved.
  5. Use Subscriptions in the next step of your Flow.

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 retrieve Recurly subscription data for a customer by email address.
  • Check Success before using Subscriptions in later steps.