Skip to main content

I am trying to pass an array into a webhook. When I try this in another system is works, but I can’t seem to add an array here: 
 

Usually this takes an array in this format m35,40]

Is there something I can do? 

Hi @eggeriley 

Good question.

An option is to use a CUSTOM Request.

 


Eggerly, is this a JSON request or a form-encoded request? If form-encoded, you could put square brackets at the end of the RelatedCalendarIds to make it RelatedCalendarIds[] and that would wrap the value in an array.