Templates/Voice-first WhatsApp Bot
TriggerTriggerLogicIf / ElseAITranscribe VoiceDataSet VariableAIGenerate TextAIText to SpeechSendWA Send VoiceSendWA Send Text

Voice-first WhatsApp Bot

Any incoming message (text or voice) → transcribe if audio → AI generates a reply → always respond with a TTS voice note + text. Replicates the Flavourz "always send voice" pattern.

How it works

  1. 1
    Trigger

    Entry point — fires when the selected event occurs.

  2. 2
    If / Else

    Branch based on a condition.

  3. 3
    Transcribe Voice

    Transcribe an audio file to text.

  4. 4
    Set Variable

    Store a value in a run variable.

  5. 5
    Generate Text

    Generate text using an AI model.

  6. 6
    Text to Speech

    Convert text to an audio file.

  7. 7
    WA Send Voice

    Send a voice note via WhatsApp.

  8. 8
    WA Send Text

    Send a WhatsApp text message.

WhatsApp

Voice-first WhatsApp Bot

Trigger: whatsapp.received
8 nodes
Use this template

Free account required — edit after install

Nodes used
TriggerIf / ElseTranscribe VoiceSet VariableGenerate TextText to SpeechWA Send VoiceWA Send Text