Connect ChatGPT + Instagram, Facebook & Whatsapp (Step by Step, with Manychat)

Sdílet
Vložit
  • čas přidán 23. 08. 2024

Komentáře • 39

  • @RodrigoLuna87
    @RodrigoLuna87 Před 2 měsíci +3

    Very useful sir, subscribed...

    • @GregorSchafrothAI
      @GregorSchafrothAI  Před 2 měsíci

      Thanks! Let me know if there are other topics you would like to see videos about :)

  • @TodoAiEverythingAi-ko9ji
    @TodoAiEverythingAi-ko9ji Před měsícem +1

    Wow thanks a lot for this vid... Question, can we do this but with an assistant using the Assistant's API?

    • @GregorSchafrothAI
      @GregorSchafrothAI  Před měsícem

      Haven't tried that yet but I see no reason why it shouldn't work.
      When I used assistant last time it still had some issues (e.g. how it shows citations) - and given that it is still in Beta I am not sure those have been resolved yet. But if that doesn't bother you give it a try :)

  • @togomonbeau343
    @togomonbeau343 Před 27 dny

    Thanks for this vidéo ❤

  • @arielgafni1
    @arielgafni1 Před 7 dny

    I followed the step by step instagram implementation and it is not working. Can you please help! :)

  • @Joe_Leech
    @Joe_Leech Před 2 měsíci +1

    Thanks for this video! What if we have a script we want chat gpt to follow, like to take the lead through a sequence of messages to triage if they are a quality lead for our offer or not. Is there a way to do this with this manychat setup yet?

    • @GregorSchafrothAI
      @GregorSchafrothAI  Před 2 měsíci +1

      There are different ways to approach this
      Perhaps the simplest way is to do it with questions and buttons in ManyChat, which I also show you in this demo video. Then you can still use ChatGPT selectively at the end of the decision tree.
      Another way would be to try to use AI already in that stage, but I don't think ManyChat is suitable for that. Then you would probably want to use Voiceflow (probably together with ManyChat). This is slightly more complicated though, but one of my next videos will be exactly about this topic.
      Hope that helps

    • @Joe_Leech
      @Joe_Leech Před 2 měsíci +1

      @@GregorSchafrothAI Thank you, is there a way to send information from manychat to the AI step? For example if the first response is from manychat and it knows the users name, to then pass that name to the AI step so that it can continue the conversation and it knows their name?

    • @GregorSchafrothAI
      @GregorSchafrothAI  Před 2 měsíci +1

      @@Joe_Leech
      Good question.
      So the proper way how you would want to do this in the long term is by using the OpenAI Assistants API (platform.openai.com/docs/assistants/overview) or a similar API from competitors that can remember the conversation.
      Unfortunately there is really no good support for that yet in other tools (even Voiceflow does not really support it at this point)
      That means for now the only way to do this is by storing the previous answers in a variable and then feed it in at the next prompt again. This way you can sort of build a small conversation with a few steps, even though it is a rather improvised solution.
      Not sure how soon the 'proper' solution works but we might have to wait until 2025, given the progress with the Assistants API so far.

  • @BylarBoy
    @BylarBoy Před 3 měsíci +1

    Wow it 😂 amazing ❤❤

  • @plugintoyourlife
    @plugintoyourlife Před 4 měsíci +2

    is there a way to have it suggest an appointment link or other lead gen or appointment setting options?

    • @GregorSchafrothAI
      @GregorSchafrothAI  Před 3 měsíci +1

      Yes, you can for example integrate Calendly. I intend to make a video about that soon, it's an interesting topic

  • @alessandroceccarelli6889

    Can you give access to chat history to gpt?

  • @8-shorts
    @8-shorts Před 3 měsíci +1

    great video! please where can i DM you because i have an idea to talk about

    • @GregorSchafrothAI
      @GregorSchafrothAI  Před 3 měsíci

      Yes sure, lets talk! Check out the link to my website in the video description :)

  • @Rizzmahgizz
    @Rizzmahgizz Před 5 měsíci +1

    How do I give it some smarts and understanding of my business? so it gives more direct responses about what I offer

    • @GregorSchafrothAI
      @GregorSchafrothAI  Před 5 měsíci +1

      With this way of integrating ChatGPT that is indeed limited. The easies thing to do is to write information about your business in the Prompt (the ChatGPT Action --> System prompt).
      I am not yet aware of a very easy way to integrate a knowledge base here. Two possible options are:
      - 1. Build your bot with VoiceFlow and then link it to the social media sites. The problem here is that this integration is not very simple yet.
      - 2. Use the OpenAI Assistants API, which supports a powerful knowledge base tool. However this is still in the Beta and there is also no easy integration with social media that I am aware of.
      So in short: There is no satisfying solution for this problem yet that I am aware of. Once that exists I will definitely make a video about it :)

    • @Rizzmahgizz
      @Rizzmahgizz Před 5 měsíci

      Thank you for your response. I am facing an issue with the flow. I've followed it exactly and have had no issues with it integrating with ChatGPT however it's not pulling a response. I've watched the video 5x now
      @@GregorSchafrothAI

    • @faissalharnafi5861
      @faissalharnafi5861 Před 5 měsíci

      I think the easiest way so far is by using chatbase. It costs a few bucks a month, but does the job well

  • @ahmeteris1893
    @ahmeteris1893 Před měsícem +1

    Do we need to use the paid version of GPT to use Manychat? If we are using the paid version of GPT, does this benefit our use of Manychat?

    • @GregorSchafrothAI
      @GregorSchafrothAI  Před měsícem

      Yes you need to pay to use any AI model via API (OpenAIs GPT or any of it's competitors), but if you use an affordable model (GPT 3.5) it can be very cheap.
      This is unrelated to the billing of Manychat.

  • @brenokitaoka
    @brenokitaoka Před 2 měsíci +1

    Does this integration have memory? Thread per contact?

    • @GregorSchafrothAI
      @GregorSchafrothAI  Před 2 měsíci

      This one does not have memory.
      To do it properly with memory you would need the Assistants API, but bot builders don't support that yet. I'll definitely make a video once an easy option for that is available.
      Meanwhile what you can do is insert all the relevant context in the prompt by using several variables. And you can of course also store AI Answers in variables, so then you could feed it in the next prompt again. I'd say if you need a solution with memory right now that is probably the best workaround.

  • @keonacarr1368
    @keonacarr1368 Před 2 měsíci +1

    All of the responses say Sorry I can't answer your question.

    • @GregorSchafrothAI
      @GregorSchafrothAI  Před 2 měsíci

      Did you check if the OpenAI API is working otherwise? You might first need to charge it with a small amount of money to get it to work.
      If that is not the problem then I'd suggest you try disconnecting and reconnecting OpenAI to ManyChat.
      Let me know if you tried both of these and it still doesn't work

  • @user-dd6xv5gk1o
    @user-dd6xv5gk1o Před 3 měsíci

    can you please make a full course to how to make a gpt service and then sell it

    • @GregorSchafrothAI
      @GregorSchafrothAI  Před 3 měsíci

      That would take a lot of time, but I'll consider it in the future.
      Let me know if there is any specific topic you are most interested tho, then I could do that sooner :)

  • @ahsan.-ow1gk
    @ahsan.-ow1gk Před 5 měsíci +2

    From where you get USA number that cost you 66 cents a month?

    • @GregorSchafrothAI
      @GregorSchafrothAI  Před 5 měsíci

      Just directly on Manychat where you integrate Whatsapp. Can you find it?

  • @TitoAey
    @TitoAey Před 2 měsíci

    It's not working for me. It's not blasting messages as I expect. Can you help me through it?

    • @GregorSchafrothAI
      @GregorSchafrothAI  Před 2 měsíci

      I'm happy to help, but that question is a bit generic.
      Also feel free to join the AI Web discord and ask there :)
      discord.gg/GHwyGTqAJg

  • @BylarBoy
    @BylarBoy Před 3 měsíci

    I like to do freelancing after completing this

  • @beline2005
    @beline2005 Před 3 měsíci

    My bot doesn't get the respond from ChatGPT. Did you pay for the API?

    • @GregorSchafrothAI
      @GregorSchafrothAI  Před 3 měsíci

      Yes you need to set up the OpenAI account and top up some money.
      To save money just go with GPT 3.5 rather than GPT 4. While not totally free, it is at least very cheap by now :)