---
title: "Create new event"
method: POST
path: "/events/{webhookIdOrTeamId}"
tags: ["Events"]
---

# Create new event

`POST /events/{webhookIdOrTeamId}`

## Path parameters

- `webhookIdOrTeamId` string, required

## Query parameters

- `ExtIdParam` string
- `ExtStatusParam` string
- `NewStatus` string
- `ResolvedStatus` string
- `AckStatus` string

## Response `201`

Created

- V2OverviewEvent
  - `alertDestination` V2AlertDestinationDetails
    - `value` string, nullable
    - `type` 2 | 3
  - `alertId` string, nullable
  - `categoryId` string, nullable
  - `acknowledgedAlerts` string[], nullable
  - `closedAlerts` string[], nullable
  - `creationTime` string, date-time
  - `createdByUserId` string, nullable
  - `eventSourceType` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7
  - `eventSourceGroupId` string, nullable
  - `eventSourceId` string, nullable
  - `eventSourceTeamId` string, nullable
  - `eventStatus` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 21 | 22 | 23 | 30 | 1000
  - `id` string, nullable
  - `lastModified` string, date-time
  - `severity` 0 | 1 | 2
  - `text` string, nullable
  - `title` string, nullable

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/signl4/apis/signl4-api-v1.md) · [All operations](https://skmtc.net/signl4/apis/signl4-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signl4/signl4-api-v1/versions/ddbe216a9287/schema)
