Slack bot cannot post message to private channel -
i follow slack bot post message documents
it works when post public channel, error [error] => channel_not_found
when post private channel, change channel_name channel id (ex: g1hcg4bq9
)
i authorized both chat:write:user
, chat:write:bot
permissions
try setting explicitly as_user: false
, using team access token instead of bot user's one.
Comments
Post a Comment