Creating a New Action
Navigate to the Actions tab on the left side of your dashboard and click on Create Action or New Action in the toolbar. Basic Information:- Action Name: Create a clear, descriptive name using lowercase letters and underscores (no spaces). This is what your agent will use to identify the tool.
- Description: Provide a detailed explanation of what the action does and when it should be used. Think of this as instructions for your agent.
- Enable Strict Data Mode: When enabled, the AI will only use this action when all required parameters are available.
Server Configuration
Actions work by connecting to external systems through webhooks or APIs.- Webhook URL: The endpoint where the action will send data. This could be a Make.com (Integromat) scenario, Zapier workflow, HubSpot, GoHighLevel, or any system that accepts webhook connections.
- API Key: Add your key here if your external system requires one
- Custom Headers: Add any additional headers your external system might require
Parameters
Parameters define what information your action needs to function. For each piece of information your action needs:- Parameter Name: A descriptive name for the information (e.g., “product_number”)
- Data Type: The type of data expected (Text for strings and alphanumeric values, Number for numeric values only, True/False for boolean values)
- Description: Explain what this parameter is and how it should be formatted
- Required: Specify if this parameter must be provided for the action to work
Messages
Configure what your agent says during different stages of using the action:- Start Message: What the agent says when it begins using the action (optional)
- Complete Message: What the agent says when the action completes successfully (optional)
- Failed Message: What the agent says if the action fails (optional)
- Delayed Message: What the agent says if the action is taking longer than expected (optional)