Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
excludeRelated Articles

Prerequisites

  1. To render the scheduler directive, you should switch to chatbot version - v2 in the Bot view template node.

  2. API to get the scheduled times.

  3. URLs of the images from Orbita backend. see How do I upload an image? for more information.

...

  1. Connect the Scheduler directive to an Intent as shown in the below screenshot.

  2. Set a state for the Scheduler directive.

    Code Block
    msg.payload.orbita.state = "Scheduler"
  3. Create a Free Text Intent.

  4. Use the free text intent with the the same state set in the scheduler directive node.

...