Skip to main content
Question

Does anyone have troubles with AA Slack package?

  • November 18, 2025
  • 1 reply
  • 18 views

Forum|alt.badge.img

Hi there! I’m having an issue - my bot isn’t posting a file in Slack channel anymore for uknown reason (I'm using a “Post file” action from “Slack” package) and the strangest thing is that bot’s run is fully completed without any errors.

I would appreciate any help, thank you!

1 reply

Padmakumar
Premier Pathfinder | Tier 7
Forum|alt.badge.img+15
  • Premier Pathfinder | Tier 7
  • November 19, 2025

Hi ​@mel0njam,

 

I haven’t tested this package yet. But from the description, I suspect the root cause can be any of the following.

 

  • The bot was removed from the private channel (Post succeeds internally, but Slack rejects with not_in_channel → A360 swallows the warning).
  • The token rotated, or scopes changed (uploads require files:write; channel resolution needs read scopes).
  • Channel renamed or archived (name-based calls fail silently; ID avoids this).
  • File too large or transient path (file generated in temp, then deleted before the Slack step).
  • Workspace/app changes (moving from legacy tokens to granular bot tokens without updating A360 connection).