Skip to main content
POST
/
api
/
webhook
/
elevenlabs
/
tools
/
create-note
ElevenLabs tool: save a mid-call note to the contact
curl --request POST \
  --url https://your-instance.example.com/api/webhook/elevenlabs/tools/create-note \
  --header 'Content-Type: application/json' \
  --data '
{
  "phone_number": "+14165550100",
  "note": "Caller asked about availability for the corner unit at Maple Court; promised a callback by Friday.",
  "called_id": "+12362320246"
}
'
{
  "success": true,
  "note_id": "64d2f9c5e8a1d4e001a0b1c2"
}

Documentation Index

Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

ElevenLabs create-note tool args. phone_number identifies the contact within the org.

phone_number
string
required
note
string
required

Free-form note text. Trimmed and stored as type: ai_summary.

called_id
string
called_number
string

Response

Note creation result. Inspect success.

success
boolean
required
note_id
string
error
string