Skip to content

Sage Intacct Skills

Horizon provides six skills for interacting with Sage Intacct. These skills let agents query financial data across accounts payable, accounts receivable, general ledger, budgets, and projects, as well as run interactive custom reports.

Before an agent can use Sage Intacct skills, your workspace must have an active Sage Intacct connection with the appropriate API permissions. Navigate to Connections in the left sidebar to set up or verify your Sage Intacct connection.

Sage Intacct skills share several common patterns:

  • group_by is required for most query skills. This parameter controls how the result set is aggregated. Without it, the API would return individual line items, which is rarely what users want.
  • Dimensional filters let you slice data by standard Sage Intacct dimensions (department, location, vendor, customer, project, class, item, employee, etc.).
  • Pagination is available on most query skills via offset and limit parameters.
  • Aggregates are automatically applied based on the data type (e.g., SUM(AMOUNT), COUNT(RECORDNO)).