Sends a system SMS message to the current logged-in user’s phone number.
curl --request POST \
--url https://api.lofty.com/v2.0/sales-agent/message/sms/send-to-agent \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"content": "You have a new lead assigned."
}
'{
"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.
Send system SMS to agent request
SMS content to send to the agent's phone number
"You have a new lead assigned."
SMS sent successfully
Generic message response
Result message
"Operation successful"
curl --request POST \
--url https://api.lofty.com/v2.0/sales-agent/message/sms/send-to-agent \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"content": "You have a new lead assigned."
}
'{
"message": "Operation successful"
}