Skip to main content
POST
Create Sender

Authorizations

Authorization
string
header
required

Oviond API key (prefix oviond_) sent as a Bearer token — the credential for REST/programmatic and headless integrations. Manage keys in Settings → API Keys. API keys do NOT authenticate the MCP endpoint (/mcp), which uses OAuth 2.1 + PKCE.

Body

application/json
source
enum<string>
required
Available options:
resend,
smtp
from_name
string
required
Minimum string length: 1
from_email
string<email>
required
nickname
string | null
reply_to
string<email> | null
address
string | null
city
string | null
country
string | null

Response

200 - application/json

Sender created

success
enum<boolean>
required
Available options:
true
data
object
required