Web Hooks

  • 9 April 2022
  • 7 replies
  • 149 views

Badge

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.


7 replies

Userlevel 5
Badge +9

@shane.cloutier thanks for reaching out! We looked into your district a little bit and everything seems to be configured correctly, but we recommend reaching out to support for a thorough analysis. There might be a couple more things you can try to get this configured correctly.

Badge

Is there more detailed documentation on the web hook process? The knowledge based article left something to be desired.

Userlevel 5
Badge +9

@shane.cloutier unfortunately, we do not have more detailed documentation at this time. The support team should be able to help you further though. 

Userlevel 2
Badge

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!

 

Userlevel 5
Badge +9

@mfischer great catch! Thanks for bringing this to our attention. The help guide has been updated with the correct syntax. 

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?

Userlevel 6
Badge +12

@RPandey 4834be6 democracyprep 

I dont think there are any webhook logs as far as I am aware.

I do know that the webhook is logged in the rule history tab, but It doesnt say much other than that the webhook was sent successfully and the url the webhook was sent to.

Reply