mh
June 26, 2024, 10:26am
1
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:
Create a record with three columns
Check if all columns across the selected row have a value, say “Fired”
Then run a scenario to check the sheet/datastore
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
mh
June 30, 2024, 9:21am
3
I got it, thank you for your support