This is a library for integrating Slack in your flow function for test.flows.network.
Example usage
use ;
In register() the listen_to_channel will create a listener for new message from channel mychannel in workspace myworkspace.
When a new message is sent to mychannel, the work() will be called. We get the SlackMessage using message_from_channel then send_message_to_channel.
The whole document is here.