Branch

A branch is a single node of a Sequence bot.

The Branch endpoints allow you to create, retrieve, update, and delete branches of a Sequence.

Attributes

ATTRIBUTE

TYPE

DESCRIPTION

id

Integer

Specify the ID of the Branch.

title

String

Specify the title of the Branch.

visibleOrder

Integer

The order in which the branch will execute on the

widget side (as a lead can have multiple branches)

isParent

String

Specify the parent branch or not.

leadEdges

JSON Array Object (Entity Relations)

A branch will have multiple edges,

these edges can be "bubble", "action" or

"text message"

Permissions

To request a Branch endpoint, you will need a valid API Key with Sequence chatbot access permissions enabled.

Last updated