v1
latestOpenAPI 3.0.12026-07-22120163333.7 KBNotifications V2
Send Email to Agent
Sends a system email to the current logged-in user's email address.
post/v2.0/sales-agent/message/email/send-to-agent
Headers
Authorizationstring required
Bearer [access_token]
Content-Typestring required
application/json
Request body
Example request
{
"subject": "You have a new lead assigned.",
"content": "<p>Hello, you have a new lead.</p>"
}Response
Email sent successfully
Example response
{
"message": "Operation successful"
}