LowCodeAPI
133 APIs
  • Email Messages(12)
    • POST
      Save Draft / Template
    • GET
      Get all/ view based emails in a folder
    • GET
      Get emails based on search conditions
    • GET
      Get meta data of a particular email
    • GET
      Get attachment info
    • GET
      Get email attachment content
    • GET
      Get email headers
    • PUT
      Mark email as not spam
    • POST
      Upload attachment
    • POST
      Reply to an email
    • GET
      Get original message
    • DEL
      Delete email
GET
POST
GET
GET
GET
GET
GET
GET
PUT
POST
POST
GET
DELETE
POST
https://api.lowcodeapi.com/zohomail/api/accounts/account_id/messages
Path Parameters 1
account_id*number

The path parameters will be sent as a URL query parameters as a part of the request.

Request Payload

The payload will be sent as a application/json as a part of the request body.

Path Parameters
account_id*number
The unique Zoho Account identifier associated with the particular account
Payload
fromAddressstring*
Sender's email address for the From field (associated to the authenticated account)
toAddressstring*
Recipient email address for the To field
modestring*
Whether the content should be saved as a draft or a template
contentstring
The content that should be saved as a draft or template
ccAddressstring
Recipient email address for the Cc field
bccAddressstring
Recipient email address for the Bcc field
subjectstring
Subject of the email that should be sent
Response
API response data will be shown here once the request is completed.
Zoho Mail