Public
Like
slack-joins
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Simple webhook to catch Slack member_joined_channel events.
- Go to api.slack.com/apps and create an app
- Enable Event Subscriptions and paste this val's URL
- Subscribe to
member_joined_channelunder bot events - Install the app to your workspace
- Handles Slack's URL verification challenge automatically
- Stores every
member_joined_channelevent to SQLite - Dashboard shows captured events at the val's URL
Each event stores:
user_id- The Slack user who joinedchannel_id- The channel they joinedteam_id- The workspaceraw_event- Full event payload