zoho_fetch
Makes authenticated Zoho API calls with automatic token refresh for Mail, Calendar, and other services.
Instructions
Make an authenticated Zoho API call with automatic token refresh. Supports Mail, Calendar, and other Zoho APIs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full Zoho API URL (e.g. https://mail.zoho.com/api/accounts/...) | |
| body | No | Request body (JSON string) | |
| method | No | HTTP method (default GET) | |
| tokenFile | No | Token file: 'hal' for zoho-mail-tokens.json (default), 'caul' for zoho-caul-tokens.json | |
| contentType | No | Content-Type header (default application/json) |