Forum Discussion
Getting started with Teams development
Thanks, Prasad_Das-MSFT . I'm trying to figure out how to migrate my functionality or even if it's possible. For example, in Slack we use a slash command. Does that exist in Teams? If not what's the equivalent? Is there anyone I can talk to at a meetup or evangelist so that I can get this done quickly?
The article you gave me looks like it's for consumers on how to migrate from Slack to Teams -- I'm looking for developer guidance on how to make a Slack app for Teams.
- Prasad_Das-MSFTDec 29, 2022Microsoft
Disco1 - In Microsoft Teams as well slash command exists. Slash commands in the Teams app on the web or the desktop app allow you to perform common tasks. You'll able to do things like update status, going to a specific channel, or show recent files. You can use these by clicking your mouse in the search box and typing a "/" Once you do that, you can see all the commands available for you.
- Disco1Dec 29, 2022Copper Contributor
Prasad_Das-MSFT , thanks. I'm familiar with those slash commands, but they're global in nature. I need the slash command or its equivalent to Slack where you can send a message from one person to another with a slash command in either a message or a channel. Is that possible. If not, how is the equivalent accomplished in Teams?
I want to click on you name in Teams, send you a message like /message message to be sent, then have message to be sent processed by my app.
- Prasad_Das-MSFTJan 02, 2023Microsoft
Disco1 - You can use /chat – to send a quick message to someone by entering the username in Person field as shown in below screenshot.