I’m looking for help with enhancing my current make.com scenario. Here’s what I have now and what I want to achieve:
Current scenario:
- I send a single voice note to a Telegram bot.
- The audio file is processed in make.com.
- The audio is converted to text.
- The text is sent to ChatGPT for processing.
- ChatGPT’s response is sent back to Telegram.
Desired scenario: I want to modify this to handle multiple voice notes more efficiently. Specifically:
- I should be able to send multiple voice notes to the Telegram bot.
- Each voice note should be converted to text individually.
- All the resulting text from these multiple voice notes should be combined.
- This combined text should be sent to ChatGPT as a single input.
- ChatGPT’s response should then be sent back to Telegram.
My questions are:
- How can I modify my current scenario to achieve this?
- What modules or steps should I add or change in make.com?
- Is there a way to efficiently collect and process multiple voice notes before sending the combined text to ChatGPT?
- Are there any potential limitations or issues I should be aware of when implementing this?
Any guidance, tips, or example scenarios would be greatly appreciated. Thank you!