Don't send the message as json
This commit is contained in:
@@ -135,7 +135,7 @@ _All had valid tracking links._
|
|||||||
|
|
||||||
### Posting Rules & Slack Character Limit
|
### Posting Rules & Slack Character Limit
|
||||||
|
|
||||||
Slack has a ~4000 character limit per message. If the full table exceeds 25 rows, you **must** split it into multiple messages to prevent the code block formatting from breaking.
|
Slack has a ~4000 character limit per message. If the full table exceeds 25 rows, you **must** split it into multiple messages to prevent the code block formatting from breaking. Don't send the message as json.
|
||||||
|
|
||||||
**Splitting logic:**
|
**Splitting logic:**
|
||||||
1. Calculate the number of parts needed: `ceil(total_rows / 25)`
|
1. Calculate the number of parts needed: `ceil(total_rows / 25)`
|
||||||
|
|||||||
Reference in New Issue
Block a user