Slack · Arazzo Workflow
Slack Remove a Member from a Channel and Log It
Version 1.0.0
Resolve a user by email, remove them from a channel, and log the change.
View Spec
View on GitHub
BotsChatCollaborationMessagingProductivityT1Team CommunicationArazzoWorkflows
Provider
Workflows
remove-member-announce
Resolve an email, remove the user from a channel, and log the change.
Looks up a user by email, removes them from a channel, and posts a log message into an audit channel.
1
lookupUser
getUsersLookupbyemail
Resolve the supplied email address to a Slack user ID.
2
removeUser
postConversationsKick
Remove the resolved user from the target channel.
3
logChange
postChatPostmessage
Post a log message into the audit channel recording the removal.
Source API Descriptions
openapi
openapi