add reminder

add reminder

POST https://api.zuwinda.com/v1/reminder/add

Headers

NameTypeDescription

x-access-key

string

Your token api

Request Body

NameTypeDescription

end_date_repeat

string

format date (Y-m-d H:i) ex: 2020-08-20 15:10

repeat

string

EVERY_DAY / WEEK / MONTH / YEAR

instances_id

string

your instances id, if null will using sms

at_time

string

format time (H:i), ex: 15:10

on_date

string

format date (Y-m-d), ex: 2020-08-20

content

string

Content message

to

string

destination phone number

{
    "success": true,
    "message": "Added reminder successfully"
}

Last updated