Change8
Error7 reports

Fix SlackApiError

in Slack SDK

Solution

SlackApiError usually indicates a problem with the request you're sending to the Slack API, such as invalid parameters, malformed JSON, or insufficient permissions. Examine the `response` attribute of the SlackApiError object for a detailed error code and message from Slack. Correct the request based on this information; common fixes include ensuring data types are correct, required fields are present, and your app has the necessary scopes.

Timeline

First reported:Feb 3, 2025
Last reported:Dec 30, 2025

Need More Help?

View the full changelog and migration guides for Slack SDK

View Slack SDK Changelog