Wexa AI
  1. Connectors and MCP Servers
Wexa AI
  • Wexa AI
  • Use Cases and Workflows
  • API Reference
  • Troubleshooting Guide
  • Onboarding
    • Getting Started with Wexa
    • Hire your AI Coworker
  • AI Coworker Creation
    • Create your First AI Coworker
    • Process Flows
    • Creating your First Agent
    • Schedule a Process Flow
    • Executing a Process Flow
    • Settings - Input Form
    • History
  • Tables
    • Intro to Tables
    • Adding records to Tables
    • Table Triggers
  • Knowledge Base
    • Intro to Knowledge Base
  • Connectors and MCP Servers
    • Adding a New Connector
    • Adding an MCP Server
    • Setting up Connectors Triggers
  • API Endpoints
    • Project
      • create project
      • Get all projects
      • Get project
      • update project
      • Delete project
    • Agentflows
      • create agentflow
      • get agentflows
      • Get agentflow by projectId and UserId
      • get agentflow by id
      • Add skilled agent to agentflow
      • Update skilled agent
    • Connectors
      • get connectors by projectid
      • get connector by Id
      • Delete a connector
      • connector update status
      • get all available trigger actions
    • Skills
      • create skill
      • get skills
      • get skills by category'
      • get skills by id
      • skills by name
    • Executeflow
      • create executeflow
      • get executions
      • execute agentflow
      • pause executeflow
      • resume execution
      • cancel executeflow
      • get execution by execution id
      • get execution details for monitoring
    • Customer
      • get customer
      • Get credit history
    • Actions
      • create action
      • get action
    • Files
      • Connectors and MCP Servers
      • upload files
      • get files by fileid
      • get connector by fileid
      • get files by connector_id
    • Inbox
      • get inbox
    • Tags
      • tags
    • Tasks
      • get tasks
      • get task by id
      • Pause running task
      • resume task
      • Stop task
    • Tables
      • create table
      • create database
      • get tables
      • get records list
      • get table names
      • delete record
      • delete a column
    • Dashboard
      • get dashboard
      • refresh dashboard
      • delete component in dashboard
    • Settings
      • get settings
    • Marketplace
      • get all connectors
      • get marketplace coworkers
      • get marketplace coworker by id
    • Coworker schedules
      • get schedules
      • create coworker schedule
      • get schedule coworker by its id
      • update schedule by its id
      • delete schedule by its id
    • Analytics
      • Get analytics
    • Marketplace coworkers
      • hire a coworker
      • check marketplace coworker update
    • Project member
      • project_member
    • Available Connectors
      • Actions
  1. Connectors and MCP Servers

Setting up Connectors Triggers

Setting up Connector Triggers#

1.
Access Connectors Page
Navigate to the Connectors section via the sidebar in Wixer.
This displays a list of all available connectors.
2.
Select a Trigger-Supported Connector
Only connectors with trigger functionality (e.g., "Mailer") will work.
Locate the desired connector (e.g., "Mailer") and click Edit beside it.
3.
Configure the Connector
On the connector’s configuration screen, scroll to the Triggers section.
Click Add Trigger to start setting up a new trigger.
4.
Link a Process Flow
Select the Process Flow you want to trigger automatically.
Ensure the process flow is pre-built (e.g., an email-handling workflow).
5.
Assign an Agent and Set a Goal
Choose an Agent responsible for executing the process flow.
Define a Goal (e.g., "Send Email") to describe the trigger’s purpose.
Click Submit to save.
6.
Trigger Activation
The trigger is now active.
The connector’s predefined event (e.g., "receiving an email" for Mailer) will automatically start the linked process flow.
Modified at 2025-05-16 06:26:15
Previous
Adding an MCP Server
Next
create project