Buni.aiDocs
Early accessVoice (IVR)

Record

Record the caller, either as voicemail that ends the call or as a recording the flow continues past.

The Record node records a call. It takes a message and ends the call like voicemail, takes a message and continues the flow, or records the whole call in the background while the flow keeps running. Recordings are stored privately and only workspace members with access can play them.

When to use it

  • Take a voicemail after hours or when a Warm Transfer is not answered.
  • Capture a spoken message, such as a complaint, and then carry on with the call.
  • Record an entire conversation, for example before a Transfer to an agent.

To collect keypad digits or a short spoken answer instead of a recording, use Gather Input.

Record settings panel in voicemail mode with a prompt, max length and finish key

Settings

Prop

Type

Before the beep uses the shared voice prompt editor: Text to speech (with Voice, Language and variables), Uploaded audio, or Audio URL.

How the modes differ

ModePauses the flowAfter recording
The whole call (flow continues)NoThe flow moves on immediately and the recording runs in the background.
A message, then end the call (voicemail)Yes, while the caller speaksThe call ends.
A message, then continue the flowYes, while the caller speaksThe flow continues to the next node.

Outputs

ModeHandles
VoicemailNone. The call ends after the message.
A message, then continue the flowOne output, taken when the recording finishes.
The whole callOne output, taken straight away.

To listen to a recording, open the project's Activity tab. Calls with a recording have an Open the recording button, and you can transcribe the recording into text from the same row.

Example

An after-hours line takes a voicemail.

Call Start
  → Router (outside opening hours)
      └─ closed → Play ("Sorry, we are closed.")
                   → Record (A message, then end the call)
                       Before the beep: "Leave your name, number and message after the beep. This call is recorded."
                       Max length: 120

Tips and limits

  • Tell callers they are recorded. Recording without telling the caller is illegal in many places. In message modes, say it in Before the beep; validation warns if that prompt is empty. For whole-call recording, announce it in your greeting.
  • Connect the continuing modes. A Record node set to continue with nothing connected after it fails validation with "Record continues to nothing".
  • Whole-call recording depends on the carrier. Africa's Talking cannot record a call in the background. On that carrier the node is skipped, the call is not recorded, and flow validation warns you. Twilio and Infobip support it.
  • A loop back through a whole-call Record node does not start a second recording.
Last reviewed 24 September 2026

On this page