marjory-logo
Sign in with Google

Gmail

App Overview

Gmail is a secure, smart, easy-to-use email solution.

Getting Started: Installations

Name Type Description Exemple Hidden
oauth2 oauth2 OAuth connection for Google false

App Items

Events

Email Received

Event that occurs when an email is received

Name Type
from string
to array
cc array
bcc array
subject string
body string
attachments array

Throwing Events

Send Email

Send an Email to Recipient(s)

Inputs
Name Type Description Exemple Required
to array list of recipients to@example.com true
cc array list of copy recipients copy@example.com false
bcc array list of blind copy recipients blindCopy@example.com false
subject string The subject of the message Hello true
body string The markdown version of the message # Hello World ! true
attachments array Files to send with the message false
configureEmailHeaders boolean Allow to add properties to email headers false
headers string Must be a JSON object { headerName: "headerValue" } false
Version(s)
1.0.3