Skip to content

Commit 744cfb7

Browse files
authored
Update ticket-chat.html
1 parent 59fe520 commit 744cfb7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ticket-chat.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ <h1>Support Ticket</h1>
217217

218218
const SHEET_CSV_URL="https://docs.google.com/spreadsheets/d/e/2PACX-1vQ7DzUBQu_foss2Q28P_aEEyWHA7k7-dpKOlJtXS-7Sgm0AXlB6zklULk4CXp77CRX1G8IBqTnQ6avP/pub?output=csv"
219219

220-
const REPLY_WEBHOOK_URL="PUT_YOUR_REPLY_WEBHOOK_HERE"
221-
220+
const REPLY_WEBHOOK_URL = "https://cloud.activepieces.com/api/v1/webhooks/OsdvEzv3yCnuL4Oe7wyZJ";
221+
222222
const params=new URLSearchParams(window.location.search)
223223
const ticketId=params.get("ticket")
224224

0 commit comments

Comments
 (0)