You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/microsoft_teams/sources/new-channel-message/new-channel-message.mjs
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ export default {
4
4
...base,
5
5
key: "microsoft_teams-new-channel-message",
6
6
name: "New Channel Message",
7
-
description: "Emit new event when a new message is posted in a channel",
8
-
version: "0.0.11",
7
+
description: "Emit new event when a new message is posted in a channel. [See the documentation](https://learn.microsoft.com/en-us/graph/api/channel-list-messages?view=graph-rest-1.0&tabs=http)",
Copy file name to clipboardExpand all lines: components/microsoft_teams/sources/new-channel/new-channel.mjs
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ export default {
4
4
...base,
5
5
key: "microsoft_teams-new-channel",
6
6
name: "New Channel",
7
-
description: "Emit new event when a new channel is created within a team",
8
-
version: "0.0.11",
7
+
description: "Emit new event when a new channel is created within a team. [See the documentation](https://learn.microsoft.com/en-us/graph/api/team-list-allchannels?view=graph-rest-1.0&tabs=http)",
Copy file name to clipboardExpand all lines: components/microsoft_teams/sources/new-chat-message/new-chat-message.mjs
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ export default {
4
4
...base,
5
5
key: "microsoft_teams-new-chat-message",
6
6
name: "New Chat Message",
7
-
description: "Emit new event when a new message is received in a chat",
8
-
version: "0.0.11",
7
+
description: "Emit new event when a new message is received in a chat. [See the documentation](https://learn.microsoft.com/en-us/graph/api/chat-list-messages?view=graph-rest-1.0&tabs=http)",
Copy file name to clipboardExpand all lines: components/microsoft_teams/sources/new-chat/new-chat.mjs
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,18 @@ export default {
4
4
...base,
5
5
key: "microsoft_teams-new-chat",
6
6
name: "New Chat",
7
-
description: "Emit new event when a new chat is created",
8
-
version: "0.0.11",
7
+
description: "Emit new event when a new chat is created. [See the documentation](https://learn.microsoft.com/en-us/graph/api/chat-list?view=graph-rest-1.0&tabs=http)",
Copy file name to clipboardExpand all lines: components/microsoft_teams/sources/new-team-member/new-team-member.mjs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ export default {
4
4
...base,
5
5
key: "microsoft_teams-new-team-member",
6
6
name: "New Team Member",
7
-
description: "Emit new event when a new member is added to a team",
8
-
version: "0.0.11",
7
+
description: "Emit new event when a new member is added to a team. [See the documentation](https://learn.microsoft.com/en-us/graph/api/team-list-members?view=graph-rest-1.0&tabs=http)",
Copy file name to clipboardExpand all lines: components/microsoft_teams/sources/new-team/new-team.mjs
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,18 @@ export default {
4
4
...base,
5
5
key: "microsoft_teams-new-team",
6
6
name: "New Team",
7
-
description: "Emit new event when a new team is joined by the authenticated user",
8
-
version: "0.0.11",
7
+
description: "Emit new event when a new team is joined by the authenticated user. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-list-joinedteams?view=graph-rest-1.0&tabs=http)",
0 commit comments