implemented teams integration
This commit is contained in:
BIN
teams-app/color.png
Normal file
BIN
teams-app/color.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 592 B |
42
teams-app/manifest.json
Normal file
42
teams-app/manifest.json
Normal 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
BIN
teams-app/outline.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 98 B |
Reference in New Issue
Block a user