Skip to main content
Answer

Array of data to webhook

  • May 17, 2020
  • 2 replies
  • 1256 views

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.

Best answer by AndrewJDavison

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

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

  • Author
  • Beginner
  • May 17, 2020

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.


AndrewJDavison
Forum|alt.badge.img+11
  • Zapier Solution Partner
  • Answer
  • May 18, 2020

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