Sends an in-app push notification to the agent assigned to the given task or appointment.
curl --request POST \
--url https://api.lofty.com/v2.0/sales-agent/notification/app-push/send-task-reminder \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"taskId": 123456,
"type": "TASK"
}
'{
"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.
Push sent successfully
Generic message response
Result message
"Operation successful"
curl --request POST \
--url https://api.lofty.com/v2.0/sales-agent/notification/app-push/send-task-reminder \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"taskId": 123456,
"type": "TASK"
}
'{
"message": "Operation successful"
}