Invoke a Flow

There are various ways to invoke a flow within a service, some of the way to invoke the flows are listed below.

Flow

Voiceflow

  • You can invoke a flow using rules.

  • You can invoke a flow from
    another flow.

  • You can invoke a flow using an event scheduler.

  • You can invoke a voiceflow using a rule.

  • You can invoke a voiceflow using Messaging API.

  • You can invoke a voiceflow using a wokflow.

  • You can invoke a voiceflow within a voiceflow.

  • You can invoke a voiceflow using an event scheduler.

📘

Important considerations:

  • A flow must begin with a 'Start' node and terminate with an 'End Event' of a node.

  • All nodes in a flow must be stitched using a connector and appropriately configured.

  • Ensure all error and warnings are fixed, before publishing a flow.

[](A session key must be used for a flow.)

  • A voiceflow must start with a Start node and end with a Disconnect node.

  • A voiceflow must be compiled before using it in a flow.

  • All data in view mode is read-only.