Build AI workflows that survive any provider outage
Skills:
Autonomous Workflows80%
๐ Zapier SDKs - https://bit.ly/48UNI5o
๐ Code - https://github.com/alnutile/opt-out-automations
#zapier #sdk #aiagents #railway #vibecoding
Your AI provider goes down for hours. Or your company gets banned overnight. Or the model you paid for quietly gets worse. If your business runs on a single AI, that's not a question of if โ it's when.
Here's a real opt-out / unsubscribe handler I built on the Zapier SDK. Three AI calls in the chain. When the AI provider broke, I changed one file, pushed to GitHub, Railway redeployed โ same workflow, different brain.
What you'll see:
โ A real production AI workflow: Gmail โ Tables โ AI classify โ AI extract โ AI reply โ confirmation out
โ How the SDK turns 2,000 lines of glue code into about 50
โ Zapier Tables as the state machine + audit log
โ The exact swap moment on camera: Anthropic out, OpenAI in
โ Why "vibe coding" gets a lot less scary when the integrations don't move
Chapters:
00:00 โ Why you're betting your business on a single AI
01:00 โ Three things that can go wrong: closed, nerfed, down
01:30 โ Real example: Tom's Hardware on the Belo ban
03:00 โ What we're building: opt-out compliance handler
04:00 โ Why this is 50 lines and not 2,000
05:00 โ Walking through the actual code
06:30 โ The dashboard + Zapier Tables view
07:00 โ Demo: real email through the live system
07:30 โ The swap โ changing the AI provider on camera
08:30 โ git push โ Railway redeploys
09:00 โ Same workflow, different AI, same result
10:00 โ Wrap + thanks
Tools and resources:
โ Zapier SDK โ Python SDK powering Gmail, Tables, email, Slack
โ Zapier Tables โ state machine + audit trail
โ Anthropic Python client โ original AI provider
โ OpenAI Python client โ what we swapped to
โ Railway โ host for the worker service
โ Claude Code โ built the original implementation
โ Code repo: [GITHUB LINK]
โ Try Zapier: [https://bit.ly/48UNI5o]
Sponsored by Zapier. If you click the sponsor link above it helps them know this video did something for you โ mu
Watch on YouTube โ
(saves to browser)
Sign in to unlock AI tutor explanation ยท โก30
More on: Autonomous Workflows
View skill โRelated AI Lessons
โก
โก
โก
โก
Understanding Real-Time Customer Intent: The New Frontier for Retail AI Chatbots
Medium ยท AI
Artificial Intelligence Is Not Replacing Humans - Itโs Replacing Certain Behaviors
Medium ยท AI
How I cut my LangChain agent's token costs by 93% with one import
Dev.to ยท Mahika jadhav
5 Passive Income Streams Your AI Agent Can Run While You Sleep
Dev.to AI
Chapters (12)
Why you're betting your business on a single AI
1:00
Three things that can go wrong: closed, nerfed, down
1:30
Real example: Tom's Hardware on the Belo ban
3:00
What we're building: opt-out compliance handler
4:00
Why this is 50 lines and not 2,000
5:00
Walking through the actual code
6:30
The dashboard + Zapier Tables view
7:00
Demo: real email through the live system
7:30
The swap โ changing the AI provider on camera
8:30
git push โ Railway redeploys
9:00
Same workflow, different AI, same result
10:00
Wrap + thanks
๐
Tutor Explanation
DeepCamp AI