You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2023. It is now read-only.
Ran into an issue recently using Noobot where I hit Slack's max URL length calling chat.postMessage. Seems this limit could be increased by switching to use an HTTP POSTon the call to chat.postMessage and sending the payload as JSON which supports up to 40,000 characters in its text parameter: https://api.slack.com/methods/chat.postMessage
If you're open to PR's I may be able to make this adjustment.
The text was updated successfully, but these errors were encountered:
Ran into an issue recently using Noobot where I hit Slack's max URL length calling
chat.postMessage
. Seems this limit could be increased by switching to use an HTTPPOST
on the call tochat.postMessage
and sending the payload as JSON which supports up to 40,000 characters in itstext
parameter: https://api.slack.com/methods/chat.postMessageIf you're open to PR's I may be able to make this adjustment.
The text was updated successfully, but these errors were encountered: