Best answer

Array of data to webhook

  • 17 May 2020
  • 2 replies
  • 1225 views

Userlevel 1

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.

icon

Best answer by AndrewJDavison_Luhhu 18 May 2020, 12:51

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 1

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.

Userlevel 7
Badge +10

@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.