Setting up Webhook Trigger to Automatically Update Google Sheet on Email Arrival

Good evening everyone,

To provide some context, I have a Hulk Power Form that sends me an email for each new result. My workflow starts with a Gmail module “Watch Email” and then a “Text Parser” to retrieve the data and update it in a Google Sheet. I chose to do it this way because Hulk Power Form Builder does not offer instant result uploads.

Now, I want to set up a trigger with a webhook to initiate the workflow every time I receive an email. Initially, I thought about developing a Google Script for this, but before diving into it (since my skills are limited), I wanted to know if this is doable. If not, do you have a better idea for updating the results from my form in my Google Sheet while minimizing daily operations?

Thanks once again for your assistance,

Best regards,

Custom mailhook will be your answer @Frozbee

You will get a dedicated email address where you can forward by gmail filter all email received from Hulk Power Form upon reception.

You can find under “webhook” module as show
image

More information on this page https://www.make.com/en/help/tools/webhooks#custom-mailhook

3 Likes

Hi @Baudouin_MARBACH ,

Thank you for your reply, indeed it helped me create the webhook, but I didn’t anticipate that the watch email module has to be a trigger, I have to find a new solution to retrieve the data from the form :slight_smile:

Best regards,

2 Likes