Update Contact Facts
Memory
Update Contact Facts
Merge new facts into a contact’s memory record. Existing keys are updated and new keys are added, but no keys are deleted. Facts are structured key-value pairs (e.g. name, plan, timezone) that persist across all conversations.
PATCH
Update Contact Facts
Headers
Your API key for authentication.
Path Parameters
The unique identifier of the contact memory record.
Body Parameters
Key-value pairs to merge with existing facts. New keys are added, existing keys are updated.
Response
The updated contact memory object.
Unique identifier for the contact memory.
The merged facts object.
Error array (null on success).
Facts Examples
Facts can store any structured information about the contact:Docs for agents: llms.txt