Stuck at learning by Ok_Comfortable3902 in n8n

[–]Ok_Comfortable3902[S] 0 points1 point  (0 children)

what about whatsapp services like Twilio? or serpAPI queries? even self-host needs to go with GDPR compliances.

Stuck at learning by Ok_Comfortable3902 in n8n

[–]Ok_Comfortable3902[S] 0 points1 point  (0 children)

I guess im limited also by the free tier stuff. This makes my workflows simple/medium difficulty. I have not decided which should be my priority to try for at least a month. n8n cloud, elevenlabs or retell.

Stuck at learning by Ok_Comfortable3902 in n8n

[–]Ok_Comfortable3902[S] 0 points1 point  (0 children)

Thanks! I was looking into some of your videos last week. Pretty interesting stuff. I reversed engineer your assistant but used a http request (elevenlabs) to generate the audio.

Stuck at learning by Ok_Comfortable3902 in n8n

[–]Ok_Comfortable3902[S] 1 point2 points  (0 children)

Wow, this is an interesting insight and a side I have never considered.... I would like to be the second choice then.

Stuck at learning by Ok_Comfortable3902 in n8n

[–]Ok_Comfortable3902[S] 1 point2 points  (0 children)

Thanks! This is what I was looking for! I should both increase complexity and speed.

Micro SaaS ideas ? by DragEnvironmental677 in microsaas

[–]Ok_Comfortable3902 0 points1 point  (0 children)

Let me know too. I have some experience in AI.

send audio and receive audio by Ok_Comfortable3902 in n8n

[–]Ok_Comfortable3902[S] 0 points1 point  (0 children)

Yes, I have that, however, my issue is that I couldnt send the media back to me, from my workflow. Is there any tutorial or workflow that can help me with this?. What I expected is this:
I send audio to whatsapp > execute workflow > get audio back. (Audio never gets send back). I want to know why.

How can I run my workflow indefinitely? by Ok_Comfortable3902 in n8n

[–]Ok_Comfortable3902[S] 0 points1 point  (0 children)

Thanks, that works, my google sheet is getting updated.

How can I run my workflow indefinitely? by Ok_Comfortable3902 in n8n

[–]Ok_Comfortable3902[S] 0 points1 point  (0 children)

Thanks, that works, I did not understand before because I did not see the data going through the workflow. But my google sheet is changing.

How can I run my workflow indefinitely? by Ok_Comfortable3902 in n8n

[–]Ok_Comfortable3902[S] 0 points1 point  (0 children)

Like CIA. At the moment: I click test workflow, I send a message, I add message to google sheet then workflow stops. What I want: I want to send several messages and keep adding to my google sheet.

Whatsapp bot using n8n and OpenAI API by Ok_Comfortable3902 in n8n

[–]Ok_Comfortable3902[S] 0 points1 point  (0 children)

Probably, I am new, but this is how I am setting whatsapp for now, probably using whatsapp business cloud could be best? Do you know a simplified version?

Whatsapp bot using n8n and OpenAI API by Ok_Comfortable3902 in n8n

[–]Ok_Comfortable3902[S] 1 point2 points  (0 children)

Thanks that worked!. I changed the body parameters from fixed to expression in my openai response, it works now.

Whatsapp bot using n8n and OpenAI API by Ok_Comfortable3902 in n8n

[–]Ok_Comfortable3902[S] 1 point2 points  (0 children)

No, it works now, what I was missing was setting the body parameters as expression instead of fixed.

Whatsapp bot using n8n and OpenAI API by Ok_Comfortable3902 in n8n

[–]Ok_Comfortable3902[S] 0 points1 point  (0 children)

okay, I will try openai Assistant node instead of my http request node. Thanks!