Provide better error code for using interaction webhooks before acknowledgement #6680
Unanswered
MinnDevelopment
asked this question in
API Feature Requests & Ideas
Replies: 0 comments
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.
-
When an application does not acknowledge an application by using the
/callback
endpoint, the webhook endpoints for followup edits / deletes / sends fail with the response codeUNKNOWN_WEBHOOK
.I think the developer experience would be improved significantly, if this error would indicate that the webhook does not work without acknowledging the interaction. I think there already is logic in place to stall the request for 3 seconds, so changing the error for this should be possible.
Beta Was this translation helpful? Give feedback.
All reactions