v1

latestOpenAPI 3.0.12026-07-22120163333.7 KB
Notifications 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

taskIdinteger required

Task ID or Appointment ID

type'TASK' | 'APPOINTMENT' required

Task type. APPOINTMENT or TASK.

Example request

{
  "taskId": 123456,
  "type": "TASK"
}

Response

Push sent successfully

messagestring

Result message

Example response

{
  "message": "Operation successful"
}