Day 4: Deploying an Automation | 7 Day AIS Challenge
- What I deployed: I automated a weekly real estate investment newsletter - What it does: It uses the SERPAPI to research, Anthropic API to analyze and write insights, then creates the newsletter and sends it. All scheduled in Trigger.dev. (I skipped the Github part, as its not really essential) - One thing that broke: at first I wanted to send a testing mail to another email I have, but the error was that you can only send testing emails to your own email address (I used another one to sign up), so I just had to change the email. Another thing was that it didn't find a certain file and instead of creating it, it searched through other folders and copied it from another day's assignment, that was weird to me, since I thought it had access only to the folder it was working.