---
title: "Changes to Create a channel endpoint"
method: POST
path: "/v1/channel-endpoints"
---

# Changes to Create a channel endpoint

`POST /v1/channel-endpoints`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 12 revisions.

- **2026-08-30** `24e82408dec7` — 1 warning, 1 info
- **2026-08-16** `c2b2fa0d5d48` — 1 warning, 1 info
- **2026-07-31** `8092e41edd57` — 1 breaking, 4 warning, 2 info
- **2026-07-26** `ab1c5d528f97` — 1 warning
- **2026-07-21** `c69777f60184` — 1 breaking, 13 warning, 9 info

## Changes

- **2026-08-30** `24e82408dec7` — 1 warning, 1 info
  - added the new `novu-web-chat` enum value to the `providerId` response property for the response status `201`
  - removed the `novu-agent-chat` enum value from the `providerId` response property for the response status `201`
- **2026-08-16** `c2b2fa0d5d48` — 1 warning, 1 info
  - added the new `novu-agent-chat` enum value to the `providerId` response property for the response status `201`
  - removed the `novu-web-chat` enum value from the `providerId` response property for the response status `201`
- **2026-07-31** `8092e41edd57` — 1 breaking, 4 warning, 2 info
  - added `#/components/schemas/GrafanaOnCallIntegrationEndpointDto, #/components/schemas/ToolWebhookEndpointDto` to the `endpoint` response property `oneOf` list for the response status `201`
  - added the new `grafana` enum value to the `providerId` response property for the response status `201`
  - added the new `grafana_oncall_integration` enum value to the `type` response property for the response status `201`
  - added the new `novu-web-chat` enum value to the `providerId` response property for the response status `201`
  - added the new `tool_webhook` enum value to the `type` response property for the response status `201`
  - added `grafana_oncall_integration, tool_webhook` mapping keys to the request discriminator
  - added `#/components/schemas/CreateGrafanaOnCallIntegrationEndpointDto, #/components/schemas/CreateToolWebhookEndpointDto` to the request body `oneOf` list
- **2026-07-26** `ab1c5d528f97` — 1 warning
  - added the new `ruach-sms` enum value to the `providerId` response property for the response status `201`
- **2026-07-21** `c69777f60184` — 1 breaking, 13 warning, 9 info
  - added `#/components/schemas/WebexRoomEndpointDto, #/components/schemas/WebexPersonEndpointDto, #/components/schemas/LineUserEndpointDto, #/components/schemas/PagerDutyServiceEndpointDto, #/components/schemas/OpsgenieIntegrationEndpointDto` to the `endpoint` response property `oneOf` list for the response status `201`
  - added the new `anypost` enum value to the `providerId` response property for the response status `201`
  - added the new `line` enum value to the `providerId` response property for the response status `201`
  - added the new `line_user` enum value to the `type` response property for the response status `201`
  - added the new `opsgenie` enum value to the `providerId` response property for the response status `201`
  - added the new `opsgenie_integration` enum value to the `type` response property for the response status `201`
  - added the new `pagerduty` enum value to the `providerId` response property for the response status `201`
  - added the new `pagerduty_service` enum value to the `type` response property for the response status `201`
  - added the new `sendblue` enum value to the `providerId` response property for the response status `201`
  - added the new `tool` enum value to the `channel` response property for the response status `201`
  - added the new `tool-webhook` enum value to the `providerId` response property for the response status `201`
  - added the new `webex-messaging` enum value to the `providerId` response property for the response status `201`
  - added the new `webex_person` enum value to the `type` response property for the response status `201`
  - added the new `webex_room` enum value to the `type` response property for the response status `201`
  - added the new optional request property `oneOf[#/components/schemas/CreateMsTeamsChannelEndpointDto]/createSubscriberIfMissing`
  - added the new optional request property `oneOf[#/components/schemas/CreateMsTeamsUserEndpointDto]/createSubscriberIfMissing`
  - added the new optional request property `oneOf[#/components/schemas/CreatePhoneEndpointDto]/createSubscriberIfMissing`
  - added the new optional request property `oneOf[#/components/schemas/CreateSlackChannelEndpointDto]/createSubscriberIfMissing`
  - added the new optional request property `oneOf[#/components/schemas/CreateSlackUserEndpointDto]/createSubscriberIfMissing`
  - added the new optional request property `oneOf[#/components/schemas/CreateTelegramChatEndpointDto]/createSubscriberIfMissing`
  - added the new optional request property `oneOf[#/components/schemas/CreateWebhookEndpointDto]/createSubscriberIfMissing`
  - added `webex_room, webex_person, line_user, pagerduty_service, opsgenie_integration` mapping keys to the request discriminator
  - added `#/components/schemas/CreateWebexRoomEndpointDto, #/components/schemas/CreateWebexPersonEndpointDto, #/components/schemas/CreateLineUserEndpointDto, #/components/schemas/CreatePagerDutyServiceEndpointDto, #/components/schemas/CreateOpsgenieIntegrationEndpointDto` to the request body `oneOf` list

---

[Operation](https://skmtc.dev/novu/apis/novu-api/docs/v1/channel-endpoints/post.md) · [API](https://skmtc.dev/novu/apis/novu-api.md) · [Page](https://skmtc.dev/novu/apis/novu-api/changes/v1/channel-endpoints/post)
