Forum Discussion

vivek_7383's avatar
vivek_7383
Copper Contributor
Feb 22, 2025

Slash Commands Not Appearing in Teams Bot After Configuration in Developer Portal

Environment:

- Teams Developer Portal

- Bot Framework SDK version (Botbuilder) : 

4.23.0

  • Development Environment: Node.js, v16.20.0

Current Setup:

  1. Created and configured slash command in Teams Developer Portal
  2. Command details:

   - Name: give

   - Description: Give drops to your team member

 

Steps Taken:

  1. Added slash command through Teams Developer Portal
  2. Configured command parameters and endpoints
  3. Published/updated app manifest
  4. Installed/updated app in Teams

 

Expected Behavior:

- Slash command should appear in message compose box

- Command should trigger bot response when used

 

Actual Behavior:

- Slash command not appearing in Teams

- No command functionality available

 

Troubleshooting Steps Already Tried:

  1. Verified command configuration in portal
  2. Reinstalled app
  3. Checked app manifest for command entry

 

Code/Configuration Snippets:

"commandLists": [

{

"commands": [

{

"title": "give",

"description": "Give drops to your team member"

}

],

"scopes": [

"team"

]

}

],

No RepliesBe the first to reply

Resources