This trigger fires every time you send an email from your Gmail account, typically within a few minutes of the send. This includes emails your Applets send.
Developer info
- API endpoint slug
- gmail.new_sent_email
Trigger fields
No fields for this trigger
Ingredients
Message Gmail's id for the message.
- Slug
- message_id
- Filter code
- Gmail.newSentEmail.MessageId
- Type
- String
- Example
- 19ff0b2ef9fbb3d6
Thread Gmail's id for the conversation the message belongs to.
- Slug
- thread_id
- Filter code
- Gmail.newSentEmail.ThreadId
- Type
- String
- Example
- 19ff0b2ef9fbb3d6
Message id header The email's RFC 822 Message-ID header, which is separate from Gmail's own id.
- Slug
- message_id_header
- Filter code
- Gmail.newSentEmail.MessageIdHeader
- Type
- String
- Example
- <CAHFh0LsmJCyxzbEyAp4AXhLcpQ@mail.gmail.com>
Subject The email's subject.
- Slug
- subject
- Filter code
- Gmail.newSentEmail.Subject
- Type
- String
- Example
- Project update
From name The sender's display name.
- Slug
- from_name
- Filter code
- Gmail.newSentEmail.FromName
- Type
- String
- Example
- Biff McIfttt
From The sender's email address.
- Slug
- from_address
- Filter code
- Gmail.newSentEmail.From
- Type
- String
- Example
- you@gmail.com
To The To header of the email, which carries the display name when the recipient has one.
- Slug
- to_address
- Filter code
- Gmail.newSentEmail.To
- Type
- String
- Example
- "Jane Doe" <jane@example.com>
Cc The Cc header of the email. Empty when nobody was copied.
- Slug
- cc
- Filter code
- Gmail.newSentEmail.Cc
- Type
- String
- Example
- team@example.com
Bcc The Bcc header of the email. Received mail rarely carries one, so this is usually empty.
- Slug
- bcc
- Filter code
- Gmail.newSentEmail.Bcc
- Type
- String
- Example
- hidden@example.com
Reply to The Reply-To header, when the sender set one.
- Slug
- reply_to
- Filter code
- Gmail.newSentEmail.ReplyTo
- Type
- String
- Example
- no-reply@example.com
Body plain The email's body as plain text. Very long bodies are truncated.
- Slug
- body_plain
- Filter code
- Gmail.newSentEmail.BodyPlain
- Type
- String
- Example
- Here is the latest update on the project.
Body html The email's body as HTML, when the email has one. Very long bodies are truncated.
- Slug
- body_html
- Filter code
- Gmail.newSentEmail.BodyHTML
- Type
- String
- Example
- <p>Here is the latest update on the project.</p>
Snippet A short preview of the email's content.
- Slug
- snippet
- Filter code
- Gmail.newSentEmail.Snippet
- Type
- String
- Example
- Here is the latest update on the...
Has attachments Whether the email carries attachments: true or false.
- Slug
- has_attachments
- Filter code
- Gmail.newSentEmail.HasAttachments
- Type
- String
- Example
- false
Attachment count How many attachments the email carries.
- Slug
- attachment_count
- Filter code
- Gmail.newSentEmail.AttachmentCount
- Type
- String
- Example
- 2
Size estimate Gmail's estimate of the email's size in bytes.
- Slug
- size_estimate
- Filter code
- Gmail.newSentEmail.SizeEstimate
- Type
- String
- Example
- 6959
Is unread Whether the email is unread: true or false. Email you sent is already read.
- Slug
- is_unread
- Filter code
- Gmail.newSentEmail.IsUnread
- Type
- String
- Example
- false
Is important Whether Gmail marked the email important: true or false.
- Slug
- is_important
- Filter code
- Gmail.newSentEmail.IsImportant
- Type
- String
- Example
- false
Is starred Whether the email is starred: true or false.
- Slug
- is_starred
- Filter code
- Gmail.newSentEmail.IsStarred
- Type
- String
- Example
- false
Category The inbox category Gmail sorted the email into. Empty for email you sent, which Gmail does not categorize.
- Slug
- category
- Filter code
- Gmail.newSentEmail.Category
- Type
- String
- Example
- Hello World!
Label ids Comma-separated list of the label ids on the email.
- Slug
- label_ids
- Filter code
- Gmail.newSentEmail.LabelIds
- Type
- String
- Example
- SENT
Received at Date and time the email arrived.
- Slug
- received_at
- Filter code
- Gmail.newSentEmail.ReceivedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Message url Link that opens the email in Gmail.
- Slug
- message_url
- Filter code
- Gmail.newSentEmail.MessageUrl
- Type
- Web URL
- Example
- https://mail.google.com/mail/#all/18c1a2b3d4e5f607
