Product
Email API
A developer-focused interface for expected transactional email.
Send an email
REST request
POST https://api.sendout.com.br/v1/emails
Authorization: Bearer so_xxxxxxxxx
Content-Type: application/json
{
"from":"notifications@yourdomain.com",
"to":"user@example.com",
"subject":"Your account notification",
"html":"<p>Your requested action was completed.</p>"
}Authentication
API credentials must be protected as secrets. Sendout may revoke credentials associated with compromise, abuse, or policy violations.
