Discussions

Ask a Question

Traslation app using Deepl

Does the API support real-time events for scenarios such as customer chat? We aim to build a microservice that can translate incoming messages, chats, or support tickets from any language and allow the customer service team to communicate in their native language, which will be translated back to the customer. We thought of using Deepl as the translation services.

Gorgias Chat Channel

Hello Community! I'm trying to set up a chatbot integration with Gorgias. The goal is to enable responding to customer queries through the chatbot while also providing a system for store owners to reply directly via the Gorgias dashboard. Is there a way to configure this functionality?
ANSWERED

How to add internal note to ticket via API

How to add internal note to ticket via API. I can't found an example how to do like this <https://docs.gorgias.com/en-US/internal-notes-81888>
ANSWERED

how to create an private app?

hi, i want to create an app for tickets in gorgias , i couldn't find documentation in regard of how to build an app in gorgias(which language i should use, wat are the interface methods supported,etc) please do let me know how to create an app in gorgias . thanks

Cant open attacment in my app

When I try to open the attachments that I send through API to my app, I am getting an error saying that only Gorgias personnel can access it. How do I make it work?

Widget Icon using the API

Hey there, I've been trying to add an icon to a standalone widget I've created. I know through the docs it says you can add an icon and a border color; but I can't figure the attribute name and where it should be placed. I've tried the following - logo, icon. But there's just no documentation beyond the one line. Also, I've tried placing this in the meta attribute as well as the object in the "widgets" array. Has anyone figured this out? Thanks!

Response time

We are trying to calculate our own response time for each message from customer. What is the best approach for that if we use API?

Public/Private App clarification

The very first section of the Quickstart is about Public vs Private apps, and boils down the difference to how authentication is done (oauth vs api key) and public apps require an approval process. Private apps aren't really mentioned anywhere else in any significant way... so I head over to the app section of my Gorgias site ... There doesn't appear to be any way to creating or installing a "private app" in the settings section of my Gorgias site, and within the partner site when you click "Create new app" it has required fields related to OAuth, so I'm guessing that is only for creating "public" apps. So then I thought ok, maybe all "private app" means, is I use the Gorgias API directly ... I head over to the "HTTP Integration" link in the Settings of my Gorgias site ... but it only lets you hook into 3 basic triggers rather than every event and it says "HTTP integrations are not a replacement for proper apps." What am I missing here? Are "private apps" an actual thing or not? If so, how does one create one.

Fetch tag IDs

We are trying to fetch the IDs of the tags using tag names. Is there an option to do it other than pulling all the tags and pulling IDs from the whole list? I would like to query by tag name.

Access ticket meta object?

Within Gorgias, where can we see the "meta" object that gets submitted via Ticket API?