# notification_v1_orgs_users_send_notification_create Save a user's device token Endpoint: POST /api/notification/v1/orgs/{org}/users/{user_id}/send-notification/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) - `user_id` (string, required) ## Request fields (application/json): - `title` (string) - `message` (string) - `topic` (string) - `notification_type` (string) - `channel` (string, required) * - email * - push_notification * - email & push_notification Enum: "email", "push_notification", "email & push_notification" - `students` (array) ## Response 200 fields (application/json): - `title` (string) - `message` (string) - `topic` (string) - `notification_type` (string) - `channel` (string, required) * - email * - push_notification * - email & push_notification Enum: "email", "push_notification", "email & push_notification" - `students` (array)