1. Tasks
  2. Stubmation

Tasks

Stubmation

Introduces Stubmations as larger built-in workflow automations. Useful for document processing, data conversion, and multi-step operational tasks.

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:

loading...