Gorgias Get Voice Calls
Gorgias action that is used to retrieve a list of voice calls using optional filters such as phone number, ticket ID, and pagination parameters.
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. |
| 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. |
| Phone Number Source | Optional String | Optional. Filter voice calls where this number initiated the call. Format as E.164. e.g. +1234567890 |
| Phone Number Destination | Optional String | Optional. Filter voice calls where this number received the call. Format as E.164. e.g. +1234567890 |
| Limit | Optional Number | Optional. Number of items to request from Gorgias (1-100) before filtering. Defaults to 30. |
| Cursor | Optional String | Optional. Cursor for pagination. |
| Ticket ID | Optional Number | Optional. Filter voice calls that belong to a specific ticket. |
Action Outputs
| Name | Type | Description |
|---|---|---|
| Matched Calls | Object | Array of voice call objects that match the provided filters (may be empty). |
| Most Recent Matched Call | Object | The most recent voice call object that matches the provided filters (or null if none). |
| Pagination Meta | Object | Pagination metadata returned by Gorgias (next_cursor / prev_cursor etc) |
Updated about 2 hours ago