resend_raw
Make raw authenticated requests to any Resend API endpoint not covered by dedicated tools. Use for advanced or unsupported operations.
Instructions
Advanced escape hatch — make a raw authenticated request to ANY Resend API endpoint not covered by a dedicated tool. Prefer specific tools when one exists. Mutating methods (POST/PATCH/PUT/DELETE) are blocked in readonly mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | HTTP method | |
| path | Yes | Endpoint path starting with "/", e.g. "/emails" or "/domains/{id}" | |
| body | No | JSON request body for POST/PATCH/PUT | |
| query | No | Query-string parameters |