This Cold Email Automation Made Me $24,308 Last Month

Поделиться
HTML-код
  • Опубликовано: 26 янв 2025

Комментарии • 17

  • @jonas_lechner
    @jonas_lechner 4 дня назад +2

    It works great if you want to process one lead at a time. As soon as you try to process more than one, it usually gives the following error in many steps: "can´t determine which item to use"

    • @ClarenceAutomations
      @ClarenceAutomations  4 дня назад

      I'll make a video about this in the future. But you'd want to do "one-lead-at-a-time", otherwise the LLM's would never work because they can only handle up to X amount of input tokens at the time. So the workaround is that in your Airtable (or preferred CRM), you set up an automation which is triggered whenever a certain action is made inside of the CRM (e.g. lead status changed to "not yet enriched") this would send a webhook to the workflow in n8n to start the flow for that specific lead. The thing is that you can change the status of 100+ leads at the time in you Airtable and it will start individual flow for each and every one of them. Depending on your N8n subscription 5 flows can run at the same time simultaneously.
      As I said, I'll make a video about it in the near future because I understand the confusion. Hope this clarified it somewhat.

    • @jonas_lechner
      @jonas_lechner 4 дня назад +1

      @@ClarenceAutomations Thanks a lot for your quick reply. That´s really helpful

  • @barkmore-funnyanimalvideos8411
    @barkmore-funnyanimalvideos8411 18 дней назад +2

    Trying this for my business ASAP. Thanks for the information.

    • @ClarenceAutomations
      @ClarenceAutomations  18 дней назад

      Trying to keep this as no-BS as possible. Hope it helps you out.

  • @SiebrechtDigital
    @SiebrechtDigital 16 дней назад +2

    Hey Clarence great Video , is that an AI Avatar? :)

    • @ClarenceAutomations
      @ClarenceAutomations  16 дней назад +1

      Not sure if this is you calling me good-looking. But I’m definitely not an AI avatar. Thanks for the compliment ;)

  • @thomasnobbs1406
    @thomasnobbs1406 18 дней назад +2

    Hey Clarence - love the series you have built so far.
    Out of curiosity, how does this differ from having everything in Clay?
    is it just the cost

    • @ClarenceAutomations
      @ClarenceAutomations  17 дней назад

      Clay.com is an excellent tool for lead list building and enrichment, but it doesn’t cover the entire sales pipeline. A custom AI-driven system provides end-to-end automation with greater flexibility, deeper AI integration, and long-term cost efficiency. It’s not just about cost-it’s about having a tailored system that grows with your business and eliminates the need for multiple disconnected tools.
      Hope that clears it up! Let me know if you’d like me to dive deeper into any part of this. Cheers!

  • @migsanja9482
    @migsanja9482 14 минут назад

    Hey, may I ask why you're targeting the US only? You're from the Netherlands, right? Is it due to the EU GDPR regulations, a bigger market, or just personal preference? Greetings from Germany.

  • @EfeAlikadıoğlu
    @EfeAlikadıoğlu 13 дней назад

    Its very usefull until the last "basic llm chain", after that i missed the content, cant see the system promt and why there are Antropic Chat Model etc, but still very usefull and explanatory, thx.

  • @awodireyusufolanrewaju1961
    @awodireyusufolanrewaju1961 18 дней назад +1

    Brilliant move
    There's no way companies who actually need this won't pay you to implement it for them.lol
    Looking forward to build one for myself in the future.
    Thanks for the info Man

  • @EfeAlikadıoğlu
    @EfeAlikadıoğlu 14 дней назад +1

    I can not pass the http request for linkedin, it needs a authentication is it not ?

    • @ClarenceAutomations
      @ClarenceAutomations  14 дней назад

      To get the HTML from a company's LinkedIn page you don't need any authentication. If you message me on LinkedIn, you can share some screenshots and we can figure it out together.

    • @EfeAlikadıoğlu
      @EfeAlikadıoğlu 14 дней назад

      @@ClarenceAutomations I have tried people, not companies that was the problem. I tried to create personlized email intro according to people, not company.

    • @ClarenceAutomations
      @ClarenceAutomations  14 дней назад

      @@EfeAlikadıoğlu LinkedIn has some personal profile data protection in place making it more difficult to correctly scrape the HTML. Go to Apify and look for the LinkedIn profile scraper by Curious Coder. That's the perfect way to circumvent it. Probably next week I was planning to make a video about this. So if you can't figure the API out, stay tuned.