Go to

Execute the specified target when button is clicked.

Target can be either a step or a story.

Available on :

  • Facebook
  • Clustaar Webchat
AttributeTypeRequiredDescription
typestringalways go_to_action
target.typestringtarget type (step or story)
target.idstringtarget ID
sessionValuesobjectvalues added to session if button is clicked
{
    "type": "go_to_action",
    "sessionValues": {
        "key": "value"
    },
    "target": {
        "type": "step",
        "id": "12"
    }
}