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.