Save Info
SAVE_INFO stores useful contact information for reuse in the current conversation or future conversations. Examples include name, company, product of interest, city, and preferences.
How it works
Received fields are saved inContacts.custom_infos. Storage is cumulative: new fields are added, existing fields are updated, and all other fields remain unchanged.
Values can be used in instructions through variables:
SAVE_INFO configuration.
Configuration
If
fields is omitted, the optional name and identifier fields are used.
Tool payload
The payload should contain only declared fields:Rules and limits
- Up to 20 fields declared in the configuration.
- Up to 50 accumulated keys in
custom_infos. - Up to 1,000 characters per value.
- Maximum payload size of approximately 10 KB.
- Maximum total
custom_infossize of approximately 50 KB. - Field names may contain letters, numbers, and
_. - Reserved fields such as
password,token,api_key, andsecretare not accepted. - Leading and trailing whitespace and control characters are removed from values.
Responses
Successful response:error: