Skip to main content

POST /api/mail/send

MethodPOST
Path/api/mail/send
GroupMail
Authauthenticated session
Sourceshared/api-core/src/routes/mail.ts

Call it

curl -X POST https://zeqsdk.com/api/mail/send \
-H "Content-Type: application/json" \
-d '{"to":null,"subject":null,"body":null,"attachments":null,"in_reply_to":null}'

Requires an authenticated session — sign in first; the session is sent automatically by the browser/SDK.

Reference