Contexte géant
Base de connaissancesDéveloppeurs
Le Sign Up Now

Notifications

Send and manage user notifications.


POST

Send a notification

/notifications/send

Dispatches a notification to a single user, an email recipient, all members of an organization, or all members of a project. Exactly one recipient field (userId | email | organizationId | projectId) must be supplied. Channels fan out in parallel; failures land in the result counts. Restricted to platform admins.

BodyRequired
email
string
force
boolean
userId
string
contentRequired
object
channelsRequired
array
projectId
string
organizationId
string
SDK
import { createGiantContext } from "@giantcontext/sdk-typescript";
const gc = createGiantContext({ apiKey: process.env.GIANTCONTEXT_API_KEY! });
const { data: notification } = await gc.notifications.sendNotification({});

Built byHuman
This content was designed and written by a human.
[0]
Colonne
    Colonne 2
    • Discord
    • BlueSky

    © 2026 Giant Context
    ConfidentialitéConditions d'utilisationPolitique relative aux cookies
    Notifications