Skip to main content
POST
/
notification-providers
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
type
enum<string>
required

The type of notification provider

Available options:
email,
sms,
slack,
webhook,
discord,
teams,
telegram,
whatsapp,
pagerduty
name
string
required

The name of the notification provider

config
object
required

The configuration for the notification provider

isEnabled
boolean

Whether the notification provider is enabled

quietHoursStart
string

Start time for quiet hours (HH:MM format)

quietHoursEnd
string

End time for quiet hours (HH:MM format)

projectId
string

The ID of the project this notification provider belongs to

Response

The notification provider has been successfully created.

The response is of type object.