Manage Notifications
Control
Scope
What it sets
Notification settings
Read the organization settings
curl https://api.interlynk.io/lynkapi \
-H "Authorization: Bearer $INTERLYNK_SECURITY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"query": "query { organization { notificationSettings { messageType title enabled level hasOverride } } }"}'{
"data": {
"organization": {
"notificationSettings": [
{ "messageType": "SBOM_UPLOAD_SUCCESS", "title": "Version Upload Success", "enabled": true, "level": "INFO", "hasOverride": false },
{ "messageType": "SBOM_UPLOAD_FAILED", "title": "Version Upload Failed", "enabled": true, "level": "ALERT", "hasOverride": true }
]
}
}
}Update settings
Message types
Notification preferences
Read your preferences for one environment
Update one environment
Update many environments at once
Delivery channels
Read your channels
Turn channels on or off
Set a webhook URL
Errors
Message
Cause
Last updated