---
title: "Dynamic Events"
method: POST
path: "/v1/projects/{projectID}/events/dynamic"
tags: ["Events"]
---

# Dynamic Events

`POST /v1/projects/{projectID}/events/dynamic`

This endpoint does not require creating endpoint and subscriptions ahead of time. Instead, you supply the endpoint and the payload, and Convoy delivers the events

## Path parameters

- `projectID` string, required

## Request body

- ModelsDynamicEvent
  - `custom_headers` object
  - `data` integer[]
  - `event_type` string
  - `event_types` string[]
  - `idempotency_key` string
  - `secret` string
  - `url` string

## Response `200`

OK

- HandlersStub

## Changes

- **2024-02-08** (v3) `52443da83eda` — 1 info
  - added the new optional request property `custom_headers`
- **2024-01-24** (v3) `ee338c3c9da6` — 3 warning, 6 info
  - removed the request property `endpoint`
  - removed the request property `event`
  - removed the request property `subscription`
  - added the new optional request property `data`
  - …5 more
- **2023-07-28** (v3) `2fc887538896` — 1 info
  - added the new optional request property `event/idempotency_key`

[Change history](https://skmtc.dev/getconvoy/apis/convoy-api-reference/changes/v1/projects/:projectID/events/dynamic/post.md)

---

[API](https://skmtc.dev/getconvoy/apis/convoy-api-reference.md) · [All operations](https://skmtc.dev/getconvoy/apis/convoy-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getconvoy/convoy-api-reference/revisions/182c7b00a49a/schema)
