
Built an n8n workflow that creates Dropbox folders from WhatsApp voice notes
Recently built an interesting workflow in n8n and wanted to share it with the community.
The workflow takes a WhatsApp voice note, converts it into text, and then automatically creates a corresponding folder in Dropbox. After that, images/files can be uploaded and organized inside the same folder.
The idea was to reduce manual folder creation and make file organization easier through voice commands.
Tech stack used:
- n8n
- Twilio WhatsApp API
- AI speech-to-text
- Dropbox API
- Parse Voice Intent
- Classify, Name & Attach Binary
It was fun working on the automation and exploring practical use cases for voice-based workflows.
GitHub code : https://github.com/Khushpinder1856/n8n-projects
Happy to share more details or discuss improvements/similar use cases.