EasypanelDocs

Send a test notification

Sends a test message using a supplied notification channel configuration.

POST
/sendTestNotification

Sends a test message using a supplied notification channel configuration.

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/sendTestNotification" \  -H "Content-Type: application/json" \  -d '{    "events": {},    "name": "string",    "target": {      "type": "discord",      "url": "http://example.com"    }  }'
null