Frontman : Enterprise Chatbot Platform
  • 👋Frontman | Enterprise Chatbot Platform
    • 🚀How to Get Started with Frontman
    • 💰Pricing
    • 📞Schedule Demo & Contact Founding Team
  • 😍Create your First Chatbot
  • 📊Dashboard
  • 〽️Story Builder
    • ➕How to Build your First Chatbot Flow
    • ➕Building Blocks
    • ➕Cards
      • ➕Display Cards
        • Bot Says
        • Image/GIF
        • Carousel
        • Quick Reply
        • Phraser Card
        • Audio
        • Video
        • Multiple Choice
        • User Input
        • Range Slider
        • Rating
        • Date Picker
        • Auto suggest
        • Custom Form
        • Website
        • Book Meeting
      • ➕Utility Cards
        • Go-to
        • Setup user attribute
        • Email
        • JSON API
        • Google Sheets
        • Run-IF Card
        • Typing Delay
        • Comments
        • Goal Tracker
        • A/B Splitter
        • Custom Script
        • End Conversation
        • SMS
        • Slack
        • Export via Zapier
        • Whatsapp Template
      • ➕Plugin Cards
        • Shiprocket Track Card
        • Shopify
          • Cancel Order
          • Track Order
          • Return Order
        • Zoho CRM
        • Salesforce CRM
        • Hubspot CRM
        • Odoo CRM
        • Pipedrive CRM
        • Active Campaign CRM
    • ➕Chatbot Details
    • ➕Export Chatbot
    • ➕Direct Link
    • ➕Clone Block
  • 🔆Instinct AI
    • Train AI
      • Data Loaders
        • Document Loader
        • Crawl Website
        • Notes
        • Google Drive
        • Amazon S3
        • Gitbook
        • Microsoft OneDrive
        • Notion
        • RSS
        • Confluence
        • Shopify Blog
        • Zendesk
        • Knowledge Base(Makerobos)
        • Shopify AI Search
        • Image Parser
      • Data Bank
    • AI Agents
      • Wikipedia
      • Youtube Search
      • Function Calling
      • Recent News
      • Web Search
      • Run Block
      • Shopify AI Search
      • Task Master
    • Private Notes
    • Feedback
    • Insights
  • 📺Style Builder
    • ➕Setup Avatar
    • ➕Setup Chatscreen
    • ➕Setup Homescreen
  • ☁️Publish
    • ➕Install Frontman on your Website
    • ➕Track Visitor with your Frontman
    • ➕Custom Display Settings
    • ➕Conversational landing page (Progressive)
    • ➕Embed Frontman
    • ➕Security
    • ➕Language
    • ➕Time Zone
    • ➕Hibernate Frontman
  • 📊Analytics
    • ➕Session
    • ➕Active Users
    • ➕Total Messages
    • ➕Total Visits
    • ➕Traffic Stats
    • ➕User Activity
    • ➕Resources
    • ➕Goal Tracker
  • 🧑‍🤝‍🧑Audience
    • ➕User Attributes
    • ➕How to set filters
    • ➕How to export User’s data
    • ➕Customize Table
  • ⚒️Marketing Tools
    • Teaser Message
    • Frontman Apps
      • Persistent Menu
      • Broadcast message
      • Get Subscribers
      • Knowledge Base
  • 📖Knowledge Base
    • ➕Overview
    • ➕Collections
    • ➕Articles
    • ➕Reports
  • ⚙️Account Settings
    • ➕My Profile
    • ➕Company Details
    • ➕My Plan
    • ➕Plans and Pricing
    • ➕Order History
    • ➕Billing Preference
    • ➕Invoice History
    • ➕Developers Hub
      • ➕API Key
      • ➕Postman Collection
      • ➕Google Application
      • ➕Amazon SNS
      • ➕SMTP
      • ➕Whatsapp Template Messaging
      • ➕LLM's
      • ➕Data Loaders
    • ➕Applications
    • ➕Manage Teams
    • ➕Manager Account
    • 🪧Report a Issue
Powered by GitBook
On this page
  1. Instinct AI
  2. AI Agents

Function Calling

PreviousYoutube SearchNextRecent News

Last updated 9 months ago

The Function Calling AI Agent is a tool designed to interact with external APIs based on defined criteria. It offers flexibility in configuring API requests, including HTTP methods, request bodies, and headers.

How To Use It

  1. Access AI Agents: Navigate to the AI Agents section within the platform.

  2. Select Agent: Choose the "Function Calling" agent from the available options.

  3. Deploy Agent: Click the "Deploy" button to initiate the agent creation process.

  4. Agent Configuration:

    • Agent Name: Assign a unique identifier or descriptive name (e.g., "API Connector").

    • Prompt Description: Briefly outline the agent's purpose (e.g., "Connects to external APIs when user asks to book a meeting").

    • AI Criteria: Define conditions or events that trigger the agent's activation.

  5. API Configuration

    1. API Endpoint: Specify the target API's URL.

    2. HTTP Method: Select the appropriate HTTP method (GET, POST, PUT, PATCH, DELETE).

    3. Request Body: Construct the request body using the provided format options (JSON, XML, etc.).

    4. Headers: Define custom headers for the request.

    5. Query Parameters: Add query parameters to the URL.

    6. Test Request: Validate the API configuration by sending a test request.

  6. Execution

    1. Trigger Activation: When the defined AI criteria are met, the agent is activated.

    2. API Call: The agent sends the configured API request to the specified endpoint.

    3. Response Handling: The agent processes the API response based on predefined rules or user-defined actions.

🔆