
Dean Kongslie
-
Activité totale32
-
Dernière activité
-
Membre depuis
-
Abonné à0 utilisateur
-
Abonnés1 utilisateur
-
Votes5
-
Abonnements10
Aperçu des activités
Dernière activité effectuée par Dean Kongslie-
Dean Kongslie a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a créé une publication,
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 a créé une publication,
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 a ajouté un commentaire,
Thank you this is very helpful.
-
Dean Kongslie a créé une publication,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 ...