Hi,
Recently my slack integration (in terms of adding bookmarks in slack channels) stops working.
There is and error:
Failed to create a http request in Slack
This is a new feature! To take advantage of it, you'll need to reconnect your auth. Requires scope `bookmarks:write`. This error could also be generated because you are trying to pull objects (Mention, Reaction, etc) from a DM or private channel.
Step setup is:
- Slack
- API Request (beta)
And in Configure tab I have:
- POST
- https://slack.com/api/bookmarks.add
- Header: application/x-www-form-urlencoded
- Body with token, channel_id, title, type, link
This call is working when putting the same data here: https://api.slack.com/methods/bookmarks.add/test
If it is working from the slack test page it means that my token is correct and my Scopes are also ok.
So what changed recently and how can i fix it ?