Best answer

Pass an array into a post Webhook

  • 2 September 2023
  • 2 replies
  • 169 views

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 [35,40]

Is there something I can do? 

icon

Best answer by Troy Tessalone 2 September 2023, 01:06

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +14

Hi @eggeriley 

Good question.

An option is to use a CUSTOM Request.

 

Userlevel 2
Badge +1

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.