Hi folks, I’ve set up a Slack app that let’s people use an interactive button in Slack to send data to my Bubble app. I’m now trying to get Bubble to send back a confirmation. I’m just using the vanilla Bubble Slack plugin, nothing extra.
My workflow looks like this. The payload comes in, I use some Server Scripts to dismantle it into usable text for the Bubble App, send an email to let me know it happened, but that’s it. It works, but Slack throws up an error message, which I believe is due to not returning a 200 OK from Bubble.
I’ve tried two ways so far:
Using a Server Script, and the code from Slack:
And one using the Return Data from API block (no idea if this is something relevant):
Any help at all would be appreciated!