This site is no longer updated.Go to new Conversational Cloud docs

Actions


In the J-Graph visual editor, the bot business logic is built upon states. Blocks are the elements which describe the user and bot behavior in the context of states.

Actions form a specific subtype of reactions. In contrast to other blocks, they correspond to JAICP DSL custom tags rather than their regular counterparts.

JAICP DSL equivalents

Block JAICP DSL tag
Send email Email
HTTP request HttpRequest

When creating actions, you can configure transitions to other states on either of the two conditions: Sent successfully and Error. This works by dragging the cursor from the empty area to the target state.