test #183
Annotations
2 warnings
Run action
The top-level `text` argument is missing in the request payload for a chat.postMessage call - It's a best practice to always provide a `text` argument when posting a message. The `text` is used in places where the content cannot be rendered such as: system push notifications, assistive technology such as screen readers, etc.
|
Run action
The given thread_ts value in the request payload for a chat.postMessage call is a float value. We highly recommend using a string value instead.
|
Loading