A beginner's guide
Explore Plans
Mobile menu Close menu
Zoho MailZoho Mail

New mail received with criteria

This trigger fires when you receive mail that satisfies the trigger fields

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 when you receive mail that satisfies the trigger fields
API endpoint slug
zoho_mail.new_mail_spec

Trigger fields

Search string Text input

Label
Enter the Search String
Helper text
Example: "sender:abc@example.com::subject:cc::entire:hello" Learn More
Slug
search_string
Required
true
Can have default value
true

Ingredients

Received atDate and time the mail was received.

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

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

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

PriorityPriority of the mail

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

Message IDMessage Id of the mail

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

SummarySummary of the mail

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

SubjectSubject of the mail

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

Mail contentContent of the mail

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

From addressFrom whom the mail was received

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

To addressTo address mentioned in the mail

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

Folder IDFolder Id in which the mail resides

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

Has attachmentWhether the mail has attachment or not

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