/notification/email/v1/send-email
Send email
network
object
id
string
required
recipient
object
required
email
string
required
emailContent
object
required
subject
string
required
body
string
required
type
string
required
{
"network": {
"id": "string"
},
"recipient": {
"email": "alice@example.com"
},
"emailContent": {
"subject": "string",
"body": "string",
"type": "text/html"
}
}
Email sent successfully
Empty response
Was this page helpful?