Nuxa
Api referenceToolsApiToolsMailSend

POST /api/tools/mail/send

POST
/api/tools/mail/send

Authorization

sessionAuth
better-auth.session_token<token>

Better Auth session cookie

In: cookie

Request Body

application/json

fromAddress*string
to*string
subject*string
body*string
contentType?string
Value in"text" | "html"
resendApiKey*string

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://app.nuxa.ai/api/tools/mail/send" \  -H "Content-Type: application/json" \  -d '{    "fromAddress": "string",    "to": "string",    "subject": "string",    "body": "string",    "resendApiKey": "string"  }'
{}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}