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
SubjectSubject of the mail
- Slug
- subject
- Filter code
- ZohoMail.newMail.Subject
- Type
- String
- Example
- Hello!!
Mail contentContent 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>
SummarySummary of the mail
- Slug
- summary
- Filter code
- ZohoMail.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
- ZohoMail.newMail.CcAddress
- Type
- String
- Example
- abc@example.com;xyz@example.com
PriorityPriority of the mail
- Slug
- priority
- Filter code
- ZohoMail.newMail.Priority
- Type
- String
- Example
- 3
From addressFrom whom the mail was received
- Slug
- from_address
- Filter code
- ZohoMail.newMail.FromAddress
- Type
- String
- Example
- abc@example.com
Has attachmentWhether the mail has attachment or not
- Slug
- has_attachment
- Filter code
- ZohoMail.newMail.HasAttachment
- Type
- String
- Example
- True
Folder IDFolder Id in which the mail resides
- Slug
- folder_id
- Filter code
- ZohoMail.newMail.FolderId
- Type
- String
- Example
- 101178000000005014
To addressTo address mentioned in the mail
- Slug
- to_address
- Filter code
- ZohoMail.newMail.ToAddress
- Type
- String
- Example
- abc@example.com
Message IDMessage Id of the mail
- Slug
- message_id
- Filter code
- ZohoMail.newMail.MessageId
- Type
- String
- Example
- 163453199215010000102
Received atDate 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.000+05:00