Explore Plans
Mobile menu Close menu
Zoho Mail

New Mail Received

This trigger fires on the reception of a new mail

Developer info

API endpoint slug
zoho_mail.new_mail

Trigger fields

No fields for this trigger

Ingredients

Subject Subject of the mail

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

Mail content Content of the mail

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

Summary Summary of the mail

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

Cc address CC Addresses in the mail separated by semicolon(;)

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

Priority Priority of the mail

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

From address From whom the mail was received

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

Has attachment Whether the mail has attachment or not

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

Folder Folder Id in which the mail resides

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

To address To address mentioned in the mail

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

Message Message Id of the mail

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

Received at Date and time the mail was received.

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