Skip to content

Play Node

The Play node plays a configured audio message to the caller in a voice workflow.

Use Play when the caller should hear a fixed message rather than a generated AI response. It is most useful in voice workflows where the message should be predictable and tightly controlled.

Choose Play when the workflow should:

  • greet the caller with a fixed opening,
  • announce a transition or hold step,
  • explain that a transfer is about to happen,
  • or deliver a short completion message before the branch ends.

If the content should adapt to conversation context, use AI Agent instead.

  1. Execution reaches the Play node.
  2. Octo sends or generates the configured voice message using workflow-level voice settings.
  3. The caller hears the message.
  4. Execution continues to the connected next node.

Play often sits just before Wait, Transfer, or End in voice-first branches.

  • Message contains the text that should be played to the caller.
  • Label describes the role of the message on the canvas.

Keep the message short and operationally clear, especially when it is only meant to bridge between other steps.

  • Greeting Play a fixed welcome before an AI Agent begins the conversation.
  • Hold or transition message Play a short notice before Tool or Transfer.
  • Completion Play a final acknowledgement before End.
  • A greeting can frame the supported paths before the first reasoning step begins.
  • A fixed unsupported or fallback message can keep the branch clear when the workflow should stop or redirect cleanly.

The canvas view shows where a fixed spoken message fits in the voice flow.

Annotated Human Handoff Play node on the workflow canvas with entry and output ports

The inspector is where you define exactly what the caller should hear.

Annotated Human Handoff Play node inspector showing label and message settings

  • Play is intended for voice workflows.
  • Use workflow-level voice settings to control how the message sounds.
  • Keep transition messages brief so they do not slow the conversation unnecessarily.
  • Use AI Agent instead when the response should depend on the caller’s context.

Can I use Play outside voice channels? Play is intended for voice workflows. For chat or web channels, use AI Agent responses instead.

Where are voice settings configured? Use Workflow configuration for language, voice, and phone settings.