Lodol Docs

Zoho Mail

API actions for the Zoho Mail integration.

Zoho Mail

Send and manage email in your Zoho Mail account.


Create folder

Create a new folder in Zoho Mail.

Parameters

ParameterTypeRequiredDescription
folder_namestringNoName of the new folder.

Response

{}

Delete message

Delete a message from Zoho Mail.

Parameters

ParameterTypeRequiredDescription
folder_idstringNoThe ID of the folder that contains the message.
message_idstringNoThe ID of the message to delete.

Response

{}

Get message

Get the full content of a message.

Parameters

ParameterTypeRequiredDescription
folder_idstringNoThe ID of the folder that contains the message.
message_idstringNoThe ID of the message to get.

Response

{}

List messages

List the messages in a folder.

Parameters

ParameterTypeRequiredDescription
folder_idstringNoThe ID of the folder to list messages from. Leave blank for the default.
limitnumberNoThe most messages to return, from 1 to 200.
startnumberNoThe position to start listing from. Defaults to 1.
statusstringNoShow only messages with this status: read, unread, or all.

Response

{}

Mark message as read

Mark a Zoho Mail message as read.

Parameters

ParameterTypeRequiredDescription
message_idstringNoThe ID of the message to mark as read.

Response

{}

Mark message as unread

Mark a Zoho Mail message as unread.

Parameters

ParameterTypeRequiredDescription
message_idstringNoThe ID of the message to mark as unread.

Response

{}

Move message

Move a message to another Zoho Mail folder.

Parameters

ParameterTypeRequiredDescription
message_idstringNoThe ID of the message to move.
dest_folder_idstringNoThe ID of the folder to move the message into.

Response

{}

Search messages

Search your Zoho Mail messages.

Parameters

ParameterTypeRequiredDescription
search_keystringNoWhat to search for. Use a Zoho Mail search term, for example newMails or subject:hello.
limitnumberNoThe most messages to return, from 1 to 200.
startnumberNoThe position to start from.

Response

{}

Send an email

Send a plain text or HTML email from a Zoho Mail account.

Parameters

ParameterTypeRequiredDescription
from_addressstringNoThe email address to send from, set up in your Zoho Mail account.
to_addressstringNoWho to send the email to. Separate multiple addresses with commas.
subjectstringNoEmail subject line.
contentstringNoEmail body content.
mail_formatstringNoChoose how the email is formatted: plaintext or html. Defaults to plaintext.
cc_addressstringNoWho to copy on the email. Separate multiple addresses with commas.
bcc_addressstringNoWho to blind copy on the email. Separate multiple addresses with commas.

Response

{}

On this page