post
Create notification channel
Creates a delivery channel for the team. Email channels require verification; webhook channels can be verified with the test endpoint.
Required API key scope
notifications:create
/api/v1/team/notifications/channelsCode samples
curl --request POST \
--url https://api.emailguard.co/api/v1/team/notifications/channels \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{}'Parameters
Request body
Channel name, type, and type-specific configuration
configobject
Type-specific configuration (email address, webhook URL, headers, and so on).
namestringrequired
Display name shown in team notification settings.
typestringrequired
Channel type (for example email or webhook).