I want to put a webhook on a Drive folder, when i put a new document in the folder the webhook gets info and start. IDK how link the webhook to a drive folder.
Hello @Mxnels,
You may want to look at adding the Google Drive Watch Files in a Folder trigger module to your scenario. That should watch a specific folder and trigger the scenario when a new file is created or modified. You can add a filter on the next module to only proceed if the event was a file created and ignore events where a file was updated.
but if i want that triger was instant? i need a webhook not have first module of drive no?
Because if I use the drive i put time or any time a day etc… but its not instant when i upload a file
No, it would not be instant as Make does not currently support that with Google.
There is a work-around, but it take a lot of work to set it up and I believe you’d have a Paid Workspace account.
Here is one example using apps script.
Another option is to set up alerts in Google, which will send you an email when files are added, then you can use that email to trigger a Scenario with a Mailhook trigger, then use that scenario to trigger your main scenario that begins with Google Drive Watch Files in a Folder module. It’s convoluted, but works.