Common workflow:
Modify a team’s existing notification channel as part of regular communication maintenance.
Required fields:
value
– The new destination for notifications (e.g., email address or URL)priority
– Identifies the specific channel to be updated
To review existing channels before updating, use the Get Team Notification Channels endpoint. After making changes, you can test delivery using the Test Team Notification Channel endpoint.
Authorization: Bearer YOUR_TOKEN
Expected Behavior:
- On success, the system will add the new notification channel and return a confirmation message indicating that the channel needs to be verified. To complete the verification process, please use the Verify Team Notification Channel endpoint.
- If the request is unauthorized or invalid, the system will respond with an error message.