Notifications
Send and manage user notifications.
POST
Send a notification
/notifications/sendDispatches 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 osfrom giantcontext import GiantContext
gc = GiantContext(api_key=os.environ["GIANTCONTEXT_API_KEY"])
result = gc.notifications.send_notification(data={"message": "Hello"})
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.