Skip to content

Create a notification destination (email/sms/slack/webhook/etc) within a notification group.

POST
/notification/
curl --request POST \
--url https://api.siteqwality.com/notification/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "notification_group_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "type": "email", "details": { "email_address": "example" } }'
Media type application/json
object
notification_group_id
required
string format: uuid
type
required
string
Allowed values: email sms slack webhook telegram discord microsoft_teams
details
required
One of:
object
email_address
required
string

Notification created

Invalid request body

Missing or invalid authentication

Internal server error