Just trying to have a simple ticket automation setup with our ticketing software, Gorelo and Make. The goal is to have Gorelo send any new ticket to make then make sends that information to our support email letting us know theres a new ticket.
What is the problem?
I was able to add makes webhook URL into Gorelo just fine. I set the JSON varibles in gorelo to be sent
I changed how I the Gorelo JSON is set and in Make (in the gorelo webhook module at least) I see the ticket information however checking the email I get from Make I’m still only seeing. Currently I do NOT have a “Parse JSON module” its just two modules. Webhook from gorela → email module
If I open up the history on a past ran scenario and open the drop down arrow here, it shows all the ticket details from Gorelo , ticket number , company and issue. But in the email module it doesnt seem like the data is being read/transferred properly?
The issue is in Gorelo. It’s not sending the data to Make properly. Must be the way you’ve configured your API call. Can you show screenshots of the API setup in Gorelo?
Gorelo looks like to be sending the proper data but im not sure if its correctly sending it if that makes sense.
After running a scenario I see that Gorelo sent over the ticket number but in Makes output fields during my last test its not doing “Ticket_Number: ” its showing up as “actual ticket number: actual ticket number”
in the email field I select the “Ticket_number” bubble into the subject line It shows as “raw_data’ and I do see the actual ticket number as another bubble to fill in
After running the scenario and only seeing “TICKET_NUMBER, TICKET_TITLE” on my support email, this is what the first webhook module is seeing from Gorelo
Yes, IOSD-666 is the right ticket number (maybe this is a sign)
Do you mean the webhook URL thats in Gorela? Yes it matches the webhook URL in the first webhook module here.
However I have “{{Ticket.Number}}” as the JSON variable and in the email module its showing “Ticket_Number” but this could be the key its referencing, not the JSON variable.
Oh yes they are. Checking back on the history of this scenario the ticket information that the webhook module is getting is changing to each ticket ive ran this on.