• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Is it possible to integrate function calling from Open AI assistant API with Pabbly Connect?

Vitorouski

Member
Pabbly connect is a perfect solution to integrate OpenAI Assistant API with many endpoints, like chatbots, etc.
Function calling is a feature of OpenAI Assistant API that gives you the power to call external functions in remote servers. https://platform.openai.com/docs/guides/function-calling
It allows for example to connect to a database and retrieve information and integrate it in a convertation with a chatbot (for exmple:
)
This feature is so powefull and I don't know if there is any option to integrate function call with Pabbly Connect?
 

Preeti Paryani

Well-known member
Staff member
Hello @Vitorouski

You can achieve similar functionality with OpenAI in Pabbly Connect using several actions and custom API request. Here are a few actions available in Pabbly:
  1. Create Assistant: Define your assistant.
  2. Create Thread: Start a new conversation thread.
  3. Create Message: Add user queries/messages.
  4. Create Run: Trigger a run to initiate function calls.
  5. Custom API Request: You can make custom API request if not available.
To use function calling, refer to OpenAI’s guide on function calling in their documentation: OpenAI Function Calling. This will guide you on implementing it with custom API requests in Pabbly. Let us know if you need further assistance!
 
Top