Hi !
I need to be able to post on my users’ slack chancels. As the zero code plugin is apparently not working anymore, I’m trying to figure out a way to do it.
I was thinking abut Zapier but this solution means that I would need to create a different zap for each of my users in zapier, witch is obviously not the best…
I understand that it can be possible to create an API call/post from bubble settings… But it’s not clear for me.
If you have an idea, I would love to hear it !
(I’m not new to Bubble, but I don’t have any technical background)
I am trying to notify my team in a Slack channel when an action happens in my Bubble app. Some of those actions are done by customers that are not logged in, (i.e new quotations, etc…)
I notice from your screenshots that there is a Header with an Authorization key value pair. From my readings, I understand this is done to fulfill the HTTP Basic Authentication scheme (RFC 6749) that Slack recommends.
Can I just ask how did you do this within Bubble? Or am I just missing a value that can be copied and pasted from somewhere?
Thanks a bunch! Your screenshots helped me start on building my own Slack Bot within Bubble
did you make any progress on this? I am trying to do something very similar where i send a slack update to a team slack channel once a customer review is submitted. These customers obviously don’t have access to our slack workspace.
Is there a hacky way to do this where you create a fake user in slack and save the oauth access token. then sign the fake user in when the customer lands on the page? That way the customer doesn’t even know what’s happening on the backend…