Podio API Documentation

Flows: Update flow

PUT /flow/{flow_id}

Updates the flow. The type cannot be changed.

Parameters
flow_id*
Required.
Request {
"name": The new name of the flow,
"config": The configuration for the cause of the flow,
"effects": The list of effects to add
[
{
"effect_id": The id of the existing effect,
"type": The type of effect,
"values": The expressions for each effect attribute
{
"{attribute_id}": The expression for the given attribute,
... (more attributes)
}
},
... (more effects)
] }

Sandbox

The sandbox only handles GET operations for now.