Gorgias Create Ticket
Create a new Gorgias ticket and send the first email to the customer
A ticket is a conversation between your support agents and one of your customers.
It contains a list of messages, can be associated with tags, assigned to a user and/or a team, and also collect customer's feedback with a satisfaction survey.
The action creates a new Gorgias ticket and sends the email to the customer. The status of the newly created ticket will be Open and the priority Normal. The ticket will be automatically assigned to the user which credentials were used to call the action. If you want the ticket to be assigned to a different user, use Gorgias Set Ticket Assignee action after the ticket is created with success.
Please note that the ticket is created with the From Agent flag set on true. This means that the first message of the ticket was sent by your company to a customer.
If the ticket is created and the message is sent with success, the action will output the id of the newly created ticket.
Action Inputs
Name | Type | Description |
---|---|---|
Domain | String | Your Gorgias sub-domain. Read here how to find it. |
User | String | 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. |
Key | String | Your Gorgias API key. Read here how to find it. |
Ticket Subject | String | The subject of the ticket to be created. |
Customer Email | String | The email address of the client to whom the message will be sent. |
Message | String | The email body which is the message that will be sent to the client. |
From Email Address | String | Email address to send from. The email from who the customer will receive the email. It should be an Gorgias integrated email. Read here how to integrate/find your support email. Please note that, if there is no integration created in Gorgias for the email used here, the email will not be sent to the customer. But you will be able to retry it from Gorgias Dashboard after the integration is created. |
Action Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Whether the ticket was successfully created and message was successfully sent |
Gorgias Ticket Id | String | The id of the newly created ticket. |
Updated 12 months ago