Set persisted inputs of an integration (Blend). Persisted inputs are the settings of a Blend instance, for example a project which is selected in a CRM. Persisted inputs are stored and their value will be used on each run of the Blend.

Inputs must be defined as "top" inputs in the Blend, which means an Inputs block directly below the Start, Settings or Setup block.

Use the endpoints Get integration (Blend) or Get template to know which persisted top inputs have been defined for a given Blend.

The inputs have to be defined as being "persisted" in the Blend, you cannot set non-persisted inputs. If you want to set non-persisted inputs, use the endpoint Execute an integration (blend) and post the input values in that API call.

If an input is set as required, you cannot pass a null value.

You can also set the persisted inputs of a Bundle, this will set those inputs on the Blends inside the Bundle that have the specified inputs defined.

Language
Authorization
Click Try It! to start a request and see the response here!