Skip to main content
Best answer

Pass an array into a post Webhook

  • September 1, 2023
  • 2 replies
  • 275 views

eggeriley

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? 

Best answer by Troy Tessalone

Hi @eggeriley 

Good question.

An option is to use a CUSTOM Request.

 

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

Troy Tessalone
Forum|alt.badge.img+14

Hi @eggeriley 

Good question.

An option is to use a CUSTOM Request.

 


raydeck
Forum|alt.badge.img+1
  • New
  • September 2, 2023

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.