Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

PUT

URI

http://<hostname>/api/v3/message/direct/cancel

Body

{
    "app_id": 1234,
    "message_id": 1234
}
  • No labels