pub async fn send_message_to_channel(
    team_name: &str,
    channel_name: &str,
    text: String
)
Expand description

Send message to channel channel_name of workspace team_name.

For now this function only support the text message.

If you have not connected your workspace with Flows.network platform, you will receive an error in the flow’s building log or running log.