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
| Name | Type | Required | Description |
|---|---|---|---|
| Email Address | String | Yes | Email address to search Recurly for subscriptions. |
| 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 subscriptions were retrieved successfully. |
| Subscriptions | Object | Data for the retrieved subscriptions. |
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 subscriptions were retrieved.
- 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.
Updated 5 days ago