✕ Clear all filters
55 articles

📰 Dev.to · Qasim Muhammad

55 articles · Updated every 3 hours · View all reads

All Articles 84,374Blog Posts 106,402Tech Tutorials 20,714Research Papers 17,853News 14,075 ⚡ AI Lessons
Event Reminders From an Agent's Calendar
Dev.to · Qasim Muhammad 1d ago
Event Reminders From an Agent's Calendar
An entire appointment-reminder system hangs off this one request: curl --request GET \ --url...
Auto-Route Invoices With Inbound Email Rules
Dev.to · Qasim Muhammad 1d ago
Auto-Route Invoices With Inbound Email Rules
A single inbound email rule can carry up to 50 match conditions and 20 actions — and it runs inside...
Build a ChatGPT-Style Email Plugin
Dev.to · Qasim Muhammad 2d ago
Build a ChatGPT-Style Email Plugin
Here's how the story usually goes. Saturday afternoon, you wire a language model to a mailbox for the...
Inbox Zero, but the Inbox Belongs to a Robot
Dev.to · Qasim Muhammad 2d ago
Inbox Zero, but the Inbox Belongs to a Robot
8:30 AM: you kick off the inbox-zero loop while the coffee brews. 8:35 AM: yesterday's 50 unread...
Send Clerk Emails Through an Agent Account
Dev.to · Qasim Muhammad 2d ago
Send Clerk Emails Through an Agent Account
A user signs up for your app. Clerk emails them a verification code, they squint at it, hit reply,...
Send Supabase Auth Emails From Your Own Mailbox
Dev.to · Qasim Muhammad 2d ago
Send Supabase Auth Emails From Your Own Mailbox
Supabase's built-in SMTP server delivers 30 auth emails per hour, and only to addresses on your...
Send Auth0 Authentication Emails From an Agent Account
Dev.to · Qasim Muhammad 2d ago
Send Auth0 Authentication Emails From an Agent Account
Seven distinct email types flow through Auth0's email provider: verification, welcome, password...
Migrating From Transactional Email to Agent Accounts
Dev.to · Qasim Muhammad 📣 Digital Marketing & Growth ⚡ AI Lesson 2d ago
Migrating From Transactional Email to Agent Accounts
This is what most agent email code looks like today: // SendGrid / Resend / Postmark — outbound...
Handling Email Replies in an Agent Loop
Dev.to · Qasim Muhammad 🤖 AI Agents & Automation ⚡ AI Lesson 2d ago
Handling Email Replies in an Agent Loop
You built the outbound half of an email agent. It sends a well-crafted message, the recipient writes...
Stop Your Agent From Replying Twice: Dedup Patterns
Dev.to · Qasim Muhammad 2d ago
Stop Your Agent From Replying Twice: Dedup Patterns
Ever watched an email agent reply to the same message twice? The recipient gets two near-identical...
Multi-Turn Email Conversations for LLM Agents
Dev.to · Qasim Muhammad 2d ago
Multi-Turn Email Conversations for LLM Agents
Day 0, 10:00 — your agent sends a demo follow-up. Day 2, 14:37 — the prospect replies with a...
One Agent Identity Per Customer: Multi-Tenant Email
Dev.to · Qasim Muhammad 2d ago
One Agent Identity Per Customer: Multi-Tenant Email
Provisioning a tenant-scoped email identity for your SaaS is one POST: curl --request POST \ ...
Extract OTP Codes From Email, Automatically
Dev.to · Qasim Muhammad 2d ago
Extract OTP Codes From Email, Automatically
What does your automation do when the login flow it's driving sends a six-digit code instead of a...
Ephemeral Inboxes: Spin Up a Mailbox Per Test Run
Dev.to · Qasim Muhammad 2d ago
Ephemeral Inboxes: Spin Up a Mailbox Per Test Run
Two CI workers kick off at the same moment. Both sign up a test user, both poll the shared QA Gmail...
Give Your Scheduling Bot Its Own Calendar
Dev.to · Qasim Muhammad 2d ago
Give Your Scheduling Bot Its Own Calendar
A scheduling link makes the human do the work; a scheduling agent with its own calendar does the...
Build an Email Support Triage Agent With Its Own Inbox
Dev.to · Qasim Muhammad 2d ago
Build an Email Support Triage Agent With Its Own Inbox
Every shared support inbox eventually becomes a triage problem: 80 unread messages, no agreement on...
Give Your AI Agent Its Own Email Address (Not Access to Yours)
Dev.to · Qasim Muhammad 2d ago
Give Your AI Agent Its Own Email Address (Not Access to Yours)
Most "AI agent + email" tutorials start the same way: connect the agent to a human's inbox over...
Per-PR ephemeral email inboxes for E2E tests in GitHub Actions
Dev.to · Qasim Muhammad 1mo ago
Per-PR ephemeral email inboxes for E2E tests in GitHub Actions
Your password-reset flow needs an inbox to test against. Your invitation flow too. Your...
nylas init — Guided setup wizard for first-time Nylas CLI users
Dev.to · Qasim Muhammad 1mo ago
nylas init — Guided setup wizard for first-time Nylas CLI users
First time with the Nylas CLI? nylas init is where everything starts. The nylas init command walks...
Star or flag an email from the Command Line
Dev.to · Qasim Muhammad ⚡ AI Lesson 1mo ago
Star or flag an email from the Command Line
Scripts, cron jobs, and AI agents all need email access. nylas email mark-starred provides it without...