Skip to content

Commit

Permalink
Generated solution + sample.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Katerina-Chernevskaya committed Jun 18, 2024
1 parent a086002 commit f62566f
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 5 deletions.
8 changes: 3 additions & 5 deletions samples/Send-Inline-Image-In-Teams-Channel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
65 changes: 65 additions & 0 deletions samples/Send-Inline-Image-In-Teams-Channel/assets/sample.json
Original file line number Diff line number Diff line change
@@ -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/"
}
]
}
]
Binary file not shown.

0 comments on commit f62566f

Please sign in to comment.