1. Tasks
  2. Stubmation

Tasks

Stubmation

Stubmations are a set of larger workflow tasks that are built into Stubber.

A stubmation task typically will run an action on a stub via webhook or return data back into the stub.

Basic usage

loading...

Parameters

name
required
string

The name of the stubmation workflow you would like to call.


flow_data
JSON Object

JSON Object containing all the data the stubmation workflow needs or is expecting.


timeout
optional
number

The seconds after which the stubmation will time out.

Default: 60

Example:

editor
        {
  "tasktype": "stubmation",
  "params": {
    "name": "run_action_per_row_from_sheet",
    "timeout":180
    "flow_data": {
      "fileuuid": "~~stubpost.data.spreadsheet_file[0].fileuuid"
    }
  },
  "name": "stubmation_run_action_per_row_from_sheet",
  "__key": "stubmation_run_action_per_row_from_sheet"
}