Sign in

Update contact note

documented

Update the body of a contact note.

PATCH /v1/contact_notes/{id}Contact Notesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.kajabi.com/v1/contact_notes/{{$id}}" \
  -X PATCH \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/vnd.api+json" \
  -H "Accept: application/vnd.api+json" \
  -d '{"data": {"id": "{{$id}}", "type": "contact_notes", "attributes": {"body": "{{$body}}"}}}'
Update contact note · kajabi · OpenIntegrations