Integrations
/webhook
Manage webhooks for receiving real-time event notifications
Who can run it
Server administrators only, until you say otherwise.
Discord hides this command from everyone else, so members will not see it in the command
picker at all. To open it up, go to Server Settings →
Integrations → Team Up and add a role or member override for /webhook.
Command permission overrides are desktop-only — they cannot be configured from the
Discord mobile app.
Subcommands
/webhook register Register a webhook URL for an event type
| Option | Type | What it does |
|---|---|---|
| event_type * | text | The type of event to receive notifications for Choices: leaderboard_ratings |
| url * | text | The webhook URL to send events to (HTTPS recommended) |
* required
/webhook delete Delete a registered webhook
| Option | Type | What it does |
|---|---|---|
| event_type * | text | The event type to delete the webhook for Choices: leaderboard_ratings |
* required
/webhook list List all registered webhooks for this server
Takes no options.
/webhook test Send a test payload to a registered webhook
| Option | Type | What it does |
|---|---|---|
| event_type * | text | The event type to test Choices: leaderboard_ratings |
* required
Other Integrations commands
API keys and webhooks for wiring Team Up into your own systems.
Back to the full command reference →