Simple Slack Notification Service

Hi guys,

I looked at the existing Slack plugins, and they all seem targeted at allowing users to log into their own Slack accounts.

My need is a little different: I just want to trigger team/community notifications in Slack when various events happen in my app. Essentially, I can do this with Zapier, but I’d rather go direct from Bubble to Slack for various reasons.

What’s the simplest way to make this happen?

1 Like

Hi @jacob.b.singer ,
I haven’t done any Slack integration before, so I don’t know if this is the actual simplest way, but you could probably do it using Webhooks (by hitting endpoints with Bubble’s native API Connector)

Thanks Alan - yes, this is what I ended up doing. It’s actually pretty straightforward in the end! If anybody needs/wants instructions on how to do this, I am happy to write it up.