Bart Slodyczka
Bart Slodyczka
  • Видео 29
  • Просмотров 8 490
How to Create a 100% Accurate Knowledge Base in Voiceflow (Pinecone API Tutorial)
In this video I show you how to integrate the new Pinecone Assistant API into Voiceflow to get a highly accurate knowledge base that does not hallucinate.
👉 Work with me: bart@supportlaunchpad.com
🗂️ Link to github resources: github.com/Barty-Bart
🗂️ Link to Pinecone: www.pinecone.io/
Timestamps:
00:00 Intro
00:58 Demo Of Voiceflow Using The Pinecone Assistant
02:48 Overview Of The Pinecone Assistant
03:40 Build The Pinecone Assistant
04:45 Building The Voiceflow Agent
07:23 Integrate The Pinecone Assistant With Voiceflow
08:55 Explaining The Voiceflow Custom Function
12:10 Demo Of The Voiceflow Build
12:18 Outro
#voiceflow #pinecone
Просмотров: 7

Видео

How to Add a Custom GPT to Any Website (No Code)
Просмотров 1769 часов назад
In this video I show you how to integrate a custom GPT to any website using OpenAI Assistant API, Voiceflow, and Make.com. I start by explaining how we will use the OpenAI Assistant API to build and integrate our custom GPT, then I walk you through how to build out the agent in Voiceflow, how to build out the scenario in Make.com, and then how to deploy the Voiceflow chatbot to your website. Ho...
How To Code Using Cursor AI: For Complete Beginners
Просмотров 6612 часов назад
In this video I show you five practical code examples: doing basic math, then creating an excel sheet with random data, then processing the excel sheet with the first javascript code we wrote, then we make an api call to a chatgpt completion, and finally we plug in AI into the excel sheet to process the data for us. With these practical examples of coding, you'll be able to start coding away co...
Create the Perfect System Prompt for New Coders on Cursor AI (AKA Rules for AI)
Просмотров 15414 часов назад
In this video I explain the Rules For AI system prompt for Cursor AI. I give you a custom beginner friendly prompt that not only gives you great code, but also teaches you along the way. At the end of the video I also explain an online resource where you can find heaps of prompts for different coding languages, frameworks, and tasks. 👉 Hire me: bart@supportlaunchpad.com 🗂️ Prompt resource: curs...
How to Use Cursor AI for Complete Beginners
Просмотров 22021 час назад
In this video I give you a beginner walkthrough of Cursor AI. I go through top features on the website, then I show you how to download it, I also show you were to download node.js so you can run javascript, then I open the cursor app and give you a walkthrough of the key sections and how to use them. Finally we make a new project and build a flappy bird game and test it out! 👉 Work with me: ba...
How to Scrape UNLIMITED Leads from Google Maps for Free
Просмотров 11521 час назад
In this video I show you how to scrape google maps to get the business name, address, website, and contact email completely free using a super simple code that I wrote out. I explain step by step how to run the code and show you the end result which is an excel sheet with all of the info. 👉 Work with me: bart@supportlaunchpad.com 🗂️ Github to get the script: github.com/Barty-Bart 🗂️ Link to get...
How to Build a Chrome Extension Using AI
Просмотров 60День назад
I'm starting to work more and more with people in different timezones, and always found myself asking google for the time in certain places, or using a time zone converter. So, I decided to save myself checking all the time by making a chrome extension to track timezones for me. 👉 Hire me for your next project: bart@supportlaunchpad.com 🗂️ Link to github repo: github.com/Barty-Bart/teamzone-buddy
How to Use Make.com and OpenAI for Advanced Web Scraping and Data Extraction
Просмотров 471День назад
In this video I show you how to build a make.com web scraper without needing to use or create complex regex functions each time you want to scrape a new dataset from a website. We use OpenAI's new Structured Outputs do take care of the scraping for us. Super easy to use. 👉 Hire me for your next project: bart@supportlaunchpad.com #webscraping #maketutorial #openai
How to Build an AI Customer Support Agent with Make.com
Просмотров 26514 дней назад
In this video I show you how to build an AI customer support agent in make.com. I use Zendesk to demonstrate how to send each ticket across to make.com (but you can also do this with Zohodesk, Gorgias, or Freshdesk), and then we build out the actual make.com automation that will either respond directly to customers, leave internal notes for team members, or generate FAQs from solved tickets and...
How to Use OpenAI's New Structured Outputs in Voiceflow
Просмотров 12014 дней назад
OpenAI just released structured outputs for the completions API. This is awesome because your completion can return a structured JSON object which you can directly feed into an API call. Or, like I show in this video, you can use structured outputs to get more accurate responses to more complicated logic and reasoning questions. In this video I show you how to use the new Structured Outputs in ...
How to Use OpenAI's New Structured Outputs in Make.com
Просмотров 809Месяц назад
OpenAI just released structured outputs for for the completions API. This is awesome because your completion can return a structured JSON object which you can directly feed into an API call. In this video I show you how to use the new Structured Outputs in make.com so you can improve your automation scenarios. 👉 Hire me: bart@supportlaunchpad.com
The Most Accurate Way to Prompt ChatGPT to Code a Web App
Просмотров 328Месяц назад
In this video I build out a web app and host it on ​⁠@replit. We're building out a front end file manager for OpenAI Assistants Api from scratch. I follow my plainText Prompting method to prompt ChatGPT to write the code for us, we debug live, and finally we test and showcase the app working. Th web app lets you maage files in an OpenAI vector store. 👉 Hire me: bart@supportlaunchpad.com Timesta...
How to Use ChatGPT in Google Sheets (Assistants API v2 Tutorial)
Просмотров 221Месяц назад
How to Use ChatGPT in Google Sheets (Assistants API v2 Tutorial)
The Actual Way to Get Better at No-Code Automation
Просмотров 60Месяц назад
The Actual Way to Get Better at No-Code Automation
The Most Accurate Way to Prompt ChatGPT to Write Code for You
Просмотров 1,2 тыс.Месяц назад
The Most Accurate Way to Prompt ChatGPT to Write Code for You
How to Code a Live Chat App using ChatGPT (AI Programming Tutorial)
Просмотров 155Месяц назад
How to Code a Live Chat App using ChatGPT (AI Programming Tutorial)
Beginner’s Guide to Data Privacy in AI Workflows: Removing PII in Voiceflow
Просмотров 1562 месяца назад
Beginner’s Guide to Data Privacy in AI Workflows: Removing PII in Voiceflow
Integrate OpenAI Assistants API v2 Into Voiceflow Using A Replit Server
Просмотров 5042 месяца назад
Integrate OpenAI Assistants API v2 Into Voiceflow Using A Replit Server
How to Add a Time Delay in Voiceflow | Step-by-Step Guide
Просмотров 2992 месяца назад
How to Add a Time Delay in Voiceflow | Step-by-Step Guide
Step-by-Step Guide: Creating an AI Intent Classifier for Zendesk using Voiceflow
Просмотров 1042 месяца назад
Step-by-Step Guide: Creating an AI Intent Classifier for Zendesk using Voiceflow
Zenflow: How to Get Zendesk AI Autocorrect
Просмотров 493 месяца назад
Zenflow: How to Get Zendesk AI Autocorrect
Zenflow: Integrate Voiceflow AI Automation into Zendesk
Просмотров 1503 месяца назад
Zenflow: Integrate Voiceflow AI Automation into Zendesk
Voiceflow Function: Find a Zendesk User by Email Address
Просмотров 483 месяца назад
Voiceflow Function: Find a Zendesk User by Email Address
Demo: AUTOMATICALLY Reply To Zendesk Tickets Within 1 Minute
Просмотров 6927 месяцев назад
Demo: AUTOMATICALLY Reply To Zendesk Tickets Within 1 Minute
Shopify Order Tracking in Voiceflow (With Google Sheets Integration)
Просмотров 9298 месяцев назад
Shopify Order Tracking in Voiceflow (With Google Sheets Integration)

Комментарии

  • @learn.zionflow
    @learn.zionflow 3 дня назад

    You are really good, thank you, Bart.

  • @zendallx
    @zendallx 4 дня назад

    👀

  • @UnFramedView
    @UnFramedView 4 дня назад

    great video! is there a way to use such schema dynamically to extract individual reasoning steps ?

    • @BartSlodyczka
      @BartSlodyczka День назад

      thank you my man 💪 To do this dynamically you could create a bunch of reasoning variables (e.g., reasoning_1, reasoning_2, reasoning_X) and then write a function that parses the reasoning steps out of the chatGPT completion API response, then iterates through each reasoning step and assigns it to the variables. This does mean you'll probably need to create a lot of dummy reasoning variables, but this method should work. Hope this helps legend 🚀

  • @BartSlodyczka
    @BartSlodyczka 5 дней назад

    Do you like this style and pace? What else would you like to see? 🚀

  • @telegraphavenuetv
    @telegraphavenuetv 5 дней назад

    Best one. Do a series where you teach in detail like this. Most people are just teaching as if everyone uses their stack and shortcuts 😂

    • @BartSlodyczka
      @BartSlodyczka День назад

      Thanks legend 💪 Will do, will make some more vids around coding or building an app. And will keep things slow and simple 🚀🚀

  • @ThePhil0u
    @ThePhil0u 6 дней назад

    very educational video thanks, why not using the zendesk make module ?

    • @BartSlodyczka
      @BartSlodyczka 5 дней назад

      Thanks my man! I didn't use the Zendesk Make module to keep the build dynamic incase there were non-Zendesk users following along

  • @mohammedameen7409
    @mohammedameen7409 7 дней назад

    Great content brooo!!!! keep grinding

  • @marccornelius7771
    @marccornelius7771 8 дней назад

    This is the first video that explains the Node JS part, for beginners. Thanks so much.

    • @BartSlodyczka
      @BartSlodyczka 8 дней назад

      No worries my man, I'll be putting out more beginner coding content in the coming vids 💪

  • @Witt42
    @Witt42 8 дней назад

    Hi Bart! Thanks for the video. I wonder if you could create a video on how to classify chats in Voiceflow. For example, a chat ends in VF, then you use AI to analyze the chat transcript and assign a case type to it. Also, use AI to analyze chat transcripts for the whole week and generate a report with insights for top management.

    • @BartSlodyczka
      @BartSlodyczka 8 дней назад

      hello legend! Nice idea, I'll look into it :) The main hurdle is that end users can end the chat at any moment, so we won't be able to "trigger" the end of the chat. A workaround is to do a weekly automation to get all of the transcripts (e.g., for the last 7 days), iterate through them one by one and classify/ review them with AI, then push the final report to something like airtable. Thanks for the ping 💪

    • @Witt42
      @Witt42 8 дней назад

      @@BartSlodyczka Thanks for your consideration. We would find it beneficial to have such reporting on a daily basis as well, to make sure that there are no spikes in critical categories, such as login issues, payment issues, etc.

  • @BartSlodyczka
    @BartSlodyczka 9 дней назад

    Do you want to see more cursor AI content? let me know what else to make 💪

    • @telegraphavenuetv
      @telegraphavenuetv 5 дней назад

      Build on this example but in different files and talk about context, updating, how to include other libraries, push to fit etc

    • @BartSlodyczka
      @BartSlodyczka День назад

      @@telegraphavenuetv done and done, have noted this down for future vidzzz

  • @mirrormirror1313
    @mirrormirror1313 10 дней назад

    Hi Bart, any way to use some other Chatbot Frontend instead of Voiceflow? Voiceflow seems pretty expensive (50usd/month) just for a simple frontend in case you need nothing else than the frontend interface...

    • @BartSlodyczka
      @BartSlodyczka 9 дней назад

      Hello legend, you could use Voiceflow's free tier or you could code up a basic html/javascript widget (using chatGPT) that just serves a super basic convo. If I was to choose I'd say Voiceflow free tier because their widget makes the customer experience really nice. Hope this helps 💪

    • @mirrormirror1313
      @mirrormirror1313 9 дней назад

      Hi Bart, I'm not 100% sure if I get it right - but to me it seems Voiceflow only offers a 14 day free trial period. At least it says so to me - so this doesnt seem to be an option unfortunately :(

    • @BartSlodyczka
      @BartSlodyczka 9 дней назад

      It's 100% free :) I use the free version for my demo account. The free account does have limitations like only 2x assistants and limited AI tokens, but if you just want a simple web widget front end and nothing else, then the free tier is perfect 💪 the 2 weeks is the "pro" plan they give you for 2 weeks, after which it goes to "free"

    • @mirrormirror1313
      @mirrormirror1313 9 дней назад

      @@BartSlodyczka ohhhhhh okay thanks, so it was misleading me to trick me into extending the pro version. Sounds great! Do you know if these ai tokens are counted for all requests sent to replit to the custom gpt backend, or of this totally free from VF-side no matter how much my customers chat with the chat ui?

    • @BartSlodyczka
      @BartSlodyczka 8 дней назад

      haha! so the ai tokens are only counted for ai stuff you use within voiceflow. If you have a basic flow like in the vid, where the convo is sent to replit/openai, then you use the ai tokens from your openai account (and none from voiceflow). I don't use any ai blocks in my voiceflow canvas and never go over :)

  • @BartSlodyczka
    @BartSlodyczka 10 дней назад

    Hey guys, please subscribe 💪

  • @zendallx
    @zendallx 11 дней назад

    Damn, I was JUST discussing this with my colleague to monitor task, thank you so much!

    • @BartSlodyczka
      @BartSlodyczka 11 дней назад

      Awesome! Glad this was helpful 💪💪

  • @krzysiekz91
    @krzysiekz91 11 дней назад

    Great video just subbed

  • @BartSlodyczka
    @BartSlodyczka 13 дней назад

    Please subscribe and comment what else you'd like to see. Thanks legends 💪

  • @BartSlodyczka
    @BartSlodyczka 20 дней назад

    please subscribe 💪

  • @BartSlodyczka
    @BartSlodyczka 21 день назад

    please subscribe 💪

  • @hitenb7169
    @hitenb7169 25 дней назад

    I just want to add a static time delay of 20seconds between all the responses of my chatbot, whats the possible easy way

    • @BartSlodyczka
      @BartSlodyczka 21 день назад

      I would add a "virtual" delay by editing the global message delay in voiceflow settings. Otherwise I'd use the API example in the video

  • @BartSlodyczka
    @BartSlodyczka Месяц назад

    help me grow, please subscribe! 💪

  • @Joseditor01
    @Joseditor01 Месяц назад

    Hey Bart, I made a thumbnail and tried to send it to you by email but it got blocked. I sent another email to you this time without the image to see what happens, I would appreciate if you check it out

  • @AngelesyAsociados
    @AngelesyAsociados Месяц назад

    That was fast! Endless opportunities...

    • @BartSlodyczka
      @BartSlodyczka Месяц назад

      This is the best coding assistant considering it is imbedded into the server platform! Good luck with your builds, legend 💪

  • @santiagoandresdoria3365
    @santiagoandresdoria3365 Месяц назад

    Hi, thanks for the tutorial. If I leave it there working in replit, will it keep working as long as I use it? Should I do something to keep it always alive or something like that in replit? Sorry new in that app

    • @BartSlodyczka
      @BartSlodyczka Месяц назад

      hey legend, yes you will need to deploy your replit to make it always on. In Replit, there is an option in the top bar on the right hand side that says "Deploy". This will then make your replit live and always on. This also changes the URL so the only thing you need to do is edit the URL inb Voiceflow to this new URL. Hope this makes sense my man! 💪

    • @santiagoandresdoria3365
      @santiagoandresdoria3365 Месяц назад

      @@BartSlodyczka Yeah, thanks bro for the tutorial and the response. What do you recommend for the deployment options, is autoscale grate for this kind of projects?

    • @BartSlodyczka
      @BartSlodyczka Месяц назад

      @@santiagoandresdoria3365 yeah that’s a good setting. If it turns out you need more (eg you reach your limit) then you can upgrade. For now autoscale is 👍

  • @BartSlodyczka
    @BartSlodyczka Месяц назад

    hello legends! Please subscribe 💪

  • @BartSlodyczka
    @BartSlodyczka Месяц назад

    Watch at 1.5x speed Please subscribe legends 💪

  • @BartSlodyczka
    @BartSlodyczka Месяц назад

    2 things: - 98% of you legends are not subscribed - to hire me: bart@supportlaunchpad.com

  • @chatbotaurus
    @chatbotaurus 2 месяца назад

    I'm the first to put a star on Gitbub, thanks for sharing.

  • @zendallx
    @zendallx 2 месяца назад

    I'd love to chat further about this! super interesting

    • @BartSlodyczka
      @BartSlodyczka 2 месяца назад

      Perfect, will speak to Josna tomorrow

  • @HuhshJsis
    @HuhshJsis 2 месяца назад

    How to contact you for business queries?

    • @BartSlodyczka
      @BartSlodyczka 2 месяца назад

      Send me an email: bart@supportlaunchpad.com

    • @HuhshJsis
      @HuhshJsis 2 месяца назад

      @@BartSlodyczka please check it out, thank you.

  • @ZAIDGAMING_YT
    @ZAIDGAMING_YT 2 месяца назад

    Hello I Am a Professional Video Editor I Can Edit Your Videos Professionally According To The Requirements If You Are Interested Feel Free To To Tell

  • @kevinsedwards
    @kevinsedwards 2 месяца назад

    thank you but I couldn't get it to work after text is sent to the user. I want the delay to function following a text block being activated but when I install this function it just adds the delay to before the text generates instead of after, even though the flow visually has the delay after the text block

    • @BartSlodyczka
      @BartSlodyczka 2 месяца назад

      @@kevinsedwards interesting, I’ve never needed to add a delay after a text block, and this might be a limitation on Voiceflow’s end. What is your workflow that you need to delay after text is sent? What is your next block after the text block?

    • @kevinsedwards
      @kevinsedwards 2 месяца назад

      ​@@BartSlodyczka I built a basic customer service sales bot that just answers questions. all I want to do is slow down the messages so it doesn't jump to the next block after finishing it's loop, letting them have time to read the message. simple stuff not sure why it's so hard to do.. thanks

    • @BartSlodyczka
      @BartSlodyczka 2 месяца назад

      @@kevinsedwards Try this "dummy step" ruclips.net/video/Pp3WkauRrQ8/видео.htmlsi=ZNtbeS2wzp6ZuTLM&t=201 Not sure how Voiceflow backend works so not 100% if this will work for you, but if you add this dummy step after your text step, and set it to e.g., 3 seconds, you should get a visual delay in your chatbot. If this doesn't work, might need to get creating with buttons and sending a "continue" button or something else. Good luck!

    • @kevinsedwards
      @kevinsedwards 2 месяца назад

      @@BartSlodyczka thanks man will give it a try later. the message came up as "try this dummy" lol

    • @BartSlodyczka
      @BartSlodyczka 2 месяца назад

      @@kevinsedwards hahaha that's wild

  • @mardini777
    @mardini777 2 месяца назад

    Awesome video!

  • @BartSlodyczka
    @BartSlodyczka 2 месяца назад

    Please like and subscribe! Github repo: github.com/Barty-Bart/voiceflow-function-remove-PII

    • @mardini777
      @mardini777 2 месяца назад

      So we just need to copy and paste the function in voiceflow right?

    • @BartSlodyczka
      @BartSlodyczka 2 месяца назад

      @@mardini777 Yes that's right! In Voiceflow, create a new function. Add the github code into the function (you might need to delete the 1st and last line of my code - you'll see what I mean). Then on the canvas just insert a function block and select the function you created. Then map the variables that go in and out of the function. :)

  • @vitalgeneration3827
    @vitalgeneration3827 2 месяца назад

    Cool Video! I tried this with Woocommerce but it was not possible for me hope your template gives me some inspiration.

  • @ExpertIAen5min
    @ExpertIAen5min 2 месяца назад

    Hi Bart, do you know how to recover chatgpt response from Zapier into Voiceflow?

    • @BartSlodyczka
      @BartSlodyczka 2 месяца назад

      hey legend, send me a loom of your build and I'll take a look (bart@supportlaunchpad.com) Also explain why you want to use Zapier because maybe it can all be done in Voiceflow I.e., what is the overall workflow 💪

    • @ExpertIAen5min
      @ExpertIAen5min 2 месяца назад

      @@BartSlodyczka many thanks bro ! I send you all that

  • @oujanp
    @oujanp 2 месяца назад

    This is so good! I've used it within your template and it seems to work and find the orders. However, I replicated for an extended Shopify chatbot that I'm trying to make and it gets stuck on the JavaScript where it finding the order corresponding to the order_number variable and save the details to a new variable. The Debug says "Unable to resolve code - "TypeError: orders.find is not a function". I've kept all the variables and structure exactly the same so it's strange that it's giving this error. Do you have any idea why this might be?

    • @BartSlodyczka
      @BartSlodyczka 2 месяца назад

      hey legend, just noting that I got your email and responded there! For anyone else that gets this issue just make sure you add all the variables into your project. If some variables are not defined within your Voiceflow project, but you call on them in javascript blocks, things won't work.

  • @BartSlodyczka
    @BartSlodyczka 2 месяца назад

    Please like and subscribe! 💪 Github repo: github.com/Barty-Bart/voiceflow-assistants-api-v2

  • @BartSlodyczka
    @BartSlodyczka 2 месяца назад

    Please subscribe! Hire me to do this for you: bart@supportlaunchpad.com If you use Zendesk and Voiceflow then check out Zenflow: www.zendesk.com/marketplace/apps/support/1003867/voiceflow-connector-by-zenflow/

  • @SweetAsDigital
    @SweetAsDigital 2 месяца назад

    Hey there, I followed along while creating this & It's not working for me. I get this error log. Do you know why this might be happening? [ { "type":"debug", "payload":{ "message":"[ERROR]: Encountered an error in a Function step. Unexpected identifier [<isolated-vm>:39:54]" } } ]

    • @BartSlodyczka
      @BartSlodyczka 2 месяца назад

      I think there is an error in your code. This is the code from the vid: // Extract input variables from args const { delay } = args.inputVars; // Validate that the required input variable is provided if (!delay) { return { next: { path: 'error' }, trace: [{ type: "debug", payload: { message: "Missing required input variable: delay" } }] }; } // Define the URL for fetching user information, incorporating the userId const url = `httpbin.org/delay/${delay}`; // Configure the fetch request const config = { method: 'GET', headers: { 'Content-Type': 'application/json', }, }; try { // Make the API call const response = await fetch(url, config); // Check if the response status is OK if (!response.ok) { throw new Error(`HTTP error! status: ${response.status}`); } // Create the success return object with extracted data return { next: { path: 'success' }, trace: [ { type: "text", payload: { message: `Delayed for ${delay} seconds.` } } ] }; } catch (error) { return { next: { path: 'error' }, trace: [{ type: "debug", payload: { message: "Error: " + error.message } }] }; } -->Paste the code in between this part of your RAW function export default async function main(args) { **PASTE HERE** }

    • @SweetAsDigital
      @SweetAsDigital 2 месяца назад

      @@BartSlodyczka Awesome thank you!

  • @BartSlodyczka
    @BartSlodyczka 3 месяца назад

    List of Templates: How to Get Zendesk AI Autocorrect: ruclips.net/video/lSAtWflzT6M/видео.html

  • @BartSlodyczka
    @BartSlodyczka 3 месяца назад

    Download the template here: creator.voiceflow.com/dashboard?import=6660079ff0f0cb2f007f71af Hire me to build Zendesk integrations for you: bart@supportlaunchpad.com

  • @zendallx
    @zendallx 3 месяца назад

    Yeah, would love access to those templates, they're great

  • @aaronDroiX
    @aaronDroiX 3 месяца назад

    Hey Bart - it would be great if we could get access to those VF templates!

    • @BartSlodyczka
      @BartSlodyczka 3 месяца назад

      Hey Aaron, will do! I'll make videos + share templates for "AI autocorrect" and "summarise ticket" in the next couple of days 💪

  • @abeyvinay
    @abeyvinay 3 месяца назад

    great video dude!!!! Please provide the template link here !!

    • @BartSlodyczka
      @BartSlodyczka 3 месяца назад

      Thanks man! here you go creator.voiceflow.com/dashboard?import=659cefa59c2d1babbf19f139

  • @BartSlodyczka
    @BartSlodyczka 3 месяца назад

    Update: Tutorial was created and published under Voiceflow's channel: ruclips.net/video/rznlqKgGg3A/видео.htmlsi=YHjfbvyW-cwlm3hz

  • @alexvaldez295
    @alexvaldez295 4 месяца назад

    Video is exactly what I want but you left out the how to do it, which is he important part

    • @BartSlodyczka
      @BartSlodyczka 4 месяца назад

      I'll make this video soon but this should get you started: ruclips.net/video/wAG4KPOSJkQ/видео.htmlsi=9pJIk03-BfepBz0d

    • @BartSlodyczka
      @BartSlodyczka 3 месяца назад

      Tutorial here: ruclips.net/video/rznlqKgGg3A/видео.htmlsi=YHjfbvyW-cwlm3hz

  • @voodoosoup8
    @voodoosoup8 5 месяцев назад

    Extremely helpful video! Thank you for sharing!

  • @nicholasoktapodas9789
    @nicholasoktapodas9789 6 месяцев назад

    Hey man, great video, exactly what I needed. Unfortunately the link on the Voiceflow's discord doesn't have the whole flow, after the fulfilment details JS block the flow doesn't continue like the video. Is there a way to get the whole template?

    • @BartSlodyczka
      @BartSlodyczka 6 месяцев назад

      Hey legend, if you also want the google sheets part pls send me a DM on discord or email to bart@supportlaunchpad.com. I split them up cos most ppl just wanted the shopify stuff

    • @nicholasoktapodas9789
      @nicholasoktapodas9789 6 месяцев назад

      @@BartSlodyczka I've messaged you on discord!

  • @MizanurRahman-gw7od
    @MizanurRahman-gw7od 6 месяцев назад

    Hey, nice video. But, can you please help to set us the auto-reply messege? I can't find where the auto reply messege to set up.

    • @BartSlodyczka
      @BartSlodyczka 6 месяцев назад

      Here is an MVP I built that should get you started: ruclips.net/video/wAG4KPOSJkQ/видео.htmlsi=9pJIk03-BfepBz0d

  • @abdelkrimsaida-zs3tc
    @abdelkrimsaida-zs3tc 7 месяцев назад

    I have a question: do I need access to the shopify store to do this job?

    • @BartSlodyczka
      @BartSlodyczka 7 месяцев назад

      @abdelkrimsaida-zs3tc yeah you need to create an api key in shopify, and then plug that api key into the API call

    • @benthinze1606
      @benthinze1606 4 месяца назад

      @@BartSlodyczka which plan do I need to get access to the shopify api? does it work with the basic plan?

    • @BartSlodyczka
      @BartSlodyczka 4 месяца назад

      @@benthinze1606 I think all shopify plans give access to generate an api key