Ziggy - Services and Product Help

Receiver

A Flow requires a single Receiver Block that acts as the entry point.

Receiver

Queue

If you want a Flow to be managed by a Queue, specify the Queue name from the dropdown (see above image).

Invocation

If you are viewing the Flow in the editor, you can run the Flow from the debug buttons.

For most live integration scenarios, a Flow is invoked from an external API call to Ziggy. This allows you to pass in data and debug options. Refer to Launchig Flows for more details.

Test data

You can populate the Receiver block with data in the editor. This is used for testing the Flow before launching the Flow using an API call.

This data is placed in the output edge for the next Block to consume.

Primitives

You enter primitive data. Strings must must be enclosed in quotes.

"Hello world!"
123

Objects and arrays

You can enter an array or object similarly.

{ name: 'Malcolm', age: 35 }

Invalid

The following is invalid and will result in an error.

abc
Last modified: 10 February 2025