Automations built
A complete archive of flows, integrations, and AI-powered pipelines.
AI Agents & LLM Workflows
[5]Multi-Tool AI Agent (SUPER AI)
Conversational agent powered by Claude Opus 4.6 with Gmail and Microsoft SQL Server exposed as tools, plus persistent memory. Lets non-technical operators query the operational database and send emails in natural language.
SQL Agent with Memory
LLM agent with conversational memory connected directly to a SQL database. Generates queries, executes them, and explains results — built as a foundation for natural-language data exploration.
Chat with PostgreSQL Database
AI-powered Q&A layer over a Postgres database. Schema-aware prompting lets non-technical users get answers without writing SQL.
AI Data Analysis & Reporting
Pulls data from MySQL and Google Sheets, runs AI-driven analysis and visualization, generates a PDF report, and emails it out. End-to-end self-service analytics for ops.
Document Generation Agent (Create CPO)
Form input triggers a LangChain LLM chain that generates a structured Customer Purchase Order document, exports it to xlsx, and delivers it via email. Strict schema, low temperature — deterministic output.
Growth & CRM Automation
[9]HubSpot AI Enrichment Loop
Polls HubSpot every 5 minutes for new Contacts and Companies, sends them to Claude for enrichment (firmographics, role inference, missing fields), and writes structured data back via REST API. Strict JSON schema — no manual review.
AI-Powered Lead Pipeline
Form submission → GPT-5.1 generates a personalized intro from a Google Docs template → lead is upserted into HubSpot with AI context attached as a Note → Gmail follow-up fires. Second GPT pass scores the lead before the CRM write.
Leads Analyst — Form to CRM
Captures inbound leads via form, enriches with AI research, runs a scoring model against ICP criteria, ranks the lead, and routes to HubSpot with full context. Cuts the manual qualification step out of the funnel.
Outbound Prospection Agent
Lightweight outbound engine: form input triggers AI-driven prospect research, generates a personalized cold email, and logs the contact to Sheets. Designed to be fast and disposable per campaign.
Competitor Analysis & Scoring
Automated competitor intelligence: scrapes target sites, runs AI-driven analysis across product, pricing, and positioning axes, then assigns a composite score. Outputs structured comparison data to Sheets.
Asana → HubSpot Sync
Bi-directional sync between Asana project tracking and HubSpot deals. Pulls portfolio items, extracts shipment data from task comments, and updates deal properties — keeping sales and ops aligned.
Notion Meetings → HubSpot
Pulls AI-generated meeting notes, summaries, and transcripts from Notion, parses the block structure, and creates structured Engagement Notes on the matched HubSpot contact. Marks each meeting synced to prevent duplicates.
Calendar + Notion → HubSpot Meetings
Cross-references Google Calendar events with Notion meeting pages and creates HubSpot Meeting engagements with combined context. Skips events where no HubSpot contact match exists.
HubSpot Stripe Link Sender
Generates Stripe payment links and emails them directly to HubSpot contacts. Streamlines the close-to-collect step for sales without manual link generation.
Document & PDF Automation
[4]Supplier Invoice Ingestion
Parses PDFs from multiple suppliers with different layouts and number formats (European comma decimals, layout drift) into structured line-item data pushed to Google Sheets. Per-supplier parsers built from real production edge cases.
Scheduled PDF Invoice Scanner
Watches a Google Drive folder on a schedule, extracts structured data from new invoice PDFs, and appends to Sheets — turning a manual filing process into a hands-off pipeline.
DHL Transport Invoice Importer
Batch-imports DHL transport invoice CSVs, normalizes shipment records, and consolidates them into a single operational sheet for finance reconciliation.
Moloni Invoice Automation Suite
A family of workflows on top of the Moloni billing API: send invoices to clients and sample shops, generate credit notes, and orchestrate the full invoicing lifecycle with PDF generation and email delivery.