Create record


⬅ Go back to Agent Home Page

The Create record tool allows a ReadiAI Agent to create new records for a specified object within ReadiNow. This tool is useful when you want the agent to assist users by capturing input and automatically generating new records during a conversation.

Adding a tool to an Agent

To add the Create record tool to a ReadiAI Agent:

  1. Open the Agent Builder.
  2. From the left-hand menu, navigate to the Tools section.
  3. Click Add Tool.
  4. Click Create record from the list of available tool types. The Configure 'Create record' tool dialog will appear.

Configuring the tool

  1. Select Object: Choose the object type for which you want the agent to create records (e.g. User Task, Incident, Customer).
  2. Provide Additional instructions (Optional): Enter any guidance or context you want the agent to consider when using this tool. This may include phrasing, tone, or specific fields to prioritise.
  3. Click Save to finish adding the tool.

Considerations

Considerations

When using Create Record or Update Record tools, keep the following in mind:

  • Follow required field rules
    Ensure all mandatory fields for the selected object are provided before creating or updating a record.

  • Be explicit in instructions
    Provide clear, unambiguous guidance in the agent’s configuration, especially for field-level behavior (e.g., validation rules, default values, or formatting).

  • Respect access permissions and schema rules
    The tool operates under the permissions of the user running the agent and will not bypass anything defined on the object schema, including field requirements, validation rules, or constraints.

  • Handle relationships carefully
    Creating new or updating existing relationships is not currently handled within a single tool configuration. To manage relationships for a target object, you will need to add an additional Create Record or Update Record tool specifically for that object.

  • Avoid unintended overwrites
    When updating records, specify only the fields you intend to change. Leaving unspecified fields blank may result in overwriting with null values if not configured properly.

  • User confirmation (optional but recommended)
    For critical or irreversible updates, configure the agent to confirm changes with the end user before execution.

  • No persistent memory
    The tool acts on the current instruction and context only. It does not remember previously created or updated records unless explicitly referenced in the same conversation.

 

Related articles: