Recurly Get Customer By Email

Retrieve a customer from Recurly by email address and return the customer data for use in your Floww.

Recurly Get Customer By Email

Retrieve a customer from Recurly by providing an email address.

Inputs

NameTypeRequiredDescription
Email AddressStringYesEmail address to search Recurly for customer.
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 customer was successfully retrieved.
Customer DataObjectData for the retrieved customer.

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 customer was retrieved.
  5. Use Customer Data 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 a Recurly customer record from an email address.
  • Check Success before using Customer Data in later steps.