You could probably pass each of them through a JSON Transform to JSON module, but there’s probably an easier way depending on how the rest of your scenario works.
Possibly you could use a JSON aggregator before Webhooks module and build the entire Body in the JSON Aggregator? Just need to define the correct structure.
Thanks Donald – I was able to do this with JSON Transform. I needed to use one module for each of my 3 API responses in my module, but would love to eventually find a way to simply.
Depending on the modules your data came from, some allow JSON pass-through which means it won’t parse the output. If you have that option you might be able to use JSON aggregator.