Connectors are external tools or APIs that can be installed and linked to Wexa AI coworkers to enable specific, action-driven capabilities. These connectors allow your agents to perform tasks like:
Searching the web (e.g., Bing Search)
Generating content or images using AI (e.g., Content Creator, AI Image Generator)
Scheduling meetings (e.g., Calendly)
Managing sales and CRM data (e.g., Apollo, Atlassian Jira)
Scraping or interacting with websites (e.g., Apify, Ask a Website)
Using Connectors with the SDK:The SDK provides comprehensive APIs to browse, install, configure, and manage connectors programmatically.
In Wexa Studio, click + Add New Connectors to visit the Connector Marketplace. Using the SDK, you can browse and install connectors programmatically:Using SDK to Browse Connectors:
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:
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:
Multiple Triggers: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.How Triggers Work:
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