teams.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
Channels
create
channels.create
Create a new channel in a team
Risk: write
delete
channels.delete
Delete a channel [DESTRUCTIVE]
Risk: destructive
get
channels.get
Get details of a specific channel
Risk: read
list
channels.list
List channels in a team
Risk: read
value full type
value full type
update
channels.update
Update a channel
Risk: write
Chats
create
chats.create
Create a new chat
Risk: write
members full type
members full type
get
chats.get
Get details of a specific chat
Risk: read
list
chats.list
List chats for the current user
Risk: read
value full type
value full type
listMessages
chats.listMessages
List messages in a chat
Risk: read
value full type
value full type
sendMessage
chats.sendMessage
Send a message in a chat
Risk: write
body full type
body full type
from full type
from full type
body full type
body full type
channelIdentity full type
channelIdentity full type
attachments full type
attachments full type
mentions full type
mentions full type
reactions full type
reactions full type
Members
add
members.add
Add a member to a team
Risk: write
get
members.get
Get a specific team member
Risk: read
list
members.list
List members of a team
Risk: read
value full type
value full type
remove
members.remove
Remove a member from a team [DESTRUCTIVE]
Risk: destructive
Messages
delete
messages.delete
Delete a channel message [DESTRUCTIVE]
Risk: destructive
get
messages.get
Get a specific channel message
Risk: read
from full type
from full type
body full type
body full type
channelIdentity full type
channelIdentity full type
attachments full type
attachments full type
mentions full type
mentions full type
reactions full type
reactions full type
list
messages.list
List messages in a channel
Risk: read
value full type
value full type
listReplies
messages.listReplies
List replies to a channel message
Risk: read
value full type
value full type
reply
messages.reply
Reply to a message in a channel
Risk: write
body full type
body full type
from full type
from full type
body full type
body full type
channelIdentity full type
channelIdentity full type
attachments full type
attachments full type
mentions full type
mentions full type
reactions full type
reactions full type
send
messages.send
Send a message to a channel
Risk: write
body full type
body full type
from full type
from full type
body full type
body full type
channelIdentity full type
channelIdentity full type
attachments full type
attachments full type
mentions full type
mentions full type
reactions full type
reactions full type
Teams
create
teams.create
Create a new team
Risk: write
memberSettings full type
memberSettings full type
guestSettings full type
guestSettings full type
messagingSettings full type
messagingSettings full type
funSettings full type
funSettings full type
delete
teams.delete
Delete a team [DESTRUCTIVE]
Risk: destructive
get
teams.get
Get details of a specific team
Risk: read
memberSettings full type
memberSettings full type
guestSettings full type
guestSettings full type
messagingSettings full type
messagingSettings full type
funSettings full type
funSettings full type
list
teams.list
List teams the current user is a member of
Risk: read
value full type
value full type
update
teams.update
Update team settings
Risk: write
memberSettings full type
memberSettings full type
guestSettings full type
guestSettings full type
messagingSettings full type
messagingSettings full type
funSettings full type
funSettings full type