Client call notes in Markdown for confidential 1:1 work
By Kyle Nelson, Founder, Fazit
Client call notes in Markdown should be a plain file that records the client, date, objective, decisions, commitments, owners, due dates and next follow-up. For consultants, coaches, lawyers, financial advisers and therapists, the better workflow writes that Markdown file into your own Obsidian vault and avoids creating an audio recording behind it.
I write that as Fazit's founder, not as a lawyer. This is not legal advice; consent and professional-conduct duties apply to the person running the call.
client call notes markdown template
A good Markdown note starts with the parts you'll search for six months later: client, matter, date, objective, decisions and commitments. ClaudeCodeHQ's 2026 client meeting notes playbook says a client meeting notes template can include the client name, date, attendees, objective, client feedback or requests, commitments from both sides, follow-up items and the next meeting.
Fyxer's 2026 client meeting notes template is similar: it lists date, time, attendees, client or project name, meeting type, objectives, discussion points, decisions, action items and next follow-up date. That matches the real workday. A consultant needs to know what the client approved. A coach needs the client's commitment before the next session. A lawyer needs the next requested document. A financial adviser needs the open follow-up item after the review call.
A practical client call note can look like this:
# Acme onboarding call 03
Date: 2026-09-23
Client: Acme
Call type: 1:1 client call
Objective: confirm the first delivery plan
## Summary
The client approved the first delivery plan and asked for a shorter weekly status format.
## Decisions
The project will start with the onboarding audit.
The weekly status note will be sent every Friday.
## Client requests
The client asked for a one-page summary before the next call.
## Action items
| Item | Owner | Due date |
|---|---|---|
| Send onboarding audit checklist | You | 2026-09-24 |
| Share access to current process documents | Client | 2026-09-25 |
## Follow-up email
Hi Sarah,
Thanks for the call today. I'll send the onboarding audit checklist tomorrow. You'll share the current process documents by Friday, and we'll use the shorter weekly status format going forward.
Slack's 2024 meeting-minutes template also includes conversation summaries, outcomes, commitments, responsibilities, deadlines, follow-up dates, client requests and next-meeting details. Those fields survive across professions because they map to what happens after the call ends.
how to write client call notes in Markdown
Markdown works because it stays boring. JetBrains' 2026 Markdown syntax documentation says headings use one to six number signs followed by a space, and the number of signs determines the heading level. Document360's Markdown guide says documentation can use a level-one heading for the document title and level-two headings for subsections.
That is enough structure for client calls. Use one level-one title for the call. Use level-two headings for summary, decisions, client requests, action items and follow-up email. Use a table when the point is ownership across tasks. Use paragraphs for the narrative because a client relationship doesn't fit well into a spreadsheet cell.
The action item format should be strict. Fyxer's 2026 template says action items should identify what must be done, who owns it and when it is due. If your note says "send proposal," it creates work later. If it says "send revised proposal to Marie by 2026-09-25," you can act on it without reopening the transcript.
For a therapist or coach, the same rule applies with different language. The note can record the client's stated commitment and the next session topic. For a lawyer, it may record the requested document and the deadline. For a financial adviser, it may record the client-approved next step under the firm's own retention policy.
Obsidian client call notes should be files
A client call note belongs in the vault where you already work. Fazit's own llms.txt says Fazit writes a plain Markdown file into a folder of your Obsidian vault, or Apple Notes, and there is no Fazit database holding a copy.
That changes the daily workflow. After a Zoom, Meet, Slack or WhatsApp Desktop call, you should be able to open Obsidian and find the note under the client folder. You should be able to grep it, link it to the client's project page and edit it without exporting anything. We wrote more about that file-first model in Obsidian meeting notes as files.
| Working question | Markdown file in Obsidian | App database entry |
|---|---|---|
| Can you edit it with any text editor? | Yes, it is a plain .md file | It depends on export |
| Can you link it to existing client notes? | Yes, using your vault structure | It depends on sync |
| Does Fazit keep a copy? | No, Fazit's llms.txt says there is no Fazit database holding a copy | Not applicable to Fazit |
The table is the point: the file is the record you keep, and the vault is the system you already control.
client call notes without recording the call
For confidential 1:1 calls, the note format is the easy part. The audio path is the part that decides your exposure.
Fazit's llms.txt says capture is bot-free: a Core Audio process tap reads the call app's output and the microphone directly. Nothing joins the meeting and no other participant sees a meeting bot. The same source says the audio is never written to disk; it exists only in a fixed-size RAM ring buffer with no write API, and it is destroyed on every exit path including errors.
That is the workflow I want for client calls: the sound exists long enough to become text, then the Markdown note becomes the artifact. Fazit's llms.txt says every note records audio_retained: false in its frontmatter.
There is a separate account lane. Fazit's accuracy notes say "nothing leaves the Mac" is a claim about call content. Models are downloaded once from public CDNs on first run, and account, licensing and payment use Fazit servers. Call content is the line: audio, transcript and note generation stay on the Mac.
We covered the hardware shift behind this in on-device transcription. Fazit's source material says transcription runs on-device using Parakeet via CoreML, and notes are generated by a local model on localhost, so neither the audio nor the transcript leaves the machine for note generation.
client call notes for consultants, coaches, lawyers, advisers and therapists
The same Markdown structure works across confidential professions, but the review question changes.
A consultant should check the NDA and the client's AI-tool clause before putting any call content into a third-party system. We wrote about that in consultant NDA AI notetaker. A lawyer should look at privilege and professional-conduct duties before any client-call audio or transcript goes to a vendor. A therapist or coach should treat session notes as sensitive even when a formal healthcare regime does or doesn't apply to the specific work.
A financial adviser usually cares about the retained artifact: what note is kept, where it lives and whether there is a recording behind it. The safest daily habit is boring: keep the note you intended to keep, avoid making extra records you didn't need, and follow your firm's policy. If you need a recording-law refresher, start with legal recording rules for client calls, then check primary law and your professional rules for your jurisdiction.
The working example is simple. If a client tells you about a planned acquisition, a health issue or a tax problem, the Markdown note should capture the decision and next step. The raw audio should not become a stray file in Downloads, a vendor training input or a forgotten attachment in a cloud dashboard.
Markdown client call notes workflow on Mac
Fazit is a native macOS menubar app. Fazit's llms.txt says it is built for people with confidentiality obligations on client calls: consultants, coaches, lawyers, financial advisers and therapists. It requires macOS, and there is no Windows, Linux, iOS or Android version.
The workflow is deliberately narrow. Start a 1:1 client call on Zoom, Meet, Slack or WhatsApp Desktop. Pick the call app from the menubar. Stop at the end of the call. Fazit turns the separate microphone and call-app audio streams into a You: and Them: transcript, then writes the finished Markdown note into your Obsidian vault.
The README source material says a finished note contains a summary, key moments, action items with owners and a paste-ready follow-up email. That last field saves the admin block after the call. You still read the note before you send anything. The machine drafts; the professional remains responsible for the client communication.
For a coach, that means the follow-up email can restate the client's next exercise. For a consultant, it can summarize the decision and the date of the next deliverable. For a lawyer, adviser or therapist, it should be reviewed under the professional rules that apply to that work.
Sources
- Fazit llms.txt: https://getfazit.com/llms.txt
- ClaudeCodeHQ client meeting notes playbook: https://www.claudecodehq.com/playbooks/meeting-notes
- Fyxer client meeting notes template: https://www.fyxer.com/blog/client-meeting-notes-template
- Slack meeting minutes template: https://slack.com/blog/productivity/meeting-minutes-template
- JetBrains Markdown syntax documentation: https://www.jetbrains.com/help/hub/markdown-syntax.html
- Document360 Markdown guide: https://document360.com/blog/introductory-guide-to-markdown-for-documentation-writers/
- Meetily summary templates: https://docs.meetily.ai/features/summary-templates