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.