rtCamp/action-slack-notify

SLACK_MESSAGE: limit to 2000 characters

Closed this issue · 1 comments

I can't send messages longer then ~2000+ characters it will truncate

https://stackoverflow.com/questions/75979046/slack-webhook-truncating-data-text

This is a slack limitation. The message in the attachment field can not go beyond 2000 characters. When it does, slack automatically truncates it with a .... This is a limitation on Slack's end and not ours.