Help

Re: Gmail Integration

1279 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Kory_Zelkind
4 - Data Explorer
4 - Data Explorer

Looking for someone to help build out a Gmail integration that lets certain user emails be automatically added to the “Outreach Log” flow in the “Publicity” space.

Please let me know if I can provide any additional info!

11 Replies 11

Yep - that’s what I suspected; emails inbound need to be filtered and treated like data and pushed into Airtable.

The way I do this falls into two categories of process logic:

  1. Use the integrated filtering mechanisms of Gmail to redirect messages from the inbox to a specific folder (i.e., labeling the messages).
  2. Use the body of the message to ferret out and understand if the message is a candidate for sending to Airtable.

In each case, Google Apps Script provides the automation process necessary to identify, parse, and format the incoming candidate messages and then post them as records to the Outreach Log. But, it may also be possible to use Zapier or Integromat to do this.

This is possible in most cases and depends largely on the nature of the content and the ability to craft filtering rules that are reliable.

Absolutely; it’s a simple matter of filtering.

@Bill.French covered it! Thanks!