---
title: "Bulk trigger event"
method: POST
path: "/v1/events/trigger/bulk"
tags: ["Events"]
---

# Bulk trigger event

`POST /v1/events/trigger/bulk`

Using this endpoint you can trigger multiple events at once, to avoid multiple calls to the API.
      The bulk API is limited to 100 events per request.

## Request body

- BulkTriggerEventDto — unresolved $ref

## Response `201`

- object
  - `data` TriggerEventResponseDto[]
    - `acknowledged` boolean, required — If trigger was acknowledged or not
    - `status` 'processed' | 'trigger_not_active' | 'subscriber_id_missing' | 'error', required — Status for trigger
    - `error` string[] — In case of an error, this field will contain the error message
    - `transactionId` string — Transaction id for trigger

---

[API](https://skmtc.dev/cequens/apis/authentication.md) · [All operations](https://skmtc.dev/cequens/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cequens/authentication/revisions/deadb0661f19/schema)
