Skip to main content
POST
Send Email to Agent

Headers

Authorization
string
required

Bearer [access_token]

Content-Type
string
required

application/json

Body

application/json

Send system email to agent request

subject
string
required

Email subject

Example:

"You have a new lead assigned."

content
string
required

Email body content (HTML supported)

Example:

"<p>Hello, you have a new lead.</p>"

Response

Email sent successfully

Generic message response

message
string

Result message

Example:

"Operation successful"