Voiceflow Tutorial: Users Authenticate Automation | Ai Automation Agency

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии •

  • @naytron210
    @naytron210 Год назад +1

    Great video, much appreciated! Clear and concise. I'm looking to get into this myself; any chance you could make some content on what it looks like to connect to and work with databases?

    • @jannismoore
      @jannismoore  Год назад

      Sure! What types of databases are you looking for? More the "visual" way of leveraging Airtable or Google Sheets, SQL, or Vector Databases? It's a wide range, but I can certainly cover some principles.

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

    excellent video, Thankyou from india, i have a query how can we add UPI payment gateway into our bot, can u please do a detail video on this topic

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

      You can do it by using make.com and stripe links - that's probably the easiest. You can then loop through the response to check whether or not the payment was successful

  • @chaitanyamelam9134
    @chaitanyamelam9134 Год назад

    Very nice video I love you’re collection I hope to see you more in future

    • @jannismoore
      @jannismoore  Год назад

      Thanks, and you certainly will. We have plans for more templates to bring out maximum value so if there is anything specific you'd like to see, feel free to let me know. :)

  • @santiagopedemonte6972
    @santiagopedemonte6972 11 месяцев назад

    Why do you use Classifier Instead of the Cohice button integrates? It is better?

    • @jannismoore
      @jannismoore  11 месяцев назад

      Good question! I'm a big fan of flexibility and using a custom classifier allows me full control over the whole prompt, which makes it later on easier to tweak if I want to create advanced use cases.
      If you only want to do very simple classifications, their choice button is still great, but for complex one, I always want to understand what happens behind the scenes.
      In the end it's a choice preference and you might want to see for yourself what gives you the best outputs.

  • @e-Course.
    @e-Course. 6 месяцев назад

    Excellent video , Thanks

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

    When I try to connect my google with the gmail hook, it says I can’t enter with a private gmail account, do you have a solution for that?

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

      Not sure why they do that, but I assume to avoid GDPR issues. If private doesn't work, you can usually set up a business account for less thatn $8 per month. (GSuite)

  • @glaxgur6631
    @glaxgur6631 Год назад

    How do you set up security parameters?

    • @jannismoore
      @jannismoore  Год назад

      What we do within this specific example is that we generate a token that is then sent to the actual user email. This counts as verification as only the person who has access to the email will receive/see the token.

  • @glaxgur6631
    @glaxgur6631 Год назад

    Hey bro, can you make a video on how to make voiceflow recognise fake addresses. like if the user accidentally inputs a fake address, itll dected it. as well as phone number

    • @e-commerce2983
      @e-commerce2983 Год назад +1

      Use ai logic to determine if the email was fake

    • @jannismoore
      @jannismoore  Год назад

      @@e-commerce2983 - That generally works but could also cause some false flags. Did you ever make a test on the success rate?

    • @jannismoore
      @jannismoore  Год назад +1

      There are many ways - it mostly depends on what your scope and budget is. If it's a simple check and you can stand a bit of an error rate, you can just use AI as a classifier to validate information.
      If you want to validate further, you can use other services to validate the given information. E.g. Bouncless (www.bounceless.io/) for email validation. They provide you with an endpoint that you can call to validate the Email address.
      If you're on a tighter budget, you could also look for Appsump deals - there are often great ones available.

    • @glaxgur6631
      @glaxgur6631 11 месяцев назад

      is there a way to use zap?@@jannismoore

  • @hearnoevilsa655
    @hearnoevilsa655 Год назад

    Tried the link dont think it working, cant find any templates.

    • @jannismoore
      @jannismoore  Год назад

      Just re-published the resource on our hub. You will find it now within the resource called "How to authenticate a user within a VoiceFlow chatbot" - thanks for the feedback!

  • @mikew2883
    @mikew2883 Год назад

    Excellent video! I have been following Voiceflow developer channels for a little over a year now and just stumbled across yours. I have to say your format and delivery is one of the best I've seen. Sadly your subscriber count does not match its quality. I follow hundreds of AI channels and noticed that those channels that have either AI or name of AI product name in their channel name they have grown subscribers incredibly fast! Just thought I would pass on that little nugget of info. You definitely deserve to be in that top pack of Voiceflow content creators. 👍

    • @jannismoore
      @jannismoore  Год назад +1

      I'm glad to read you like the content, that feedback is highly appreciated.
      Will definitely look into adjusting the name for better exposure.
      Apart from that, I'm all about giving back so if there's something specific you'd like to learn more about, feel free to let me know. :)

    • @mikew2883
      @mikew2883 Год назад

      Anytime! Have you had a chance to do much customization of the chatbot ReactChat repository code they provide? There is very little documentation or videos on this. The DemoReactCode repository has a few simple chat integrations such as calendar but nothing else like custom widgets. @@jannismoore