Wakato Docs
API Reference

Agent Mail

POST
/agent-mail/send

Authorization

bearerAuth
AuthorizationBearer <token>

A Space API key, e.g. wks_live_….

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/agent-mail/send" \  -H "Content-Type: application/json" \  -d '{    "from_address_id": "string",    "to": "string",    "subject": "string"  }'
{}