This workflow template simplifies communication by automatically breaking large Slack messages into 3000-character chunks, ensuring compatibility with Slack API limits. Ideal for businesses needing to send extensive information without manual adjustment, it offers flexibility by allowing messages to be sent as threads or individual posts, enhancing message clarity and efficiency in organizational communication.
Use Cases
Example , Function
Workflow Breakdown
Ingest message
Check if message "chunk" size is larger than 3000; if too large exit
Check if the message is longer than the "chunk" size; if not, send it as is
"Chunk" the message using a JQ script
If threading is selected, send chunked message in Slack message with threads; otherwise send as multiple Slack messages
Vendors
Slack, Utils