search_emails
Find emails in your Zoho Mail account using a search key. Provide an account ID, and optionally set start and limit to control which results are returned.
Instructions
Search emails based on parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| start | No | ||
| account_id | Yes | ||
| search_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Response data | |
| error | No | Error message if any | |
| success | Yes | Whether the operation was successful | |
| status_code | No | HTTP status code |