Every note you lodge in CallNote can flow straight into whatever you already use - your CRM, your practice management system, a spreadsheet, a Slack channel. One API key, five minutes, no code.
cn_live_ and is only shown once. If you lose it, revoke it and generate a new one.The same key works for both Zapier and Make.
Anything on Zapier or Make - 9,000+ apps. The popular ones for our customers: practice management systems like Actionstep and Clio (both have “create file note” actions), CRMs like Salesforce, Pipedrive and Zoho, plus Google Sheets, Slack, Notion and email. HubSpot, Slack and Notion also have direct CallNote integrations that need no Zapier at all.
The CallNote app for Make works the same way: install it from the invite link on the Integrations card, add the Watch Lodged Notes trigger to a scenario, and paste the same API key when it asks for a connection.
The integration is powered by two REST endpoints. Authenticate every request with your API key in an X-API-Key header (or Authorization: Bearer). All responses are JSON.
GET https://callnote.com.au/api/zapier/me - validates the key. Returns {"organisation": "Your Business Name"} on success, HTTP 401 for an invalid or revoked key.GET https://callnote.com.au/api/zapier/notes - the polling feed of lodged notes, newest first. Optional query params: limit (1-100, default 25) and since (ISO 8601 date). Returns an array of objects with fields: id (UUID), title, client_name, client_email, template, note_text (plain text), lodged_at (ISO 8601), and url (link to the note in CallNote).Only lodged (reviewed and locked) notes appear in the feed - drafts never leave CallNote. Keys are scoped to one organisation and can be revoked instantly from the Integrations page.
Stuck? Email hello@callnote.com.auand we’ll sort it with you.
CallNote turns the transcript your call system already made into a finished file note in about two minutes - then Zapier puts it wherever it needs to go.