Integration Hub help please - I want to sent nested data in an array outbound payload
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2025 02:38 PM
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.
If you can guide me in the right direction, that would be great.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2025 01:27 PM
Thanks Ankur for the reply. But I specifically wanted to avoid scripting and learn how to use the json builder step.