Skip to main content Link Search Menu Expand Document (external link)

ready_message

Description

Type: Action

Sends a message to the user on behalf of one of the bots.

Params

  • person: The name of the bot. e.g., keen or lucca.

Outputs

No additional info is added to the global payload outputs.

Usage Example

startFlow:
  do:
  - actionId: ready_message
    params:
      person: keen
trigger:
  type: user_ready_response
  flowNode:
    do:
      - actionId: finish_step

The action ready_message sends “ready”/”not ready” buttons to the user in order to confirm their readiness.

Here is how it will look like: Ready Message Component

Relevant Triggers

  • user_ready_response