---
title: "Group Bulk SMS"
method: POST
path: "/sms/group"
tags: ["SMS"]
---

# Group Bulk SMS

`POST /sms/group`

Send SMS to clients/contacts using groups you created earlier which has contacts in them

<strong>HTTP Request</strong>

    POST https://api.mnotify.com/api/sms/group
<p class="alert-primary"><i class="las la-info-circle" style="font-size:24px"></i> In our example, we will use message template id because we have already used message content when dealing with quick SMS</p>
<p class="alert-primary"><i class="las la-info-circle" style="font-size:24px"></i> _id is the id of the message sent. You can store this id somewhere to check the delivery status of your message. This id is also called campaign id</p>
<br>
<h3>Schedule Group Bulk SMS</h3>
When scheduling quick SMS, you must set is_schedule to true and include the date and time in schedule_date payload in the format YYYY-MM-DD hh:mm.

## Path parameters

- `key` string, required
- `group_id` unknown[], required
  - unknown
- `sender` string, required
- `message` unknown, required
- `message_id` unknown, required
- `is_schedule` boolean
- `schedule_date` unknown

## Response `200`

Success

- CampaignSmsGroup
  - `status` string
  - `code` string
  - `message` string
  - `summary` object

---

[API](https://skmtc.dev/mnotify/apis/bms-documentation.md) · [All operations](https://skmtc.dev/mnotify/apis/bms-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mnotify/bms-documentation/revisions/c06855f2ed03/schema)
