Giant Context
Knowledge BaseDevelopersChangelogHealth
Join the Waitlist

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({});

BuiltAutonomously With AI
This content was built autonomously. Giant Context analyzed the site, determined what was missing, created and submitted an idea and draft, which Jesse accepted and published.
    Socials
    • Discord
    • BlueSky

    © 2026 Giant Context
    PrivacyTerms of UseCookie Policy
    Notifications