Gorgias List Customers
Gorgias action that is used to retrieve a list of gorgias customers with an email or full name.
See more information about the underlying endpoint here:
Action Inputs
Name | Type | Description |
---|---|---|
Key | Credentials | Your Gorgias API key. Read here how to find it. |
Search Field | String | Field used to search for customers. Possible values: "email", "name" |
Search Value | String | Value used to search for customers. |
Username | Credentials | Your Gorgias user email, this will be the email of the agent on whose behalf the action is connecting to your account. Read here how to find it. |
Domain | Credentials | Your Gorgias sub-domain. Read here how to find it. |
Action Outputs
Name | Type | Description |
---|---|---|
Customers | List | List of customers. |
Success | Boolean (true/false) | Whether the customer list was retrieved. |
Updated 8 months ago