Prerequisites
- OpenAI connected in Settings → Integrations — AI Providers
- A channel that can receive audio (WhatsApp, Messenger, Telegram, etc.)
Setup
1
Collect the audio
In a Flow, use Get User Data / User Input to capture the voice message into a custom field.
2
Add the OpenAI action
Choose Convert speech to text. Set the audio input to that custom field.
3
Save the transcript
Write the text output to another custom field (for example
voice_transcript).4
Use the transcript
Send it back with a Message block, pass it to an AI Agent / AI Action, or Condition on keywords.
Patterns
Next
Create an Agent
Answer from the transcript with grounded AI.
Vision
Pair voice + image understanding in one Flow.