v1

latestOpenAPI 3.0.12026-07-22120163333.7 KB
Notifications 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

subjectstring required

Email subject

contentstring required

Email body content (HTML supported)

Example request

{
  "subject": "You have a new lead assigned.",
  "content": "<p>Hello, you have a new lead.</p>"
}

Response

Email sent successfully

messagestring

Result message

Example response

{
  "message": "Operation successful"
}