Scrape Gmail message

I need to scrape Gmail messages for email addresses located in the email body and put them into a Google sheet. Does anyone know how this can be done?

Thank you for any guidance here

Dean

Hi Dean, Welcome to the Bardeen Community :slight_smile:

This use case can be accomplished by the following actions:

  1. Find Emails (Gmail)
  2. Conditional Statement
  • If Body of email contains <email address 1>, <email address 2>, etc. → then move to step three (Yes branch)
  1. Add rows to GSheet

Here’s an example of what it may look like for you:

Please don’t hesitate to reach out with further questions.

I hope this helps!
Thank you,
Jess

1 Like

Thanks for being an amazing community member @Jess ! We appreciate you

1 Like

Sure thing, I’m happy to be part of the community :yellow_heart:

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.