Is it possible to connect with a specific chatgpt "project" in clay? I have a bot that I've fed a tonne of context into. I want to parse the a url from clay to the gpt bot, then return the output of the gpt bot to the clay table. It is easier to process in gpt than recreate in Clay.
You can connect Clay to OpenAI's ChatGPT using the built-in integration. This allows you to send data—such as a URL—from Clay to the ChatGPT model by configuring Clay inputs as user prompts and adding context as system messages. The response generated by ChatGPT can then be written back to your Clay table using the "write to table" feature. However, the integration is designed to interact with OpenAI's API directly, not with a specific custom ChatGPT "project" or bot hosted elsewhere. If your custom bot is accessible via an API endpoint, you could use Clay's HTTP API or webhook actions to send the URL for processing and capture the response in your table. Otherwise, the built-in integration works with the standard OpenAI ChatGPT models.