Skip to main content
The pipeline records what you tell it. Your inbox records what happened. Connecting the two means the application page shows the recruiter’s actual reply under the timeline, the calendar view shows the interview you accepted in Google Calendar, and an assistant asked “where am I with Stripe” reads the thread instead of guessing from a stage.

Connecting

Settings → Connections → Connect an account. Three kinds, and you can connect more than one if recruiters write to more than one:
  • Google. A consent screen asks for read-only access to Gmail and Calendar; leave either unticked and the other still connects. The account does not have to be the one you sign in with.
  • Microsoft 365 or Outlook.com. The same, through Microsoft’s consent screen, for a work account or a personal one.
  • Anything else — Fastmail, iCloud, Yahoo, a university mailbox, a self-hosted server. A short form takes the IMAP server and the CalDAV URL, with presets for the common providers, and an app password from your provider’s security settings. Never the account password. Both servers are logged in to before anything is saved, so a wrong password is an error now rather than a broken tile later. Either half can be left blank.
Nothing from any account is copied to the instance. Every page and every tool asks the provider at the moment you open it, and disconnecting deletes the only thing held — the token or app password. The app cannot send, accept, archive or delete anything; the permissions it asks for do not allow it, and there is no SMTP to configure because it never sends.
If Google or Microsoft is missing from the picker, the instance has no client for it yet. That is an admin’s job: Google sign-in for Google, which powers Continue with Google too, and a Microsoft app registration for Microsoft. IMAP and CalDAV need nothing from an admin. Open any account’s tile to Test it — one read from each half, with the provider’s own words when something is wrong — rename it, reconnect it, or disconnect it.

What shows where

  • A contact — threads with their address, and meetings they are invited to.
  • A company — everything from its website’s domain, plus everyone on file there. Set the website and the whole company matches, not only the people you have added.
  • An application — the company’s domain plus the people attached to that application. The card sits under the timeline: the timeline is what you logged, the card is what happened.
  • A resume — the mail behind every application it went out with, in the evidence panel’s “Sent to” tab.
  • The pipeline calendar — meetings with anyone on the pipeline, from every connected calendar, appear alongside your follow-ups and tasks, and list_schedule returns them the same way. The same interview on a work and a personal calendar shows once.
Open a thread on any of those and it expands in place; Open in Gmail or Open in Outlook takes you to the real thing where the provider has somewhere to go. An IMAP account has no web client to link to, so its threads only expand.

What to say

  • “Where am I with the Acme application? Read the thread, don’t guess.”list_correspondence, then get_email_thread.
  • “Did any rejections come in this week?”search_email.
  • “What interviews do I have next week?”search_calendar, or list_schedule for the whole week including follow-ups.
  • “Connect my Fastmail — here’s an app password.”connect_imap_account, which logs in before saving and never repeats the password.
  • “Go through my inbox and bring the pipeline up to date.” — the inbox_review workflow: it reads every open application’s mail, tells you what moved, and proposes the log_activity and move_application_stage calls for you to approve one by one. It never writes without a yes.