How to send an array to pabbly
Status: Closed · Asked by Hermes on · 0 views
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"}]
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"}]
}