Delivery
- Create a template message with
schedule_type = 1
andschedule_date
containing the schedule date in UNIX timestamp format. - Trigger the message like a regular template message (such as in direct message). Info available here.
Cancellation
A pending or processing local message can be cancelled using the following API:
Verb
Code Block | ||
---|---|---|
| ||
PUT |
URI
Code Block | ||
---|---|---|
| ||
http://<hostname>/api/v3/message/direct/cancel |
Body
Code Block | ||
---|---|---|
| ||
{
"app_id": 1234,
"message_id": 1234
} |