Skip to main content

Hi all,

 

I have this data from an API call:

 

For the data i want it sends a webhook with a payload that's is the ID of this. 

 

How can i do that? I realy don't know.

So for each ID's want to send an webhook so it can start another zap to do some actions.

But i don't find a way to split all the id's and also send different webhooks.


@rikmaris 

With this, the best approach would be to split those using ‘Formatter->Text->Split”, returning as a list, and then use “Google Sheets->Create Speahsheet Rows(s)” (note the plural) which will write each ID as a new row on Google Sheets.

You can then have another zap that triggers on a new Google Sheet row and sends a webhook.

It’s also possible there is a code step-based solution for this which @ikbelkirasan might be able to help with.