API - Send Broadcast

POST /api/broadcasts

Headers

Name
Value

Content-Type

application/json

X-Api-Key

<ApiKey>

Body

{
  "type": "text",
  "name": "Nama Broadcast",
  "content": {
    "text": "Hi, Selamat datang di kirimna"
  },
  "device_id": "9b97b4d2-c484-444d-818d-d386fa0e57b9",
  "contacts": [
    {
      "name": "Jhon",
      "phone": "6282242098786"
    },
    {
      "name": "Isn",
      "phone": "6285708404133"
    }
  ]
}

Check the full available request body here.

Response

Last updated