Author profile
Hazik
VP of Product
Hazik is VP of Product at Nylas, where he shapes the roadmap for the company's email, calendar, and AI-agent products, including the CLI and Agent Accounts. He studied at the University of Waterloo. His guide contributions connect command-line workflows to real developer jobs such as AI agent setup, provider selection, and migration planning.
Areas of expertise
- Product Management
- Email APIs
- Developer Tools
- API Design
Profiles
Guides on this site
- The AWS CLI for Email: a universal email CLI
A universal email CLI gives developers a provider-agnostic command grammar for Gmail, Outlook, IMAP, contacts, calendars, and scriptable JSON workflows.
- Unified Communications API
A unified communications API gives developers one integration for email, calendar, and contacts across Gmail, Outlook, and more — not UCaaS voice or SMS.
- Google Calendar API Sync Tokens
Use Google Calendar API sync tokens for incremental event sync, handle the 410 GONE full-resync, and read calendars from the CLI.
- Build a TaskWeaver Email Agent
Give a TaskWeaver plugin email by wrapping the Nylas CLI as a tool — one subprocess call per action, JSON in and out, across 6 providers, no per-provider SDK.
- Build a Langroid Email Agent
Give a Langroid agent email by wrapping the Nylas CLI in a typed ToolMessage — one subprocess call per action, JSON in and out, across 6 providers, no SDK.
- Build a Donation-Receipt Email Agent
An AI agent sends tax-compliant donation receipts the moment a gift lands, handles recurring donors, and routes anything unusual to your finance team.
- Build a GDPR Data-Request Agent
An AI agent on a dedicated inbox intakes GDPR data-subject requests, flags them for verification, classifies access vs deletion, and routes each to your DPO.
- Make.com vs Nylas: Email & Calendar
Make.com automates 3,511 apps via no-code scenarios, free to 1,000 credits. Nylas is a developer email and calendar API with webhooks and a CLI. Compare scope.
- Build a Waitlist Notification Agent
Run a waitlist notification agent on a dedicated inbox: the CLI manages queue order, sends time-boxed claim offers, and rolls to the next person on no-reply.
- Export Calendar Events to CSV & JSON (CLI)
Export calendar events to CSV or JSON from the terminal. Use nylas calendar events list with jq to build backup files, reports, and spreadsheets in seconds.
- Build an Agno Email Agent
Give an Agno agent email by passing Nylas CLI as a plain Python function tool — reads Gmail in under 50ms, no provider SDK, no OAuth code in your agent.
- Calendar Availability API for a Booking Page
Generate open time slots from a real calendar as JSON, render them on a booking page, and book without double-booking — all prototyped from the terminal.