# Sending an image/attachment in Microsoft Teams Chat

**URL:** https://community.make.com/t/sending-an-image-attachment-in-microsoft-teams-chat/31499
**Category:** Questions
**Tags:** airtable
**Created:** [March 24, 2024, 3:43am UTC](https://community.make.com/t/sending-an-image-attachment-in-microsoft-teams-chat/31499 "2024-03-24T03:43:24Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![hazelsmasher](https://avatars.discourse-cdn.com/v4/letter/h/eb8c5e/32.png) [@hazelsmasher](https://community.make.com/u/hazelsmasher)
#### Post date: [March 24, 2024, 3:43am UTC](https://community.make.com/t/sending-an-image-attachment-in-microsoft-teams-chat/31499/1 "2024-03-24T03:43:24Z")

</div>

Is there any way to attach a file or an image in Microsoft teams message?

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/e/d/ed14d97f1466157eb23df64f9403c6285bbf2a99.png)  
 ![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/9/1/9112a128402f06b678447323e5d16f9875be0328.png)

---

<div class="post-metadata">

### Author: ![samliew](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/samliew/32/13327_2.png) [@samliew](https://community.make.com/u/samliew)
#### Post date: [March 24, 2024, 8:02am UTC](https://community.make.com/t/sending-an-image-attachment-in-microsoft-teams-chat/31499/2 "2024-03-24T08:02:19Z")

</div>

According to the Teams API documentation,

> Send a message with a file attachment in it
> 
> **The file to attach must already be in SharePoint**. To access the file properties, GET the driveItem for the file. The eTag of the driveItem has a GUID that is your attachment ID. The webDavUrl of the driveItem is your attachment contentURL. You can use the name of the driveItem as your attachment name. You can use /drives/{drive-id}/items/{item-id} to get a drive item resource. To get webDavUrl, you have to explicitly select it via $select=webDavUrl or $select=\*,webDavUrl.  
> Microsoft Graph supports the OpenUrl card action. Bots are required for other card actions.

For more information, see [Send chatMessage in a channel or a chat - Microsoft Graph beta | Microsoft Learn](https://learn.microsoft.com/en-us/graph/api/chatmessage-post?view=graph-rest-beta&tabs=http)

If the external service has a Developer API Reference/Documentation then you should be able to integrate the endpoints in Make using the app’s universal module (Make an API call) or generic HTTP “[Make a request](https://www.make.com/en/help/tools/http)” module.

You can also submit this suggestion to the Idea exchange, under [App improvement ideas](https://www.make.com/en/app-improvement-ideas/).

Don’t forget to search for it first, just in case someone already suggested it, so that you don’t end up creating a duplicate.  
 ![Screenshot_2024-01-17_130153](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/3/9/39cc465d8e6da874408a1f3f2caa2d6de5b3a7aa.png)

If you need assistance in setting up the app’s universal module, or the generic HTTP module, please provide additional information about what you have tried with regards to the external service’s Developer API Reference – how you are setting the connection up, a link to the endpoint are you trying to connect to, and what errors you are encountering.

---

<div class="post-metadata">

### Author: ![Make\_Bot](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/make_bot/32/14661_2.png) [@Make\_Bot](https://community.make.com/u/Make_Bot)
#### Post date: [April 22, 2024, 7:20am UTC](https://community.make.com/t/sending-an-image-attachment-in-microsoft-teams-chat/31499/3 "2024-04-22T07:20:29Z")

</div>


