We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59fe520 commit 744cfb7Copy full SHA for 744cfb7
1 file changed
ticket-chat.html
@@ -217,8 +217,8 @@ <h1>Support Ticket</h1>
217
218
const SHEET_CSV_URL="https://docs.google.com/spreadsheets/d/e/2PACX-1vQ7DzUBQu_foss2Q28P_aEEyWHA7k7-dpKOlJtXS-7Sgm0AXlB6zklULk4CXp77CRX1G8IBqTnQ6avP/pub?output=csv"
219
220
-const REPLY_WEBHOOK_URL="PUT_YOUR_REPLY_WEBHOOK_HERE"
221
-
+const REPLY_WEBHOOK_URL = "https://cloud.activepieces.com/api/v1/webhooks/OsdvEzv3yCnuL4Oe7wyZJ";
+
222
const params=new URLSearchParams(window.location.search)
223
const ticketId=params.get("ticket")
224
0 commit comments