/gorgias.json Secret
Last active
January 12, 2022 20:22
gorgias.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "{{ticket.customer.name}}", | |
"email": "{{ticket.customer.email}}", | |
"delay": "86400", | |
"properties": { | |
"Source": "Gorgias", | |
"Ticket ID": "{{ticket.id}}", | |
"Customer ID": "{{ticket.customer.id}}", | |
"Ticket Tags": "{{ticket.tags}}", | |
"Assignee Name": "{{ticket.assignee_user.name}}", | |
"Assignee Email": "{{ticket.assignee_user.email}}", | |
"Ticket Channel": "{{ticket.channel}}", | |
"Ticket Subject": "{{ticket.subject}}", | |
"Ticket Created Time": "{{ticket.created_datetime}}" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment