Discord Webhook Issue

This should be simple but it’s proving to be otherwise.

When I create a webhook in discord it simply gives me a path for the webhook. But on the Bubble Discord plugin it asks for two paths: (path) webhook.id and (path) webhook.token. When I give it my best guess I get a 404 error returned.

What information does the plugin exactly need to work?

Bueller? I’m still fighting with this.

I solved it. What it needs passed is neither from the app nor from a bot, but parsing out the webhook itself:

/webhook/[id is here]/[token is here]

Into those fields.

2 Likes