Push data to a different webhook

Hi we are willing to create a flow where when data is updated in google sheet then push that data to a webhook how to create this flow ?

Hey @Dotstory_Admin

You can build it like this and whenever there is a newly created row in your sheet, it will be sent to the webhook:

  1. Watch row in google sheet (when new row is added)
  2. Send to webhook using HTTP

If you want to watch changes made to existing rows in the sheet, you will need to use watch changes trigger:

That will give you a webhook URL and you need to connect the URL to integromat extension: Integromat - Google Workspace Marketplace

1 Like

Hi Sabbir, thanks a lot for your response. This was so kind you. The suggestion you gave actually worked for us :slight_smile:

Thank you so much.

1 Like