| Parameter | Details | Beschreibung |
|---|---|---|
| page | Optional Ganzzahl | Die Seitennummer, ab der Sie Ergebnisse wünschen. Der Standardwert ist 1. |
| results_per_page | Optional Ganzzahl | Wie viele Ergebnisse Sie pro Seite wünschen. Erlaubte Werte sind: 10 , 25 , 50 , 100 , 250 , 500 , 1000. Standardwert ist 25. |
{
"data": [
{
"id": 1,
"type": "email",
"name": "Work email",
"settings": {
"email": "hey@example.com"
},
"is_enabled": true,
"last_datetime": null,
"datetime": "2026-01-30 01:10:01",
}
],
"meta": {
"page": 1,
"results_per_page": 25,
"total": 1,
"total_pages": 1
},
"links": {
"first": "https://www.clientlink.ch/api/notification-handlers?page=1",
"last": "https://www.clientlink.ch/api/notification-handlers?page=1",
"next": null,
"prev": null,
"self": "https://www.clientlink.ch/api/notification-handlers?page=1"
}
}
{
"data": {
"id": 1,
"type": "email",
"name": "Work email",
"settings": {
"email": "hey@example.com"
},
"is_enabled": true,
"last_datetime": null,
"datetime": "2026-01-30 01:10:01",
}
}
| Parameter | Details | Beschreibung |
|---|---|---|
| name | Erforderlich Zeichenfolge | - |
| type | Erforderlich Zeichenfolge | Erlaubte Werte: email , webhook , slack , discord , telegram , microsoft_teams |
| Optional Zeichenfolge | Verfügbar, wenn: type = email E-Mail | |
| webhook | Optional Zeichenfolge | Verfügbar, wenn: type = webhook Webhook URL |
| slack | Optional Zeichenfolge | Verfügbar, wenn: type = slack Slack Webhook URL |
| discord | Optional Zeichenfolge | Verfügbar, wenn: type = discord Discord Webhook URL |
| telegram | Optional Zeichenfolge | Verfügbar, wenn: type = telegram Telegram API Token |
| telegram_chat_id | Optional Zeichenfolge | Verfügbar, wenn: type = telegram Telegramm-Chat-ID |
| microsoft_teams | Optional Zeichenfolge | Verfügbar, wenn: type = microsoft_teams Microsoft Teams Webhook-URL |
{
"data": {
"id": 1
}
}
| Parameter | Details | Beschreibung |
|---|---|---|
| name | Optional Zeichenfolge | - |
| type | Optional Zeichenfolge | Erlaubte Werte: email , webhook , slack , discord , telegram , microsoft_teams |
| Optional Zeichenfolge | Verfügbar, wenn: type = email E-Mail | |
| webhook | Optional Zeichenfolge | Verfügbar, wenn: type = webhook Webhook URL |
| slack | Optional Zeichenfolge | Verfügbar, wenn: type = slack Slack Webhook URL |
| discord | Optional Zeichenfolge | Verfügbar, wenn: type = discord Discord Webhook URL |
| telegram | Optional Zeichenfolge | Verfügbar, wenn: type = telegram Telegram API Token |
| telegram_chat_id | Optional Zeichenfolge | Verfügbar, wenn: type = telegram Telegramm-Chat-ID |
| microsoft_teams | Optional Zeichenfolge | Verfügbar, wenn: type = microsoft_teams Microsoft Teams Webhook-URL |
| is_enabled | Optional Boolesche | - |
{
"data": {
"id": 1
}
}