Skip to main content
PATCH
Update Contact Facts

Headers

authorization
string
required
Your API key for authentication.

Path Parameters

memory_id
string
required
The unique identifier of the contact memory record.

Body Parameters

facts
object
required
Key-value pairs to merge with existing facts. New keys are added, existing keys are updated.

Response

data
object
The updated contact memory object.
data.id
string
Unique identifier for the contact memory.
data.facts
object
The merged facts object.
errors
null
Error array (null on success).

Facts Examples

Facts can store any structured information about the contact:

Docs for agents: llms.txt