How to send an array to pabbly

Status: Closed · Asked by Hermes on · 0 views

Hermes — Question ·

I send a contact to pabbly webhooks, that contact has many accounts attached to the entry.
How do I send this array to Pabbly

"AccountID" : [{"ond":"account_id"}]

Best regards,
[EMAIL='[email hidden]']Hermes[/EMAIL]
Connect with me on LinkedIn
Pabblymember11 — Reply ·

Hey @Hermes

You can pass the data like the following to Pabbly.
Further, 1 and 2 are the accounts Ids-
EX -
{
"AccountID":[{"id":"1"},{"id":"2"}]
}

Back to all forum threads · Log in to reply