Skip to content

altJake/slack-bolt-hello-world-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack Bolt - Hello World, using TypeScript

This repo is used as the source code for the corresponding Glitch project: https://glitch.com/edit/#!/slack-bolt-hello-world-ts.

It is almost a one-to-one translation of the original Glitch project (https://glitch.com/edit/#!/slack-bolt-hello-world) using TypeScript, and could be used as an alternative to in the rest of this Readme and below tutorial.

Happy remixing: https://glitch.com/edit/#!/remix/slack-bolt-hello-world-ts 🎛 🎷🎚🎶🎧

Tutorial

Read the tutorial at: https://api.slack.com/tutorials/hello-world-bolt


This is a simple example App built with Slack's Bolt Framework for node.js.

Our App shows a welcome message when a user opens the "app home".

Slack API & features used in the app

  • The app_home_opened event gets triggered when a user opens the bot's "app home" for the first time
  • The app uses the Bolt's say method to send a welcome message to the user

Requirements

  • A Bot User must be added to your App
  • Your App must be subscribed to Events API
  • Your app needs to be subscribed to the events mentioned in the Events section

Scopes

Events

Workspace events

About

A basic example of using the Slack Bolt ⚡️ SDK, using TypeScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published