icon Slackbot.NET
GitHubGitHub (opens in a new tab)
  • Intro
  • Getting Started
  • Testing
  • Supported Events
    • url_verification
    • app_mention
    • member_joined_channel
    • view_submission
    • message_actions
  • Samples
  • Distributed Slack Apps
  • Azure Functions
  • FAQ
  • References
  • Intro
  • Getting Started
  • Testing
  • Supported Events
    • url_verification
    • app_mention
    • member_joined_channel
    • view_submission
    • message_actions
  • Samples
  • Distributed Slack Apps
  • Azure Functions
  • FAQ
  • References
Supported Events

Supported events

There's a long, long list of events supported via the Events API (opens in a new tab), but Slackbot.NET only supports the following ones:

  • url_verification
  • app_mention
  • member_joined_channel

It also supports handling events generated by interactive components:

  • view_submission
  • message_actions

If you'd like the framework to support another event not currently available, feel free to open a ticket in the repo (opens in a new tab) and link to relevant API docs.

Testingurl_verification