Headers
Your API key for authentication.
Path Parameters
The unique identifier of the memory to add the user to.
Body Parameters
The phone number of the user to add to the memory.
Custom metadata text to associate with this user in the memory.
Initial summary text for this user’s interactions.
Optional external key for additional memory validation or cross-referencing.
Response
Response data confirming user addition.
Success message confirming user was added to memory.
The user object that was added to the memory.
Unique identifier for the user entry in the memory.
The memory identifier this user was added to.
The phone number that was added.
The metadata text associated with this user.
The summary text for this user.
ISO timestamp when this user was added to the memory.
Number of calls associated with this user.
ISO timestamp of the most recent call, or null if no calls yet.
Error array (null on success).
Notes
- If the phone number already exists in the memory, this endpoint will error with a
MEMORY_ADD_USER_ERROR
- Metadata can be any text string relevant to your use case
- The summary will be enhanced over time as more calls are added to this user’s record