---
title: "Send Task Reminder Push"
method: POST
path: "/v2.0/sales-agent/notification/app-push/send-task-reminder"
tags: ["Notifications V2"]
---

# Send Task Reminder Push

`POST /v2.0/sales-agent/notification/app-push/send-task-reminder`

Sends an in-app push notification to the agent assigned to the given task or appointment.

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Request body

- SendTaskReminderPushRequest — Send task reminder app push notification request
  - `taskId` integer, required — Task ID or Appointment ID
  - `type` 'TASK' | 'APPOINTMENT', required — Task type. APPOINTMENT or TASK.

## Response `200`

Push sent successfully

- MessageResponse — Generic message response
  - `message` string — Result message

## Other responses

- `400` — Invalid parameters (e.g., task not found)

---

[API](https://skmtc.net/lofty/apis/lofty-service-open-apis.md) · [All operations](https://skmtc.net/lofty/apis/lofty-service-open-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lofty/lofty-service-open-apis/revisions/23e640467118/schema)
