---
title: "Group Bulk Voice Call"
method: POST
path: "/voice/group"
tags: ["Voice"]
---

# Group Bulk Voice Call

`POST /voice/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/voice/group
<p class="alert-primary"><i class="las la-info-circle" style="font-size:24px"></i>In our example, we will use voice id because we have already used voice file when dealing with quick bulk voice call</p>

<br>
<h3>Schedule Group Bulk Voice Call</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
- `campaign` string, required
- `recipient` unknown[], required
  - unknown
- `file` unknown, required
- `voice_id` string, required
- `is_schedule` boolean
- `schedule_date` unknown

## Response `200`

Success

- CampaignVoiceGroup
  - `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)
