CONNECTION

An object containing information about how steps are connected to each other in a chat flow

{
    "from": "STRING",
    "to":   "STRING"
}

from

REQUIRED - String Identifier

The string identifier for the step that precedes to in the flow.

to

REQUIRED - String Identifier

The string identifier for the step that follows from in the flow.

Last updated