Loading...
Loading...
Zoho Mail integration. Manage Mailboxs, Contacts, Tags, Tasks, Notes, Calendars. Use when the user wants to interact with Zoho Mail data.
npx skill4agent add membranedev/application-skills zoho-mailmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search zoho-mail --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| Create Label | create-label | Create a new label for a mail account |
| List Labels | list-labels | List all labels for a mail account |
| Move Emails | move-emails | Move emails to a different folder |
| Mark Emails as Unread | mark-emails-as-unread | Mark one or more emails as unread |
| Mark Emails as Read | mark-emails-as-read | Mark one or more emails as read |
| Delete Email | delete-email | Delete a specific email message |
| Send Email | send-email | Send an email from a mail account |
| Get Email Content | get-email-content | Retrieve the content of a specific email by message ID |
| Search Emails | search-emails | Search for emails using custom search terms and parameters |
| List Emails | list-emails | List emails in a folder with optional filtering and pagination |
| Create Folder | create-folder | Create a new folder in a mail account |
| List Folders | list-folders | List all folders within a specified mail account |
| Get All Accounts | get-all-accounts | Retrieve all mail accounts of the authenticated user |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY