Skip to main content
POST
cURL
Interactive playground for POST /notification-handlers/{notification_handler_id}.
Paste your API key in the Authorization field as Bearer {api_key}.
cURL

Authorizations

Authorization
string
header
default:{api_key}
required

Get your API key at https://kloo.li/account-api. Use Authorization: Bearer {api_key}.

Path Parameters

notification_handler_id
string
required

Resource identifier

Body

multipart/form-data
name
string

name

type
enum<string>

Allowed values: email, webhook, slack, discord, telegram, microsoft_teams, twilio, twilio_call, whatsapp, x, google_chat, push_subscriber_id.

Available options:
email,
webhook,
slack,
discord,
telegram,
microsoft_teams,
twilio,
twilio_call,
whatsapp,
x,
google_chat,
push_subscriber_id
email
string

Available when: type = email

webhook
string

Available when: type = webhook

slack
string

Available when: type = slack

discord
string

Available when: type = discord

telegram
string

Available when: type = telegram

telegram_chat_id
string

Available when: type = telegram

microsoft_teams
string

Available when: type = microsoft_teams

google_chat
string

Available when: type = google_chat

x_consumer_key
string

Available when: type = x

x_consumer_secret
string

Available when: type = x

x_access_token
string

Available when: type = x

x_access_token_secret
string

Available when: type = x

push_subscriber_id
string

Available when: type = push_subscriber_id

twilio
string

Available when: type = twilio

twilio_call
string

Available when: type = twilio_call

whatsapp
string

Available when: type = whatsapp

is_enabled
boolean

is_enabled

Response

Success