Skip to main content
Glama

edubase_post_organization_webhook

Set up automated notifications for organization events like exam completions or quiz results by configuring webhooks that send data to specified endpoints.

Instructions

Create a webhook for an organization.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
organizationYesorganization identification string
nameYestitle of the webhook
trigger_eventYesType of event to trigger webhook: - exam-play-result: triggers when a user (must be member of the organization) completes an exam in the organization - quiz-play-result: triggers when a user (must be member of the organization) completes a quiz in practice mode in the organization - api: triggers when a manual API call is made (useful for testing and debugging)
endpointYesURL to send webhook notifications to
methodNoHTTP method to use for webhook notifications (default: POST) - POST - GET
authenticationNoType of authentication (default: none): - none: no authentication - key: use a secret key (or password) for authentication
authentication_sendNoHow to send authentication data (default: data): - header: as header field - bearer: as Bearer token in Authorization header - data: as data field (in body or query string)
authentication_send_headerNoname of header field to send authentication data in, required if authentication is set to key and authentication_send is set to header
authentication_send_dataNoname of data field to send authentication data in, required if authentication is set to key and authentication_send is set to data
authentication_keyNosecret key (or password) to use for authentication, required if authentication is set to key
authentication_key_customNocustom field name to use as the authentication key, required if authentication is set to key, mutually exclusive with authentication_key
extra_dataNoadditional data (as JSON encoded string) to send with the webhook notification
retryNoHow to retry webhook notifications on failure (default: error): - none: no retry - error: delayed retry on any error
Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/EduBase/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server