Configure and test webhook/email notifications for sync events.
GEThttps://api.aitronos.com/v1/organizations/{organization_id}/knowledge/connectors/notifications
Returns the notification configuration for the workspace.
organization_id string required
The unique identifier of the organization (format: org_*).
PATCHhttps://api.aitronos.com/v1/organizations/{organization_id}/knowledge/connectors/notifications
Set webhook or email notification rules for sync events.
notifications array required
Array of notification rules (webhook URL, email, event types, etc.).
POSThttps://api.aitronos.com/v1/organizations/{organization_id}/knowledge/connectors/notifications/test
Send a test notification to verify delivery.
notification_type string required
Type to test (e.g., webhook, email).
url string optional
Webhook URL to test.
A notification config object containing a notifications array.
cURL
- Bash
- Python
- Python
- JavaScript
curl "https://api.aitronos.com/v1/organizations/org_xyz789/knowledge/connectors/notifications" \
-H "Authorization: Bearer $ACCESS_TOKEN"