Skip to main content
POST
Send Task Reminder Push

Headers

Authorization
string
required

Bearer [access_token]

Content-Type
string
required

application/json

Body

application/json

Send task reminder app push notification request

taskId
integer<int64>
required

Task ID or Appointment ID

Example:

123456

type
enum<string>
required

Task type. APPOINTMENT or TASK.

Available options:
TASK,
APPOINTMENT
Example:

"TASK"

Response

Push sent successfully

Generic message response

message
string

Result message

Example:

"Operation successful"