---
title: "Post a deployment event to ilert."
method: POST
path: "/deployment-events"
tags: ["Deployment Events"]
---

# Post a deployment event to ilert.

`POST /deployment-events`

Use the Deployment events API to integrate your CI & CD tools or custom deployment workflows with ilert. Create a new deployment pipeline to generate an integration key for this endpoint.

## Request body

- DeploymentEvent
  - `integrationKey` string, required
  - `summary` string, required
  - `timestamp` integer
  - `userEmail` string, email — Optional email used to map the event to a specific user in ilert
  - `customDetails` object
  - `links` EventLink[]
    - `href` string
    - `text` string

## Response `202`

The event has been accepted

---

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