Daisy can post a meeting to an outbound destination over a webhook. The destination — Slack, Discord, Zapier, n8n, or your own endpoint — receives a single JSON request and decides what to do with it.
Add a destination
- Open Settings and select Integrations.
- Select + Add destination.
- Fill in the fields:
- Name — a label you'll recognize, such as "Slack — team notes".
- Webhook URL — an
https://address, orhttp://localhostfor a local tool like n8n. - Auth — choose none, custom header (a header name and value, for example
X-API-Key), or bearer token. - Include in the payload — tick any of summary, notes, and transcript. At least one is recommended.
- enabled — leave this on so the destination appears in the Send to… control on a meeting.
- Select Save.
Add as many destinations as you like. To change one later, select it and Save; to remove it, use Delete.
Good to know: Auth secrets are write-only. Once saved, the header value or bearer token is never shown again. When editing, choose keep current to leave the existing secret in place, or pick another option to replace it.
Send a meeting
- Open the meeting you want to share.
- Find the Send to control near the top of the summary.
- Pick a destination from the list.
- Select Send.
A status appears next to the control: a checkmark on success, or a message describing what went wrong on failure.
Good to know: Only enabled destinations appear in Send to. If the control is missing, you have no enabled destinations yet — add or enable one in Settings → Integrations.