
Dean Kongslie
-
合計アクティビティ32
-
前回のアクティビティ
-
メンバー登録日
-
フォロー0ユーザー
-
フォロワー1ユーザー
-
投票5
-
サブスクリプション10
アクティビティの概要
Dean Kongslieさんの最近のアクティビティ-
Dean Kongslieさんがコメントを作成しました:
Riah Lao I am not positive as I haven't had to do this in Liquid yet, but in SQL for example you would add a 2nd quote. So your if statement would look like this: {% if ticket.brand.name == 'XYZ''...
-
Dean Kongslieさんがコメントを作成しました:
William Grote As part of your trigger actions you need to include "Notify Active Webhook". Then select the webhook you want to use (more on this later) and paste the JSON that will be sent through ...
-
Dean Kongslieさんがコメントを作成しました:
Brandon Tidd excellent feedback so far. My question relates to schedules so I can use business hours in my automations. Let's say I have 2+ schedules for my company, how do I know which schedule is...
-
Dean Kongslieさんがコメントを作成しました:
Sebastiaan (Sparkly ⭐) I figured it out. Since this JSON is getting fired from a ZD trigger I cannot know at the time of making the trigger if the data will be null or not. I was running into a pro...
-
Dean Kongslieさんが投稿を作成しました:
Passing Null Custom Field Data to New Ticket via POST
I have a trigger set up that his this endpoint: POST /api/v2/tickets Part of the JSON that I pass through the webhook is custom field data and I run into an error "Failed: 422 Unprocessable Entit...
-
Dean Kongslieさんが投稿を作成しました:
Trigger Endpoint Workaround for Adding CCs to Ticket
Hello, I have a workflow set up where a user will create a new ticket, set a handful of fields and submit a ticket which triggers an endpoint to update the ticket and send a public message to the r...
-
Dean Kongslieさんがコメントを作成しました:
Thank you this is very helpful.
-
Dean Kongslieさんが投稿を作成しました:
Macro to Create Ticket and Post new Comment - Comment Author
I have a small workflow set up that allows a user to use a macro which creates a new ticket and sends a message to the requester on the new ticket using webhooks in triggers. The problem I am runni...
-
Dean Kongslieさんがコメントを作成しました:
Austin Killey thank you very much. I had tried something similar, but I didn't realize I needed to do contains 1 or 0 since the JSON reads true or false. I appreciate your help.
-
Dean Kongslieさんがコメントを作成しました:
Austin Killey I was actually able to figure this one out a moment ago. I realized that it was because I had page breaks to make for clean code. I needed to have the entire subject code on a single ...