Webhook - HTTP request

Hello network, how are you?

I am creating the following scenario, I send the database in JSON through the webhook, after receiving this base I would like the data of each object to be sent to an HTTP request, but I did and it only sends from one contact and not the others, can anyone do it help me?

How do I send each object at a time for this HTTP request?

Hello, I guess they should be different item.
So you can use the Item List node, before the HTTP request node, to “transform” each into item.
Let me know if it’s clear!

Which option do I use, can you help me?

The parameter “Field To Split Out” expects the field’s name. So in your case then probably just body.list (fixed value, no expression).

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.