implemented teams integration

This commit is contained in:
2026-02-20 16:46:44 +01:00
parent c956562722
commit d3ebffa811
12 changed files with 609 additions and 0 deletions

BIN
teams-app/color.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 592 B

42
teams-app/manifest.json Normal file
View File

@@ -0,0 +1,42 @@
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.16/MicrosoftTeams.schema.json",
"manifestVersion": "1.16",
"version": "1.0.0",
"id": "8fcf27ef-c9da-411a-a429-780bc082e596",
"developer": {
"name": "Onyva",
"websiteUrl": "https://linkedin.onyva.dev",
"privacyUrl": "https://linkedin.onyva.dev/privacy",
"termsOfUseUrl": "https://linkedin.onyva.dev/terms"
},
"name": {
"short": "LinkedIn Workflow"
},
"description": {
"short": "Post-Freigaben direkt in Teams",
"full": "Erhalte LinkedIn Post-Freigabeanfragen direkt in Microsoft Teams und genehmige oder lehne sie per Klick ab."
},
"icons": {
"color": "color.png",
"outline": "outline.png"
},
"accentColor": "#6264A7",
"bots": [
{
"botId": "8fcf27ef-c9da-411a-a429-780bc082e596",
"scopes": [
"personal"
],
"isNotificationOnly": false,
"supportsCalling": false,
"supportsVideo": false
}
],
"permissions": [
"identity",
"messageTeamMembers"
],
"validDomains": [
"linkedin.onyva.dev"
]
}

BIN
teams-app/outline.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 B