Gorgias List Tickets
Gorgias action that is used to retrieve a list of Gorgias tickets for a given Customer ID.
Action Inputs
Name | Type | Description |
---|---|---|
Key | Credentials | Your Gorgias API key. Read here how to find it. |
Customer Id | String | This is the Customer ID against which we will search for tickets. |
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 |
---|---|---|
Tickets | List | This is a list of tickets for the given Customer ID in Date Opened Descending order. |
Success | Boolean (true/false) | Whether the tickets list was retrieved. |
Updated 2 days ago