Skip to content
Integrate YourGPT with Make.com

Before You Begin

Before starting the integration process, make sure you have:

  • A YourGPT account: Sign up here
  • A Make.com account (free or paid)

Integration Process

  1. Connect to Make.com
    • Log in to your Make.com account
    • Search for “YourGPT Chatbot” in the Make app directory
    • Select and connect your “YourGPT Chatbot” to Make.com
  2. Set Up API Authentication
    • Head over to YourGPT Dashboard
    • Navigate to Integrations ⇒ API Integration ⇒ Generate API key
    • Copy your API key for use in Make.com
  3. Create a Session
    • In your Scenario, add a new action and select “YourGPT Chatbot”
    • Choose "Create Session" as the action
    • Provide the widget_uid in the action setup
    • The widget_uid can be found in your YourGPT Integrations
    Widget UID location in YourGPT
    📌

    The Create Session action initializes a conversation with your YourGPT chatbot and returns a session_uid that you’ll need for sending messages.

  4. Send a Message
    • Add another “YourGPT Chatbot” action in your Scenario
    • Select “Send Message” as the action
    • Configure the following parameters:
      • widget_uid: The same ID used in the Create Session action
      • message: The text content you want to send
      • session_uid: Map this from the output of the Create Session action
  5. Test and Deploy
    • Test your Scenario thoroughly to ensure all actions work correctly
    • Once tested, you can activate your Scenario for production use
    • Consider adding error handling for robustness