20 years old. Completely self-taught. I use AI and no-code platforms to architect, direct, and QA every build. I break problems down to a level where the tools can execute, then I piece the system together and make sure it actually works.
That's the skill. Not coding. Thinking through how a business runs and turning that into something that runs itself.
I pick up new software fast. If a client's stack runs on something I haven't touched before, I'll learn it well enough to automate it - or tell you straight up if it can't be automated well. Every tool and platform listed here, I taught myself through building real things. No courses, no bootcamp, no degree in this.
Chris ran his lead pipeline through two separate platforms - DataSift for property data and GoHighLevel for sales outreach. Nothing talked to each other. His team was updating both by hand every time a lead moved stages, and every morning he'd sit down and manually process updates before he could start real work.
Cross-System Sync
When a lead's disposition changes in GoHighLevel, this workflow picks it up via webhook, validates the payload, grabs a fresh token, searches DataSift for the matching owner by phone, updates their phone status, and logs everything to Sheets with a Slack notification at the end. If the owner isn't found or the API errors out, those get logged separately.

Tracks call and SMS attempts from GHL back into DataSift. Finds the matching property, updates attempt counts for phone and SMS separately. Results get aggregated and logged. If the property doesn't match, it gets marked and reported instead of dropped.

When an opportunity moves to the sold stage in GHL, this catches it and bulk-marks the matching record as sold in DataSift. Hardest workflow in the whole build - both platforms had their own definition of "sold" and getting those to agree took more time than most of the other workflows combined. Has its own token refresh logic in case the session expires mid-call.

The reverse direction. When a contact gets marked sold in REISift, this looks them up in GHL, finds the matching opportunity, tags the contact, and moves the opp to the sold stage. Handles cases where the contact exists but the opportunity doesn't, or where the contact isn't in GHL at all.

Daily Batch Operations
Runs on a schedule. Pulls leads that qualify for Tier 1 priority (HOT FTM and 4+ criteria) from DataSift and tags them in bulk through the centralized API helper. This was a manual process Chris did every morning - now it runs on autopilot.

Same idea for Tier 2 leads. Pulls from two different list criteria (3+ and Lists) and tags them through the API helper. Runs right after the Tier 1 job.

Dedup logic. If a lead qualifies for both Tier 1 and Tier 2, it should only show as Tier 1. Removes the Tier 2 tag from overlap leads so Chris's team isn't seeing duplicates across priority lists.

The most complex daily workflow. Searches DataSift for "soon to be sold" records, normalizes the data, pushes sold status updates to GHL, then bulk-marks them in DataSift too. Has its own token refresh with retry logic - if the search call gets a 401, it force-refreshes and retries before alerting Slack. Logs both success and failure counts.

Cleans up DataSift's auto-generated lists on a schedule. Removes records that shouldn't be there anymore. Runs through the same centralized API helper as everything else.

Infrastructure
The backbone of the whole system. Every workflow that talks to DataSift calls this first. It reads the current token from a shared Google Sheet, checks if it's still valid, and either returns it or logs into DataSift to grab a fresh one. The sheet acts as shared state - if two workflows run at the same time, they both pull from the same token instead of fighting over sessions. Has a daily safety check and a Slack alert if login ever fails.

Centralized API layer. Every DataSift action in the entire system routes through this one workflow. It grabs the token, makes the API call, and if it gets a 401 it force-refreshes the token and retries once before flagging the error. Logs successes and failures to Slack with separate paths for zero-match results, real errors, and retry failures.

Dual-purpose notification hub. Real-time path: any workflow can call this to send an error or event alert to the Slack errors channel immediately. Daily path: runs at 8 PM CT, builds an end-of-day digest with everything that happened - how many records were updated, what ran, what errored - and posts it to the logs channel. If the digest itself fails, that error gets sent to the errors channel too.

A new client fills out an intake form. From there, everything happens automatically:

Built for a custom product shop (demo brand: "Timber & Thread Co."). When a Shopify order comes in with customization details buried in the order notes field:

Monitors a Gmail inbox for emails that look like revision requests. When one comes in:
Not every email deserves CRM attention. This workflow:

When a lead comes in through any web form:

A Google Maps scraper feeds prospect data into a two-account Gmail outreach system with automated follow-ups. The whole pipeline runs on its own.

Passively monitors 20 Facebook groups for potential clients:

I use Claude (AI) as my build tool - and I'm transparent about that because it doesn't change what gets delivered. What I bring is the part no AI can do on its own:
Everything here was self-taught. No formal training, no bootcamp. I've built 50+ production workflows across n8n, connecting tools like Shopify, Gmail, Google Sheets, Airtable, Notion, Trello, Slack, Telegram, GoHighLevel, REISift, and multiple AI APIs.
You're an agency owner or consultant with clients who need automation built. You bring the relationships, I build the backend. We split revenue on a fair cut. You don't need to understand n8n - that's my side.
Need something automated? Email me at Joseph@zeitra.ai or visit zeitra.ai to fill out the intake form and see pricing. Scoped, quoted, and built through my agency.
I'm not looking for a title. I'm looking for work that actually uses what I'm good at, with people who move fast and don't need me sitting in a chair from 9 to 5 to prove I'm working.
Email me, watch the walkthroughs, or check out the agency.