diff --git a/samples/Send-Inline-Image-In-Teams-Channel/README.md b/samples/Send-Inline-Image-In-Teams-Channel/README.md index 8abd6411..1ab2dd44 100644 --- a/samples/Send-Inline-Image-In-Teams-Channel/README.md +++ b/samples/Send-Inline-Image-In-Teams-Channel/README.md @@ -19,11 +19,9 @@ This sample gets the image from SharePoint document library and post it on *Micr ![Custom Connectors](https://img.shields.io/badge/Custom%20Connectors-Not%20Required-green.svg "Does not use custom connectors") -## Authors +## Contributors -Solution|Author(s) ---------|--------- -Send inline image in team message | [Manish Solanki](https://github.com/Solanki-Manish) ([@Manish Solanki](https://www.linkedin.com/in/manish-solanki-1058b7a)) +* [Manish Solanki](https://github.com/Solanki-Manish) ## Version history @@ -57,7 +55,7 @@ The solution includes two connection references. ### Import Solution -* [Download](./solution/power-platform-blog-update.zip) the `.zip` from the `solution` folder +* [Download](./solution/send-inline-image-in-teams-channel.zip) the `.zip` from the `solution` folder * [Import](https://learn.microsoft.com/en-us/power-apps/maker/data-platform/import-update-export-solutions) the `.zip` file using **Solutions** > **Import Solution**. ### Configure Flow diff --git a/samples/Send-Inline-Image-In-Teams-Channel/assets/sample.json b/samples/Send-Inline-Image-In-Teams-Channel/assets/sample.json new file mode 100644 index 00000000..1787184e --- /dev/null +++ b/samples/Send-Inline-Image-In-Teams-Channel/assets/sample.json @@ -0,0 +1,65 @@ +[ + { + "name": "pnp-powerplatform-samples-Send-Inline-Image-In-Teams-Channel", + "source": "pnp", + "title": "Send Inline Image In Teams Channel", + "shortDescription": "This sample gets the image from SharePoint document library and post it on Microsoft Teams channel using Power Automate.", + "url": "https://github.com/pnp/powerplatform-samples/tree/main/samples/Send-Inline-Image-In-Teams-Channel", + "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/powerplatform-samples/tree/main/samples/Send-Inline-Image-In-Teams-Channel", + "longDescription": [ + "This sample gets the image from SharePoint document library and post it on Microsoft Teams channel using Power Automate." + ], + "creationDateTime": "2024-05-21", + "updateDateTime": "2024-05-21", + "products": [ + "Power Automate" + ], + "tags": [ + "Image", + "Teams" + ], + "categories": [ + "CLOUD-FLOW" + ], + "metadata": [ + { + "key": "POWERAPPS-EXPERIMENTAL", + "value": "No" + }, + { + "key": "POWERAPPS-PREMIUM", + "value": "No" + }, + { + "key": "POWERAPPS-ONPREM", + "value": "No" + }, + { + "key": "POWERAPPS-CUSTOMCONNECTOR", + "value": "No" + } + ], + "thumbnails": [ + { + "type": "image", + "order": 100, + "url": "https://github.com/pnp/powerplatform-samples/raw/main/samples/Send-Inline-Image-In-Teams-Channel/assets/flow-overview.png", + "alt": "App preview" + } + ], + "authors": [ + { + "gitHubAccount": "Solanki-Manish", + "pictureUrl": "https://github.com/Solanki-Manish.png", + "name": "Manish Solanki" + } + ], + "references": [ + { + "name": "Microsoft Power Platform documentation", + "description": "Discover how to make the most of Microsoft Power Platform products with online training courses, docs, and videos covering product capabilities and how-to guides.", + "url": "https://learn.microsoft.com/power-platform/" + } + ] + } +] \ No newline at end of file diff --git a/samples/Send-Inline-Image-In-Teams-Channel/solution/Send-Inline-Image-In-Teams-Channel.zip b/samples/Send-Inline-Image-In-Teams-Channel/solution/Send-Inline-Image-In-Teams-Channel.zip index 591c308c..7d17c72e 100644 Binary files a/samples/Send-Inline-Image-In-Teams-Channel/solution/Send-Inline-Image-In-Teams-Channel.zip and b/samples/Send-Inline-Image-In-Teams-Channel/solution/Send-Inline-Image-In-Teams-Channel.zip differ