- Problem or objective
- Website requests often arrive as unstructured information that must be manually reviewed, organized and converted into an actionable brief before a project can begin.
- What Connie built
- An n8n workflow that receives a website request from the Website Launch Project, validates the submission, uses Anthropic's Claude to organize it into a structured project brief, logs the request in Google Sheets and sends tailored email notifications to both the designer and the prospective client.
- Tools used
- Base44, n8n, Anthropic Claude, Google Sheets and Gmail.
- Connie's contribution
- Designed the workflow logic, defined the required intake data, configured the authenticated webhook, connected and tested the workflow nodes, implemented validation and fallback paths, and corrected the client email-output flow.
- Final output
- A working end-to-end automation that transforms a submitted website request into an organized internal brief, a logged project record and a client preparation email.
- What was learned or demonstrated
- Demonstrated practical workflow orchestration, authenticated webhooks, input validation, conditional error handling, AI-assisted information processing and communication across multiple business tools.