---
title: "Create bulk candidate notification for the given context type"
method: POST
path: "/agency/{context_id}/candidate/bulk-notifications"
tags: ["Agency Candidate Bulk Notification"]
---

# Create bulk candidate notification for the given context type

`POST /agency/{context_id}/candidate/bulk-notifications`

## Headers

- `Authorization` string, string, required
- `Context` string, string, required
- `Accept` 'application/json', required
- `X-Accept-Timezone` string

## Request body

- object
  - `type` string, required
  - `data` object, required
  - `candidate_ids` string[], required

## Response `201`

The bulk candidate notification resource response

- object
  - `_id` string, required
  - `updated_at` string, date-time, required
  - `created_at` string, date-time, required
  - `__v` integer, required
  - `status` string, required
  - `context_type` 'agency' | 'agency-group', required
  - `context_type_id` string, required
  - `type` string, required
  - `data` object, required
  - `candidate_ids` string[], required

## Other responses

- `400` — Candidate notification validation response definition
- `401` — Failed to authenticate the user making the request
- `403` — Permission denied error
- `default` — Server error occurred

---

[API](https://skmtc.dev/staffshift/apis/staffshift-api-gateway.md) · [All operations](https://skmtc.dev/staffshift/apis/staffshift-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/staffshift/staffshift-api-gateway/revisions/6e2cb83db3a9/schema)
