Search within gmail

Hi guys.
I have a third party app that in a step i call a webhook in make and pass a variable to it. After that, in the same scenario i want to set a gmail watch email module to wait for new emails and if that variable is used in that email I want to put it via http. My challenge is that I can not use the variable from the webhook because email watcher can not be connected to the webhook. How can I do this?

Hello @Ali_Soroush,

Perhaps you can use a custom HTTP module to query your emails since searching emails doesn’t appear to be an option in the Gmail app.

Alternatively, use a second scenario to receive the webhook payload and push the data received to a Data Store.
Have the original scenario (the one that starts with Watch Emails) read the data from the Data Store.

You can use the Get Email module from the Email integration (not Gmail).

This allows you to search emails.

https://www.make.com/en/integrations/email

samliewrequest private consultation

Join the unofficial Make Discord server to chat with us!

2 Likes