Bot creation with Slack

Guys, have you ever used the slack api to make a bot with interaction?

I want to do it via RTM, but I can’t.

I hope I saw it wrong, but it seems that the slack documentation says that it is not accepting new bots to use token.

I tried following this documentation, but without success.

Elixir-Slack

URL: METHOD SLACK
When I make this POST.
Returns something like this:

%{
  ok: true,
  url: "wss://wss-primary.slack.com/link/?ticket=1212-f3c4-31-23-112&app_id=121212"
}

Do have any examples to help me?

You’ll need a websocket client to make use of that wss:// URL - consider :gun or WebSockex

1 Like