---
title: "POST /v1/notification-channels/default"
method: POST
path: "/v1/notification-channels/default"
tags: ["NotificationChannel"]
---

# POST /v1/notification-channels/default

`POST /v1/notification-channels/default`

## Request body

- NotificationChannelCreateDefaultInput
  - `data` object, required
    - `name` string, required
    - `type` 'email', required
    - `config` object, required
      - `addresses` string[], required

## Response `204`

Creates the default notification channel only if it doesn't exist.

---

[API](https://skmtc.dev/akash-network/apis/notificationsapi.md) · [All operations](https://skmtc.dev/akash-network/apis/notificationsapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akash-network/notificationsapi/revisions/7c10904298ba/schema)
