---
title: "Create a new custom event"
method: POST
path: "/v1/events"
tags: ["Custom Events"]
---

# Create a new custom event

`POST /v1/events`

Create a new custom event

## Request body

- ExternalCreateEventLogSchemaV2
  - `source` string
  - `icon` string, nullable
  - `objectType` 'CONVERSATION' | 'ACCOUNT' | 'CUSTOMER' | 'USER' | 'CANNED_RESPONSE' | 'CHATBOT' | 'COMPANY' | 'CUSTOM_EVENTS' | 'HELPCENTER' | 'LINEAR' | 'JIRA' | 'SLACK' | 'SENTRY' | 'SESSION_RECORDING'
  - `objectId` string, required
  - `name` string, required
  - `description` string, nullable
  - `payload` object, nullable
  - `createdAt` string, date-time, nullable

## Response `200`

Successful Response

- ExternalReadEventLogSchemaV2
  - `updatedAt` string, date-time, nullable
  - `createdAt` string, date-time, nullable
  - `icon` string, nullable
  - `objectType` 'CONVERSATION' | 'ACCOUNT' | 'CUSTOMER' | 'USER' | 'CANNED_RESPONSE' | 'CHATBOT' | 'COMPANY' | 'CUSTOM_EVENTS' | 'HELPCENTER' | 'LINEAR' | 'JIRA' | 'SLACK' | 'SENTRY' | 'SESSION_RECORDING'
  - `objectId` string, required
  - `name` string, required
  - `description` string, nullable
  - `payload` object, nullable
  - `id` string, uuid, required
  - `processingStatus` 'PENDING' | 'SUCCESS' | 'INVALID' | 'LINKED' | 'FAILED' | 'UNPROCESSED' | 'UNKNOWN'

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-30** `22d52c4f7949` — 4 info
  - the `createdAt` request property default value changed from `2026-08-29T16:06:48.918467` to `2026-08-30T08:08:32.353444`
  - the `eventCreatedAt` request property default value changed from `2026-08-29T16:06:48.888140` to `2026-08-30T08:08:32.324921`
  - the `createdAt` response's property default value changed from `1788019608` to `1788077312` for the status `200`
  - the `eventCreatedAt` response's property default value changed from `2026-08-29T16:06:48.888140` to `2026-08-30T08:08:32.324921` for the status `200`
- **2026-08-29** `caf559efc022` — 4 info
  - the `createdAt` request property default value changed from `2026-08-28T20:03:10.312174` to `2026-08-29T16:06:48.918467`
  - the `eventCreatedAt` request property default value changed from `2026-08-28T20:03:10.284290` to `2026-08-29T16:06:48.888140`
  - the `createdAt` response's property default value changed from `1787947390` to `1788019608` for the status `200`
  - the `eventCreatedAt` response's property default value changed from `2026-08-28T20:03:10.284290` to `2026-08-29T16:06:48.888140` for the status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/atlas/apis/atlas-api/changes/v1/events/post.md)

---

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