Reference
Article MarkdownReport an error

Action fastline_transcribe

System ID: action_fastline_transcribe

Description

Fast Line: converts an audio/voice message to text and stores the result in a constant (voice_res or set_to / save_response). The text is usually available as {{voice_res['text']}}.

Audio source (by priority): user_input → constant from read_fromuser_request.text_audio.

Events (scenario branches)

Event When it occurs
success Transcription stored
no_audio No audio input
error Transcription service error

Parameters

Parameter Type Required Default Description
user_input string no null Audio URL or identifier. Supports placeholders
bot_id string / number no current bot Bot for the transcription service
read_from string no null Constant name with audio
set_to string no "voice_res" Constant for the result (also save_response)
save_response string no null Alternative to set_to
prompt string no null Optional hint for the transcription service

Configuration example

{
  "set_to": "transcribed_voice"
}
Using your own AI agent?Install the open skill so your AI agent can work with current official ConnectiveOne documentation.Get the skillNeed support?Couldn’t find the answer or need help from the ConnectiveOne team? Create a request in Client Portal.Create a request