Skip to main content

functions.workflows.steps.responses.export method

Welcome to the new home of Slack developer docs!

We're still building and not all features are available quite yet. Enjoy this peek into the future!

Not ready for the future? Return to the past at api.slack.com.

Usage info

This method is used to export responses submitted to the OpenForm Slack function. Exports are generated asynchronously and delivered via a direct message from Slackbot.

To identify the workflow you want to export responses from you can use a workflow ID:

	{
"step_id": "0",
"workflow_id": "WfABC123",
}

or the app ID that contains the workflow and the workflow reference:

	{
"step_id": "0",
"workflow_app_id": "AABC123",
"workflow": "#/workflows/my_workflow_callback_id",
}

A step_id in your workflow may be looked up using the functions.workflows.steps.list method.

Response