Don't send the message as json

This commit is contained in:
2026-03-20 07:39:34 +01:00
parent 990275a8fa
commit 6aa65ef076
+1 -1
View File
@@ -135,7 +135,7 @@ _All had valid tracking links._
### 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:**
1. Calculate the number of parts needed: `ceil(total_rows / 25)`