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.
    Use the following JSON payload as example:
    {
    "campaign_id": "161156",
    "application_id": "103012",
    "sound": "default",
    "name": "Test name",
    "description": "Test description",
    "type": 5,
    "content_type": 1,
    "push_body": "Test message (body)",
    "mobile_overdue_strategy": 1, // or 2 or 3
      "mobile_sendout_strategy": 1, // or 2 or 3
      "local_time": "1425130929"
    }
  2. Trigger the message like a regular template message (such as in direct message). Info available here.

...