Using GPT Assistants With Make.com?

OpenAI recently announced their new “Assistants” feature, which you can use through the API.

https://platform.openai.com/docs/assistants/overview

I’ve built a few of these assistants and would like to play around with integrating them into my scenarios. However, I am having some trouble figuring out how to get it to work through Make.com.

Any help would be appreciated! Maybe a sample screenshot of a working module setup?

Thank you!

2 Likes

This is a new feature and there are no modules for the OpenAI app in Make yet.

If the external service has a Developer API Reference/Documentation then you should be able to integrate the endpoints in Make using the generic HTTP “Make a request” module.

You linked to the feature overview where it states:

At a high level, a typical integration of the Assistants API has the following flow:

  1. Create an Assistant in the API by defining it custom instructions and picking a model. If helpful, enable tools like Code Interpreter, Retrieval, and Function calling.
  2. Create a Thread when a user starts a conversation.
  3. Add Messages to the Thread as the user ask questions.
  4. Run the Assistant on the Thread to trigger responses. This automatically calls the relevant tools.

By clicking the documentation links above, you can view the endpoints you can use for the “Make an API Call” modules. This means you’ll need at least four operations just to setup and initially run a new assistant.

You can also submit module suggestions to the Idea exchange, under App improvement ideas. Don’t forget to search for it first, just in case someone already suggested it!

5 Likes

I have added the suggestion, please upvote! https://www.make.com/en/app-improvement-ideas/p/openai-chatgpt-assistants-api

7 Likes

voted. I am sure the integration will be on its way soon, it’s too big of an opportunity to miss

3 Likes

Upvoted! Hopefully Make releases something in a few days.

2 Likes