So I have read the web hook sections and tried to get it to send any data. But to no avail it wont send data. Following the example all that is sent is the tag ad even that does not seem to be useful. Has anyone else worked with Web Hooks. My end goal is to have tickets show up in Monday.com so I can include them when working through larger projects that need tracking but don't want to loose site of the daily tickets that need resolving.
Is there more detailed documentation on the web hook process? The knowledge based article left something to be desired.
I’ve found the syntax in the 2 article guides (Assets and Tickets) to be documented incorrect.. It should be corrected ..
One article shows an image of using “(“ vs “{“ as brackets that should be used instead. Also, the name fields must be unique.. In order to deliver a specific payload try using the following as an example..
For Tickets..
{
“myTicketId”:”{Ticket.TicketId}”,
“mySiteId”:”{Ticket.SiteId}”
}
For Assets
{
“myAssetId”:”{Asset.AssetTag}”,
“myAssetSN”:”{Asset.SerialNumber}”
}
If you leave the Body field blank, all content will be delivered.
Finally, I’ve discovered one of the webhook services in particular only accepted “Content-Type:” (with the colon). Example in guide does not include colon.. Its something that may need to be checked.
I hope this helps!
I have configured the webhook to send the tickets data to powerschool, but data is not getting processes. is there any way to check the log of webhook?
Reply
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.