✕ Clear all filters
51 articles

📰 Dev.to · Qasim Muhammad

51 articles · Updated every 3 hours · View all reads

All Articles 82,869Blog Posts 105,946Tech Tutorials 20,190Research Papers 17,840News 13,994 ⚡ AI Lessons
Send Clerk Emails Through an Agent Account
Dev.to · Qasim Muhammad 1d 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 1d 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 1d 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 1d 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 1d 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 1d 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 1d 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 1d 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 1d 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 1d 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 1d 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 1d 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 1d 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...
How nylas audit export Works: Export audit logs to JSON or CSV for compliance, analysis, or backup
Dev.to · Qasim Muhammad 1mo ago
How nylas audit export Works: Export audit logs to JSON or CSV for compliance, analysis, or backup
Export audit logs to JSON or CSV for compliance, analysis, or backup. Essential for SOC 2 compliance...
Hands-On with nylas ui: Start web configuration UI
Dev.to · Qasim Muhammad 1mo ago
Hands-On with nylas ui: Start web configuration UI
The nylas ui command launches a local web-based configuration interface in your browser. The nylas...
nylas calendar events list: Developer Reference with Examples
Dev.to · Qasim Muhammad 1mo ago
nylas calendar events list: Developer Reference with Examples
Calendar management belongs in the terminal too. nylas calendar events list works with Google...
Working with nylas email search: Search emails by query and filters
Dev.to · Qasim Muhammad 1mo ago
Working with nylas email search: Search emails by query and filters
Search emails by query and filters. Works across Gmail, Outlook, Exchange, Yahoo, iCloud, and...