v1
latestOpenAPI 3.0.12026-07-22120163333.7 KBNotifications V2
Send Task Reminder Push
Sends an in-app push notification to the agent assigned to the given task or appointment.
post/v2.0/sales-agent/notification/app-push/send-task-reminder
Headers
Authorizationstring required
Bearer [access_token]
Content-Typestring required
application/json
Request body
Example request
{
"taskId": 123456,
"type": "TASK"
}Response
Push sent successfully
Example response
{
"message": "Operation successful"
}