Skip to main content

One post tagged with "Slack API"

View All Tags

Deploy a Go-powered slackbot with Defang

· 3 min read
Raphaël Titsworth-Morin
Software Engineer at Defang

Hey folks! Today, I'm going to share one of our code samples that will show you how to deploy a simple Slack bot. If you're looking to connect a cloud service to Slack to publish status updates, or something else like that, this should help you get started. We'll walk through a step-by-step process of writing a Go program using the github.com/slack-go/slack library to interact with the Slack API and easily deploy it using Defang.