The Knowledge Base in Wexa Studio not only stores critical information but also supports a variety of files—such as PDFs, PPTs, Docs, and more—making it a comprehensive and versatile resource for AI agents. AI agents can refer to these documents while performing tasks such as answering queries, providing customer support, or making decisions.Using Knowledge Base with the SDK:The Knowledge Base enables AI agents to access and reference documents when performing tasks. The SDK provides APIs to upload files, manage documents, and integrate them with agents.
Table Triggers#
Table Triggers in Wexa let you automatically launch Process Flows when a new row is added to a table based on specific conditions you define. This helps streamline workflows and eliminates the need for manual actions after data entry.Using SDK to Configure Table Triggers:1. Go to the Desired Table#
First, identify the table where you want to add a trigger:2. Click "Add Trigger"#
In Wexa Studio, click "Add Trigger". With the SDK, you configure triggers when creating or updating tables:3.1 Trigger Name#
Define your Trigger Name to distinguish it within your automation setup:3.2 Use Filter#
Toggle this on to define conditional logic (e.g., only trigger when Experience > 3):3.3 Process Flow#
Choose from available flows like Resume Ranker, Candidate Scorer, etc. This is the automation that will run when the trigger conditions are met:Complete Trigger Example:You can search or scroll to select the relevant process flow. Multiple triggers can be defined per table, each with its own logic and assigned process.1.
Event Occurs: A new row is added to the table
2.
Condition Check: If filters are defined, the trigger checks if conditions are met
3.
Process Flow Execution: If conditions are satisfied, the specified Process Flow (AgentFlow) is automatically executed
4.
Automation: The workflow runs without manual intervention
Modified at 2026-01-02 10:00:55