Skip to main content
Best answer

Emojis in Microsoft Teams messages


  • New
  • 4 replies

Is there a way to incorporate Microsoft Teams Emoji’s into our Zaps? I would like to have emoji’s in the messages that are being posted in channels. 

Best answer by PaoloBest answer by Paolo

Hi@MSJ, hope you’re doing well! I did a bit of testing and it seems that for an emoji to work on Microsoft Teams, you would need to have it encoded in HTML. For example, here’s the code for a smile:

<div><div><span class="animated-emoticon-50" title="Smile" type="smile"><img itemid="smile" itemscope="" itemtype="http://schema.skype.com/Emoji" src="https://staticsint.teams.cdn.office.net/evergreen-assets/personal-expressions/v1/assets/emoticons/smile/default/50_f.png?etag=v73" alt="🙂" style="width:50px; height:50px"></span></div>

</div>

 

75d90d8d6e1f0660c5f61cbf2a774c96.png
The easiest way to get the code would be to create a Zap that uses the New Channel Message in Microsoft Teams Trigger. What you’ll want to do is:

  1. Create a message in Microsoft teams with the emoji required
  2. Go to the Zap and pull the new message as a new sample. The code required should be there:

4a21d26b80c8087a52f2686a8f4cec40.png
(view larger)

  1. Paste the code onto the Message Text field of the Send Channel Message in Microsoft Teams step

Hope that helps!

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

8 replies

Troy Tessalone
Forum|alt.badge.img+14

HI @MSJ 

Perhaps this article will be helpful for using the emoji shortcodes in the messages being posted to Microsoft Teams: https://support.microsoft.com/en-us/office/view-all-available-emojis-b9c2ccda-9ad9-4dbb-a25d-bbcebf6311ae


  • Author
  • New
  • 4 replies
  • June 9, 2021

Appreciate the info. 

I have tried including the short codes in my zap messages but they don’t appear in teams. I just see the code .. for example (fire) ← instead of the actual flame. 


Troy Tessalone
Forum|alt.badge.img+14

@MSJ 

Try these unicode for emojis: https://unicode.org/emoji/charts/full-emoji-list.html


  • Author
  • New
  • 4 replies
  • June 9, 2021

Thats great! I’m trying to figure out how to insert one of these. Any articles or code you can point me to? 


Troy Tessalone
Forum|alt.badge.img+14

  • Author
  • New
  • 4 replies
  • June 9, 2021

I tried.. the code just shows up in letters/numbers as displayed above. Copy/paste won’t work. 


Troy Tessalone
Forum|alt.badge.img+14

@MSJ 

If you’ve tried those options, then emoji code may not be supported in the MS Teams Zap app unfortunately.

You can open a ticket with Zapier Support if you’d like to get their input: https://zapier.com/app/get-help


Paolo
Forum|alt.badge.img+5
  • Zapier Staff
  • 98 replies
  • Answer
  • July 16, 2021

Hi@MSJ, hope you’re doing well! I did a bit of testing and it seems that for an emoji to work on Microsoft Teams, you would need to have it encoded in HTML. For example, here’s the code for a smile:

<div><div><span class="animated-emoticon-50" title="Smile" type="smile"><img itemid="smile" itemscope="" itemtype="http://schema.skype.com/Emoji" src="https://staticsint.teams.cdn.office.net/evergreen-assets/personal-expressions/v1/assets/emoticons/smile/default/50_f.png?etag=v73" alt="🙂" style="width:50px; height:50px"></span></div>

</div>

 

75d90d8d6e1f0660c5f61cbf2a774c96.png
The easiest way to get the code would be to create a Zap that uses the New Channel Message in Microsoft Teams Trigger. What you’ll want to do is:

  1. Create a message in Microsoft teams with the emoji required
  2. Go to the Zap and pull the new message as a new sample. The code required should be there:

4a21d26b80c8087a52f2686a8f4cec40.png
(view larger)

  1. Paste the code onto the Message Text field of the Send Channel Message in Microsoft Teams step

Hope that helps!