call_mailganer_api
Send HTTP requests to Mailganer REST API using GET, POST, PUT, PATCH, or DELETE methods with custom paths, query parameters, and automatic authentication.
Instructions
Execute a live HTTP request against Mailganer REST API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auth | No | Auth mode: auto detects from path, v1 body api_key, v2 Authorization header | auto |
| body | No | JSON request body | |
| path | Yes | API path relative to base URL, e.g. /v2/emails/ | |
| query | No | Query string parameters | |
| method | Yes | HTTP method |