πŸ“§Gmail

Gmail API

This is a Gmail API integration. It can create drafts, send, retrieve, or label emails from Gmail to analyze within the workflow.

Examples

Get all email contents

Get all the email sent to me today. Return sender email, date, snippet and the decoded content of the first part.

Define a reply of an email

A reply is an email which satisfies the following two conditions:
1. sent from the receiver of the original email
2. has subject line contains "Re: " appending with the subject line of the original email.

Last updated