Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Delivery

  1. Create a template message with schedule_type = 1 and schedule_date containing the schedule date in UNIX timestamp format.
  2. 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
languagetext
PUT

URI

Code Block
languagetext
http://<hostname>/api/v3/message/direct/cancel

Body

Code Block
languagejs
{
    "app_id": 1234,
    "message_id": 1234
}