Integration Hub help please - I want to sent nested data in an array outbound payload

MS12
Kilo Sage

I'm using json parser step to compile my outbound data.

It should look something like this.

"contacts": [
            "contact": {
                "contact_name": "",
                "contact_id": "",
                "contact_email": "",
                "contact_responsibility": ""
            },
            "contact": {
                "contact_name": "",
                "contact_id": "",
                "contact_email": "",
                "contact_responsibility": ""
            }
        ],

 

This should sent all the contacts in an account. I'm very new to json builder step and trying to lookup for examples and I'm not finding any good articles on this specific issue.

 

MS12_0-1739831790172.png

 

If you can guide me in the right direction, that would be great.

 

5 REPLIES 5

Thanks Ankur for the reply. But I specifically wanted to avoid scripting and learn how to use the json builder step.