---
title: "POST /crm/events"
method: POST
path: "/crm/events"
tags: ["CrmEvent"]
---

# POST /crm/events

`POST /crm/events`

Create a new event

## Request body

- CrmCreateOrUpdateEventRequest
  - `type` string, required — The type of the event in the CRM.
  - `subject` string, required — The Subject of the event/meeting in the CRM.
  - `startDateTime` string, required — Event start date time.
  - `endDateTime` string, required — Event end date time.
  - `isAllDayEvent` boolean, required — Is `true` if the event is an all day event.
  - `description` string, required — Description of the event/meeting.
  - `location` string, required — The location of the event/meeting.

## Response `200`

- CrmCreateOrUpdateEventResponse
  - `status` 'ok' | 'error', required
  - `message` string, required
  - `result` unknown, required

## Other responses

- `401`
- `404`
- `500`

---

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