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
| Name | Type | Required | Description |
|---|---|---|---|
| Email Address | String | Yes | Email address to search Recurly for customer. |
| 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 customer was successfully retrieved. |
| Customer Data | Object | Data for the retrieved customer. |
Run the action
- Enter the customer email address in Email Address.
- 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 customer was retrieved.
- 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.
Updated 5 days ago