<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Integrating OpenAI Assistants with Websites using FlowiseAI</title>
        <link>https://tube.grossholtz.net/videos/watch/6f1d0fb1-cddb-4a6d-bb08-7a991fd9708f</link>
        <description>#openai #gpt #flowise Adding the new OpenAI Assistants to your, or your clients' websites are easy.  Flowise is a free, open source platform that makes integration between your website and the OpenAI Assistants API as simply as possible.  No coding required. ☕ Buy me a coffee: https://www.buymeacoffee.com/leonvanzyl 📑 Useful Links: OpenAI: https://platform.openai.com Flowise Repo: https://github.com/FlowiseAI/Flowise Make.com: https://www.make.com/en/register?pc=leonvanzyl Zoho CRM: https://www.zoho.com/crm 💬 Chat with Like-Minded Individuals on Discord: https://discord.gg/VwHZzbNawh 🧠 I can build your chatbot for you! https://www.cognaitiv.ai 🕒 TIMESTAMPS: 00:00 - Introduction &amp; Demo 03:27 - Flowise Setup 05:07 - Create the Flowise Assistant 06:15 - Setting up Assistant API in Flowise 07:19 - Create OpenAI API Key 07:57 - Assistant Instruction Explained 09:39 - Creating the Retrieve Knowledge Base 11:21 - Flowise Assistant Features 12:24 - Adding the Add Lead Custom Function 13:21 - Make com 14:41 - Flowise Custom Tool 22:55 - Adding the Assistant to Website 24:43 - Adding Flowise Chatbots to Wordpress Assistant Instruction:You are a helpful assistant that works for a company called CloudSync.  Your name is Sammy. Your tone should be friendly and helpful.  Keep your answers short Use the information contained in the provided files to answer questions about CloudSync, such as the products and services offered by the company.  After answering a question, ask the user if they would like to book an appointment or consultation. If the user asks to set up an appointment or book a consultation, then collect the following information from the user and then send this information to function add_lead. Their first name, Their lastname, Their email address, Their business name, Their phone number Once you have all this information, respond with a message like "Thank you, someone from sales will get back to you soon"., The Custom Tool Code:const fetch = require('node-fetch'); const url = 'https://hook.eu2.make.com/qxzxemgy1gj2g4ltrzy4x8hi195axt1s'; const options = { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ 'firstname': ${$firstname}, 'lastname': ${$lastname}, 'email': ${$email}, 'phone': ${$phone}, 'business_name': ${$business_name} }) }; try { const response = await fetch(url, options); const text = await response.text(); return text; } catch (error) { console.error(error); return ''; }</description>
        <lastBuildDate>Sun, 05 Apr 2026 23:39:49 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://tube.grossholtz.net</generator>
        <image>
            <title>Integrating OpenAI Assistants with Websites using FlowiseAI</title>
            <url>https://tube.grossholtz.net/client/assets/images/icons/icon-512x512.png</url>
            <link>https://tube.grossholtz.net/videos/watch/6f1d0fb1-cddb-4a6d-bb08-7a991fd9708f</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://tube.grossholtz.net/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://tube.grossholtz.net/feeds/video-comments.xml?videoId=6f1d0fb1-cddb-4a6d-bb08-7a991fd9708f" rel="self" type="application/rss+xml"/>
    </channel>
</rss>