Sends a system email to the current logged-in user’s email address.
curl --request POST \
--url https://api.lofty.com/v2.0/sales-agent/message/email/send-to-agent \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"subject": "You have a new lead assigned.",
"content": "<p>Hello, you have a new lead.</p>"
}
'{
"message": "Operation successful"
}Documentation Index
Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
Use this file to discover all available pages before exploring further.
Email sent successfully
Generic message response
Result message
"Operation successful"
curl --request POST \
--url https://api.lofty.com/v2.0/sales-agent/message/email/send-to-agent \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"subject": "You have a new lead assigned.",
"content": "<p>Hello, you have a new lead.</p>"
}
'{
"message": "Operation successful"
}