A beginner's guide
Explore Plans
Mobile menu Close menu
Zoho Mail (Europe)Zoho Mail (Europe)

New Mail Received

This trigger fires on the reception of a new mail

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This trigger fires on the reception of a new mail
API endpoint slug
zohomail_eu.new_mail

Trigger fields

No fields for this trigger

Ingredients

Mail contentContent of the mail

Slug
mail_content
Filter code
ZohomailEu.newMail.MailContent
Type
String
Example
<meta /><div><div>my name is smkarthik hello</div><br /><div class=\"x_-1132381433zmail_extra\"></div><br /></div>

SubjectSubject of the mail

Slug
subject
Filter code
ZohomailEu.newMail.Subject
Type
String
Example
Hello!!

Folder IDFolder Id in which the mail resides

Slug
folder_id
Filter code
ZohomailEu.newMail.FolderId
Type
String
Example
101178000000005014

Message IDMessage Id of the mail

Slug
message_id
Filter code
ZohomailEu.newMail.MessageId
Type
String
Example
163453199215010000102

From addressFrom whom the mail was received

Slug
from_address
Filter code
ZohomailEu.newMail.FromAddress
Type
String
Example
abc@example.com

To addressTo address mentioned in the mail

Slug
to_address
Filter code
ZohomailEu.newMail.ToAddress
Type
String
Example
abc@example.com

Has attachmentWhether the mail has attachment or not

Slug
has_attachment
Filter code
ZohomailEu.newMail.HasAttachment
Type
String
Example
True

PriorityPriority of the mail

Slug
priority
Filter code
ZohomailEu.newMail.Priority
Type
String
Example
3

SummarySummary of the mail

Slug
summary
Filter code
ZohomailEu.newMail.Summary
Type
String
Example
Hi, Hope you are doing good.

Cc addressCC Addresses in the mail separated by semicolon(;)

Slug
cc_address
Filter code
ZohomailEu.newMail.CcAddress
Type
String
Example
abc@example.com;xyz@example.com

Received atDate and time the mail was received.

Slug
received_at
Filter code
ZohomailEu.newMail.ReceivedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00