Kustomer Get Customer Data by Email
Uses the Kustomer endpoint here: https://developer.kustomer.com/kustomer-api-docs/reference/getcustomerbyemail
Inputs
Input | Type | Description |
---|---|---|
Domain | String | Kustomer Domain |
Kustomer API Key | String | Kustomer API Key |
Customer Email | String | Customer Email |
Outputs
Output | Type | Decription |
---|---|---|
Success | Boolean | Whether the customer data was retrieved |
Customer Data | Object | Customer Data |
Error | String | Error or response message |
Updated about 1 year ago