The following pages and posts are tagged with
Title | Type | Excerpt |
---|---|---|
SLAPI Bot API | Page | SLAPI Bot Endpoints SLAPI only has 1 Bot specific endpoint. These type of endpoints will enable to access or manage the bot via API SLAPI Ping Endpoint: $bot_url/ping Type: Get Params: none Returns: pong Examples curl -X GET http://localhost:4567/ping ... |
SLAPI Chat API | Page | SLAPI Chat Endpoints SLAPI Currently has 3 Chat specific endpoints, see below for specifics and how to test/use them SLAPI Speak Endpoint: $bot_url/v1/speak Type: Post Params (All Required): channel: $channel - The Slack Channel ID (Public Channel Name works, private requires ID) text: $text -... |
API Overview | Page | Overview This section covers all the API docs required to utilize SLAPI API: Chat API: Bot API: Plugin |
SLAPI Plugin API | Page | SLAPI Plugin Endpoints SLAPI only has 1 Plugin specific endpoint. These type of endpoints will enable to access or manage the plugins via API SLAPI Reload Endpoint: $bot_url/ping Type: Post Params: none Returns: it worked Examples curl -X POST http://localhost:4567/reload ... |