Webhook for Gateway event #6121
Unanswered
garder500
asked this question in
API Feature Requests & Ideas
Replies: 1 comment
-
Existing discussion here: https://support.discord.com/hc/en-us/community/posts/4421671598487-Outgoing-Webhook-for-Gateway-Events |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As we have can see, Interaction can work using a webhook, or the gateway.
But why not using that for other events on the API ? Like we chose what events we want to receive from the gateway if we chose to turn on "webhook"
So we do not receive useless request from discord, this can be really great for people who only want to use HTTP requests to communicate with discord, actually the only way to get "real time data" is with the gateway, so making "http polling" (using webhook) available, could be a really great idea, this will help many app/bot developper.
And can lead to less reconnection to the API, less rate limits, and many other thing that i didn't know about !
Beta Was this translation helpful? Give feedback.
All reactions