DEV Community

Cover image for DIY GIPHY app for Microsoft Teams
Rabia Williams for Microsoft 365

Posted on

2 1

DIY GIPHY app for Microsoft Teams

Alt Text

I love building apps for Microsoft Teams and it has gotten even easier with the VSCode extension Microsoft Teams Toolkit

Did you know you can create

  • Tab
  • Bot
  • Messaging extensions

for Microsoft Teams using this toolkit?

Search based messaging extensions are fun to build. You search from an external system (via an API), get response in a list/grid and then do some action with the selected item.

So when I was thinking; what is the best way to demo this in an easy fun way? and the answer was GIPHY (one of the most used messaging extension in my chats)

I am one of those people who does not shy away from using GIFs in an informal chat. And basically it is a search based messaging extension app so I knew I had to try build this.

You can also have more control over the search API for GIPHY this way.

Here is how it looks 😁

Alt Text

Now, do you want to build this? Do you want to build an app for Microsoft Teams? 🚀

Step by step process to re-create your own GIPHY app using the Teams Toolkit

The sample is also available in PnP Microsoft Teams Samples here in aka.ms/teams-samples

Sentry blog image

How I fixed 20 seconds of lag for every user in just 20 minutes.

Our AI agent was running 10-20 seconds slower than it should, impacting both our own developers and our early adopters. See how I used Sentry Profiling to fix it in record time.

Read more

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay