Trigger action trough multiple webhooks + 'and' conditions

hello to all of you :),

I would like to execute a trigger once multiple webhooks have been triggered. That means, if ‘webhook 1,’ and ‘webhook 2,’ and ‘webhook 3’ are triggered within a time frame (e.g.15 minutes), then perform the following action XX

thanks for your help

Hi @mh

This can be achieved with a single record check in Google Sheets or Datastore.

Here are the steps:

  1. Create a record with three columns
  2. Check if all columns across the selected row have a value, say “Fired”
  3. Then run a scenario to check the sheet/datastore
  4. Then in each webhook scenario, update the corresponding column.

Step 3 will fire the action when all columns are filled and reset its values at the end.

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support | Book Live Implementation
Visit us here
Youtube Channel

2 Likes

I got it, thank you for your support :slight_smile: