Gmail Pack: Subject, Date, Message body, Get messages from Thread

Hi, I’m building a utilities bill tracker that updates based on the bills I’ve received in my email.

The Gmail pack would be so much powerful if it could:

  • get a list of messages from a threadId (getMessages(threadId))
  • get properties of a message such as Subject, Date, Message Body (getMessage(id).Date)

This would be huge. Right now, I’m only able to get the text that appears in the snippet.

3 Likes

That will really be nice if added to Gmail Packs

@Chris_Chua1 : as of now, I successfully used Integrmat or Zapier.

@Chris_Chua1 how are you getting a text snippet? I only seem to be able to get the message or thread id, and no other info.

You can now do this via doing a lookup on a Threads table if you add a separate Threads table from the Gmail tab.

Awesome.