Let's Get Automated

Introducing the Getting Automated Newsletter. Your weekly dose of business automation brilliance.

🎥 This Week's Must-Watch

Domains to Dollars: Deploying AI Generated Landing Pages on AWS for $1 (Part 3)

Learn how to deploy AI-generated landing pages on AWS for less than $1/month. This comprehensive guide covers setting up your AWS environment, using custom deployment scripts, and optimizing for performance and cost-efficiency.

🕒 Watch Time: Approximately 40 minutes

💡 Automation Hack of the Week

Testing without Triggering: Streamline Your Automation Development

Tired of manually triggering your automation workflows every time you need to test them? Here's a time-saving hack for Make and n8n users:

  1. Copy the output bundle from your trigger module.

  2. Create a variable with this information.

  3. Use this variable to manually trigger your automation during development.

Example in Make:

{
  "trigger": {
    "event": "new_order",
    "data": {
      "order_id": "12345",
      "customer_name": "John Doe",
      "total_amount": 99.99
    }
  }
}

Store this JSON in a variable, then use it to initialize your workflow without waiting for actual trigger events.

Benefits:

  • Faster development cycles

  • Consistent test data

  • Easier debugging of complex workflows

Try it: Next time you're building a workflow, use this method to test your logic without repeatedly performing the trigger action.

🔧 Tool Spotlight: Cap.so

  • What it does: Open-source screen recording and video messaging tool

  • Perfect for: Creators, educators, marketers, and anyone needing to communicate visually

  • Low-code friendly? Yes

  • AI-powered? No

  • Free trial available? Kind Of (open source version available, Pro version for $9/month)

Why we love it: Cap.so is the open-source alternative to Loom that addresses common pain points like slow performance and lost recordings. It offers a seamless experience for creating, editing, and sharing screen recordings.

Key features:

  • Lightweight and fast performance

  • Simple, intuitive interface

  • Built-in editing capabilities

  • Instant sharing options

  • Privacy-focused and open-source

Cap.so streamlines the process of creating visual content, making it an excellent tool for automators and business owners who need to quickly demonstrate processes or share ideas. Whether you're creating tutorials, presentations, or just need to show something off, Cap.so helps you get it done faster and with less stress.

🧠 AI Corner: OpenAI's Realtime API - Revolutionizing Voice Automation

OpenAI has launched the public beta of their Realtime API, bringing exciting possibilities for business automation:

  • Enables low-latency, natural speech-to-speech conversations

  • Simplifies development with a single API call for voice-based experiences

  • Supports interruptions and maintains context for fluid interactions

  • Includes function calling for expanded capabilities (e.g., retrieving information, performing actions)

Key implications for automation:

  1. More natural customer service bots

  2. Enhanced voice-controlled automation across industries

  3. Potential for creating interactive, accessible educational tools

  4. Improved voice interfaces for existing automated workflows

As this technology evolves, expect to see a new wave of human-like, voice-integrated automation solutions transforming how businesses interact with customers and manage operations.

📊 Quick Poll

🔮 You Decide: Next Week's Focus

What automation use case would you like us to tackle in our next issue? Reply to this email with your suggestion!

Top ideas we'll explore:

  1. Automating customer onboarding

  2. AI-powered content creation workflows

  3. Streamlining expense reporting

👋 Before You Go

What's your biggest automation challenge? Reply to this email, and we might feature your question (and our solution) in next week's newsletter!

Was this newsletter automated? You bet it was. But the insights? 100% human-curated just for you.