fix: misc docs stuff

This commit is contained in:
spiral
2021-11-25 17:59:10 -05:00
parent b8e2ebd470
commit 8854063fe9
3 changed files with 3 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ permalink: /api/dispatch
# Dispatch Webhooks
Dispatch webhooks are a way to get notified when you update your system information on PluralKit. It can be used for integrations where you want to perform some action when you run a bot command on Discord, but also don't want to (or can't) set up a Discord bot to listem to messages.
Dispatch webhooks are a way to get notified when you update your system information on PluralKit. It can be used for integrations where you want to perform some action when you run a bot command on Discord, but also don't want to (or can't) set up a Discord bot to listen to messages.
You will need a publicly-accessible webserver that can receive and process JSON-formatted POST requests.