Hi Jake, Getting error on sending mail step (last step). "Missing value of required parameter 'to'." I tried using both mails from 1st and 2nd step doesn't work. I hardcode mail - it works. What can it be?
It sounds like the automation is having trouble recognizing the email address dynamically. Since hardcoding the email works, it seems like the variable you're using for the "to" parameter might not be getting passed correctly. Give that a try: {{ifempty(1.to.address; 1.to[].address)}} If you're still stuck, feel free to dive into our Skool community for more detailed help. Hope this helps!
Oh no, that's frustrating! Let's see if we can get things running smoothly. Could you share a bit more about where you're stuck or any error messages you’re seeing? That way, I can try to help you troubleshoot it. Don't worry, we'll sort this out together!
@@pocoloco2575 Ah, thanks for clarifying! That filter issue can be a bit tricky. Since I created this video, I’ve actually updated the blueprint for the Skool community to make things smoother. Here’s the fix: Whenever you want to use Recipient[]: Email_address, make sure to replace it with: {{ifempty(1.to.address; 1.to[].address)}} This should resolve the issue and help you pass the "has recipient" filter. Let me know if it works or if you run into anything else-I’m here to help! 👍
Also, just a heads-up-I’ve posted an updated version of this entire setup, complete with an AI autoreply agent, in the Skool community. Check it out when you get a chance! It might be exactly what you need. Let me know how it goes! 👍
Want the full template for this automation? Grab it here in my Skool community 👉www.skool.com/ai-automations-for-sales
Hi Jake,
Getting error on sending mail step (last step).
"Missing value of required parameter 'to'."
I tried using both mails from 1st and 2nd step doesn't work.
I hardcode mail - it works.
What can it be?
It sounds like the automation is having trouble recognizing the email address dynamically. Since hardcoding the email works, it seems like the variable you're using for the "to" parameter might not be getting passed correctly.
Give that a try: {{ifempty(1.to.address; 1.to[].address)}}
If you're still stuck, feel free to dive into our Skool community for more detailed help. Hope this helps!
It doesn’t work
Oh no, that's frustrating! Let's see if we can get things running smoothly. Could you share a bit more about where you're stuck or any error messages you’re seeing? That way, I can try to help you troubleshoot it. Don't worry, we'll sort this out together!
The 2nd get emails module doesn’t get the recipient email address. It can’t even pass the has recipient filter
@@pocoloco2575 Ah, thanks for clarifying! That filter issue can be a bit tricky. Since I created this video, I’ve actually updated the blueprint for the Skool community to make things smoother. Here’s the fix:
Whenever you want to use Recipient[]: Email_address, make sure to replace it with:
{{ifempty(1.to.address; 1.to[].address)}}
This should resolve the issue and help you pass the "has recipient" filter. Let me know if it works or if you run into anything else-I’m here to help! 👍
Also, just a heads-up-I’ve posted an updated version of this entire setup, complete with an AI autoreply agent, in the Skool community. Check it out when you get a chance! It might be exactly what you need. Let me know how it goes! 👍