About

This handler provides a flexible way to execute any Slack REST API method. The usefulness of the responses depends on the permissions granted to the associated Slack app. To ensure successful and meaningful API calls, the Slack app must be properly registered and configured with the appropriate scopes.

For more information, see the Slack API documentation (https://api.slack.com/web).

Configurations
Name Description Sample
api_location Location of the Slack API https://slack.com/api
oauth_token Bot User OAuth Token *********
enable_debug_logging Enable debug logging if the value is set to 'Yes'. No
Parameters
Name Description Sample
Error Handling Determine what to return if an error is encountered. Error Message
Method GET,POST,PATCH,DELETE,etc. GET
Path The relative API path (to the 'api_location' info value) that will be called. This value should begin with a forward slash '/', and include any URL parameters. /conversations.list?types=public_channel&exclude_archive=true
Body If required, a JSON representation of data passed along with the action.
Results
Name Description
Handler Error Message Error message if an error was encountered and Error Handling is set to "Error Message".
Response Code The HTTP response code
Response Body The returned value from the Rest Call (JSON format)
Changelog

Slack API V1 (2025-06-27)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top