call_endpoint
Invoke Zapmail API endpoints using documentation slugs or explicit paths to manage domains, mailboxes, and export data to third-party platforms with HTTP method and parameter support.
Instructions
Invoke any Zapmail API endpoint by its documentation slug or an explicit path.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON body for POST/PUT/PATCH. | |
| method | No | HTTP method override. | |
| path | No | Absolute API path override. | |
| pathParams | No | Values for path variables. | |
| query | No | Query parameters. | |
| serviceProvider | No | Override service provider for this call. | |
| slug | No | Documentation slug (filename without .md). | |
| workspaceKey | No | Override workspace key for this call. |