sales-audionotes
Audionotes platform help — multi-format AI note-taker that converts voice, text, images, video, and YouTube links into structured notes with AI summaries, 100+ output templates, and WhatsApp Bot. Use when setting up Audionotes for capturing voice memos and generating AI summaries or meeting minutes, configuring Zapier automations to route notes to CRM or project tools, connecting Audionotes to Notion for automatic note syncing, troubleshooting webhook payloads not arriving at your endpoint, fixing transcription accuracy issues with accented or specialized audio, or choosing between Audionotes Free and Pro plan. Do NOT use for comparing AI meeting note-takers across platforms (use /sales-note-taker) or reviewing a sales call for coaching (use /sales-call-review).
NPX Install
npx skill4agent add sales-skills/sales sales-audionotesTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Audionotes Platform Help
Step 1 — Gather context
references/learnings.md-
What do you need help with?
- A) Setting up Audionotes (recording, transcription, templates)
- B) Configuring integrations (Zapier, Notion, webhooks, WhatsApp)
- C) Troubleshooting (transcription accuracy, missing notes, upload failures)
- D) Choosing a plan (Free vs Pro vs Enterprise)
-
What platform are you on?
- A) iOS
- B) Android
- C) Web
- D) Multiple devices
-
What's your primary use case?
- A) Personal voice journaling / thought capture
- B) Meeting notes and action items
- C) Content creation (blogs, social media, emails from voice)
- D) Professional documentation (medical, legal, client notes)
Step 2 — Route or answer directly
| If the question is about... | Route to... |
|---|---|
| Comparing note-takers across platforms | |
| Reviewing a specific sales call | |
| Sales coaching program design | |
| Connecting Audionotes to CRM via Zapier | |
Step 3 — Audionotes platform reference
references/platform-guide.mdStep 4 — Actionable guidance
- Voice capture workflow: Record → AI transcribes → AI generates summary/notes → organize with folders/tags → export or sync
- Automation pattern: Create note → webhook fires JSON payload to your endpoint / Zapier triggers "New Note V2" → route to destination
- Notion workflow: Connect Notion integration → all new + existing notes auto-sync (Title, Transcript, AI Notes, Created At, Note Type, Speaker Transcript)
- Template strategy: Use pre-built templates (meeting minutes, SOAP notes, blog drafts) or create custom prompts for consistent output formats
references/learnings.mdGotchas
Best-effort from research — review these, especially items about plan-gated features and integration gotchas that may be outdated.
- No public REST API — automation is webhook + Zapier + Notion only. No programmatic way to list, search, or update notes. For API-driven workflows, consider Fireflies or Fathom.
- Free plan caps at 1 minute per note — effectively forces upgrade for any real use. Test with short recordings before committing to Pro.
- Webhook payload is fixed and non-customizable — you always get . No filtering by note type, no signature verification documented.
{noteId, createdAt, noteType, title, transcript, content} - No CRM integrations — no native HubSpot, Salesforce, or Pipedrive sync. Must build via Zapier or webhook → middleware → CRM.
- Transcription accuracy drops on medical/specialized audio — G2 reviewers report issues with domain-specific terminology. No custom vocabulary or glossary feature.
- No real-time collaboration — single-user only. Notes can be shared via public pages or export, but no live co-editing.
Related skills
- — Compare AI note-takers across platforms, choose the right one for your team, or wire transcripts into CRM. Install:
/sales-note-takernpx skills add sales-skills/sales --skill sales-note-taker -a claude-code - — Connect Audionotes to your CRM, data warehouse, or other tools via Zapier or webhooks. Install:
/sales-integrationnpx skills add sales-skills/sales --skill sales-integration -a claude-code - — Not sure which skill to use? The router matches any sales objective to the right skill. Install:
/sales-donpx skills add sales-skills/sales --skill sales-do -a claude-code
Examples
contentTroubleshooting
Webhook not firing or payload empty
noteIdcreatedAtnoteTypetitletranscriptcontent