HisendHISEND Docs

Send Email

POST
/emails

Authorization

Authorization
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://api.hisend.app/v1/emails" \  -H "Content-Type: application/json" \  -d '{    "from": "string",    "to": [      "string"    ],    "subject": "string"  }'
Empty
Empty
Empty
Empty