LoyaltyLion Get Customer By Email
Gets the customer corresponding to the provided email address
Gets the customer corresponding to the provided email address. Returns an object.
Inputs
| Input | Type | Description |
|---|---|---|
| String | Customer email address | |
| API Key | SensitiveString | LoyaltyLion API Key (documentation can be found here |
Outputs
| Output | Type | Description |
|---|---|---|
| Success | Boolean | Whether the customer was successfully retrieved or not. |
| Customer | Object | The customer object corresponding to the provided email address. (documentation can be found here |
| Message (optional) | String | In case success is false, message will contain more information about the failure. |
Updated 21 days ago
