curl --request GET \
--url https://app.nex.ai/api/developers/v1/notifications/custom \
--header 'Authorization: <api-key>'{
"rules": [
{
"id": "<string>",
"name": "<string>",
"prompt": "<string>",
"is_enabled": true,
"schedule": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
]
}List all custom AI notification rules configured for the authenticated user.
curl --request GET \
--url https://app.nex.ai/api/developers/v1/notifications/custom \
--header 'Authorization: <api-key>'{
"rules": [
{
"id": "<string>",
"name": "<string>",
"prompt": "<string>",
"is_enabled": true,
"schedule": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
]
}API key for authentication (format: "Bearer YOUR_API_KEY")
List of custom notification rules
List of custom notification rules
Hide child attributes
Unique rule ID
Human-readable rule name
The natural language prompt describing the notification condition
Whether the rule is currently active
Cron-style schedule for rule evaluation
When the rule was created