API Evangelist API Evangelist
API Learnings
Toolbox
API Evangelist LLC

Slack Functions API

The Slack Functions API provides methods for managing custom functions that run as steps within Slack workflows. The key methods are functions.completeSuccess, which marks a custom function as having completed successfully and passes output data conforming to the function's defined output schema, and functions.completeError, which marks a custom function as having failed and passes an error message that surfaces to the end user via Slackbot.

Documentation

Specifications

OpenAPI

slack-functions-openapi.yml Raw ↑