I've just implemented ChatGPT powered HubSpot live chat bot.
HubSpot Conversation API is in beta right now, but as I'm testing the beta, I've implemented Chat GPT as a conversation-handling bot for my live chat 😀✌️
It's a very simple solution for anyone with access to HubSpot Conversations API (beta). You just need to set up a developer account and build a private app handling webhooks. Subscribe with this webhook to "conversations.read" to receive a request every time someone is sending a message using conversations. I'm using it for live chat but as the shared inbox can handle email too it's not a problem to handle both.
I use Make.com to handle the whole scenario and catch the webhook request and then process it with Chat GPT API to finally send my response back to HubSpot live chat via Conversation API.HubSpot live chat with Chat GPT powered bot
I've just implemented ChatGPT powered HubSpot live chat bot.
Were you able to do this all for free or did you have to have a paid feature with hubspot? It's crazy in order to do it directly you have to have a pro plan which starts at $700/mo...
I've just implemented ChatGPT powered HubSpot live chat bot.
@surmacki - this is amazing! I would like to get this working on my environment as well. In my Make account, I have my HubSpot account connected and my ChatGPT plus account connected but I'm having some trouble with the config. Can you post additional details or DM me? I'd love to get this working too.