EasypanelDocs

Create a notification channel

Creates a licensed notification channel and schedules its disk-load checks.

POST
/createNotificationChannel

Creates a licensed notification channel and schedules its disk-load checks.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/createNotificationChannel" \  -H "Content-Type: application/json" \  -d '{    "events": {},    "name": "string",    "target": {      "type": "discord",      "url": "http://example.com"    }  }'
null