
Nylas launches Agent Accounts for automated appointment rescheduling
Nylas introduces Agent Accounts, a mailbox and calendar owned by an application, enabling automated appointment rescheduling via email replies without human intervention, with a 200-message-per-day send limit [DevTo].
Nylas released Agent Accounts, a grant-scoped mailbox and calendar that belong to an application rather than a human user [DevTo]. The account gets an address like reminders@clinic.yourapp.nylas.email and a primary calendar that can host events, receive invites, and send replies. All standard Nylas primitives—messages/send, events/update, calendars/free-busy, and message.created webhooks—work unchanged, but the grant_id now points at the agent instead of a personal user. The CLI creates the account with nylas agent account create …, and the raw API call is a POST to /v3/connect/custom. Agent Accounts inherit the same rate limits as regular grants, capped at 200 outbound messages per day [DevTo].
Agent Accounts eliminate manual triage by processing replies via a webhook, parsing, and updating the original event in place, reducing human effort for routine reschedules [DevTo]. They also keep patient data under app control, as the agent owns the calendar, reducing PHI exposure. However, logs must omit message bodies, and compliance remains the implementer’s responsibility [DevTo]. Additionally, Agent Accounts open a reusable two-way channel, enabling automated confirmations, cancellations, or follow-ups in industries that rely on scheduled interactions, such as legal consultations, field service appointments, or telehealth sessions.
The 200-message daily quota may be a limitation for large practices, which may still require a hybrid workflow with manual fallback for high-volume periods or edge-case parsing failures [DevTo].
Subscribe to the broadcast.
Daily digest of the day's most important tech news. No fluff. Engineering signal only.
// delivered via substack · double-opt-in confirmation


