✕ Clear all filters
84 articles
▶ Videos →

📰 Dev.to · Qasim

84 articles · Updated every 3 hours · View all reads

All Articles 188,787Blog Posts 170,785Tech Tutorials 50,579Research Papers 36,766News 23,131 ⚡ AI Lessons
Track email opens and clicks with the Nylas API
Dev.to · Qasim 📣 Digital Marketing & Growth ⚡ AI Lesson 2mo ago
Track email opens and clicks with the Nylas API
A real use case: know when a recipient opens your email or clicks a link. Enable open, link, and reply tracking on a send and receive the events by webhook, wit
Clean quoted replies from email with the Nylas API
Dev.to · Qasim 🛠️ AI Tools & Apps ⚡ AI Lesson 2mo ago
Clean quoted replies from email with the Nylas API
A real use case: strip quoted reply chains and signatures so only the new message text remains. Clean a message on demand or automatically, with the Nylas Email
Connect a mailbox with Nylas hosted OAuth
Dev.to · Qasim 🛠️ AI Tools & Apps ⚡ AI Lesson 2mo ago
Connect a mailbox with Nylas hosted OAuth
A real use case: let a user connect their Google or Microsoft mailbox so your app can read their email and calendar. Run the hosted OAuth flow with the Nylas AP
Search a mailbox with the Nylas Email API
Dev.to · Qasim 📣 Digital Marketing & Growth ⚡ AI Lesson 2mo ago
Search a mailbox with the Nylas Email API
A real use case: find messages by sender, subject, or a full Gmail or Outlook power query. Use portable standard filters or native provider queries, with the Ny
Record and transcribe meetings with Nylas Notetaker
Dev.to · Qasim 🛠️ AI Tools & Apps ⚡ AI Lesson 2mo ago
Record and transcribe meetings with Nylas Notetaker
A real use case: send a bot to a Zoom, Google Meet, or Teams call to record, transcribe, and summarize it. Drive meeting capture with the Nylas Notetaker API an
Send and download email attachments with Nylas
Dev.to · Qasim ⚡ AI Lesson 2mo ago
Send and download email attachments with Nylas
A real use case: attach a file to a programmatic send and pull attachments back out of received mail. Handle the 3MB JSON limit, multipart, and inline images wi
Create and secure webhooks with the Nylas API
Dev.to · Qasim 🔐 Cybersecurity ⚡ AI Lesson 2mo ago
Create and secure webhooks with the Nylas API
A real use case: receive Nylas events by push instead of polling, and verify each one is genuine. Handle the challenge handshake, the webhook secret, and HMAC s
Recover abandoned carts with a conversational email agent
Dev.to · Qasim 📣 Digital Marketing & Growth ⚡ AI Lesson 2mo ago
Recover abandoned carts with a conversational email agent
Drive a cart-recovery sequence from a replyable Agent Account that answers 'is this still in stock?' and stops the moment the shopper writes back — API and CLI
Collect NPS and survey replies in an agent inbox
Dev.to · Qasim 📣 Digital Marketing & Growth ⚡ AI Lesson 2mo ago
Collect NPS and survey replies in an agent inbox
Send NPS and survey emails from an Agent Account and parse the replies back into scores and comments — a closed loop where send and reply-parsing share one mail
Collect onboarding documents with an email agent
Dev.to · Qasim 🤖 AI Agents & Automation ⚡ AI Lesson 2mo ago
Collect onboarding documents with an email agent
Build a stateful document-collection agent that emails a checklist, tracks inbound attachments, and chases only the files still missing — with the Nylas API and
A clinic reminder agent that can actually move the appointment
Dev.to · Qasim 🤖 AI Agents & Automation ⚡ AI Lesson 2mo ago
A clinic reminder agent that can actually move the appointment
Run an Agent Account mailbox that sends appointment reminders and, when a patient replies 'can we move it to Thursday?', reschedules the event and re-invites th
Run an event waitlist with an email agent that promotes the first yes
Dev.to · Qasim 🤖 AI Agents & Automation ⚡ AI Lesson 2mo ago
Run an event waitlist with an email agent that promotes the first yes
Build a reply-ordered waitlist where an Agent Account emails an offer batch, reads inbound acceptances in arrival order, and promotes the first yes — with hones
Chase e-signature completions with an email agent
Dev.to · Qasim 🤖 AI Agents & Automation ⚡ AI Lesson 2mo ago
Chase e-signature completions with an email agent
Send a contract for signature from an Agent Account and follow up on a schedule until the signed document comes back — sequenced per contract thread, with the N
Give your voice agent an email address for follow-ups
Dev.to · Qasim 🤖 AI Agents & Automation ⚡ AI Lesson 2mo ago
Give your voice agent an email address for follow-ups
Bridge voice to email — give a phone or voice agent its own Agent Account mailbox so post-call summaries send from a replyable address and the customer's reply
Build a webhook-driven email pipeline for your AI agent
Dev.to · Qasim 🤖 AI Agents & Automation ⚡ AI Lesson 2mo ago
Build a webhook-driven email pipeline for your AI agent
An end-to-end event-driven architecture for inbound mail — message.created to verify, queue, agent runtime, and send — with idempotency, retries, ordering, and
Make your email agent idempotent against duplicate webhooks
Dev.to · Qasim 📣 Digital Marketing & Growth ⚡ AI Lesson 2mo ago
Make your email agent idempotent against duplicate webhooks
Engineer at-least-once webhook handling for an Agent Account — dedup keys, atomic persisted ids, an idempotent send path, and per-thread locks so the agent neve
Connect legacy tools to an agent mailbox over IMAP/SMTP
Dev.to · Qasim 🤖 AI Agents & Automation ⚡ AI Lesson 2mo ago
Connect legacy tools to an agent mailbox over IMAP/SMTP
Expose a Nylas Agent Account over IMAP and SMTP — so old mail clients and scripts read and send against the same mailbox an agent drives via API.
Summarize long email threads for agent context
Dev.to · Qasim 🤖 AI Agents & Automation ⚡ AI Lesson 2mo ago
Summarize long email threads for agent context
Pull a full email thread from a Nylas Agent Account and condense it into a compact running brief — so your model gets the conversation without blowing its conte
Add a rate-limit backstop to your agent's email sending
Dev.to · Qasim 🤖 AI Agents & Automation ⚡ AI Lesson 2mo ago
Add a rate-limit backstop to your agent's email sending
Keep an Agent Account under its daily send quota — a client-side token bucket and queue keyed to the documented per-account limit, with 429 backoff that honors
Build a calendar conflict-resolution agent with Nylas
Dev.to · Qasim 🤖 AI Agents & Automation ⚡ AI Lesson 2mo ago
Build a calendar conflict-resolution agent with Nylas
Give an AI agent its own calendar that detects double-booked events and emails participants to renegotiate the clash — with curl and the Nylas CLI.