Array as JSON input

(Vova Nest) #1

I need to send array data in an API call. What’s the right syntax for it in the “Make a HTTP Request?” web interface? … I checked out the collections output topic, but that didn’t seem relevant for this case.

What I am getting now:
{
“associations”: {
“contactIds”: “12503”
}
}

What I need to get:
{
“associations”: {
“contactIds”: [12503]
}
}

(Daniel Beckett) #2

Hi @vovanest

If you’re still having trouble getting this to work please feel free to email in to support@flowxo.com and we’ll try to help you get this working :slight_smile:

(Alex Mohseni) #3

Was there ever an answer to this issue? I’m having the same problem and can’t figure it out or find it in the community forum.