Hi Make.com Community,
I’m trying to automate the process of generating a record from ChatGPT via the OpenAI Assistant module in Make.com and passing that record directly to Airtable. Specifically, I want to request structured data from ChatGPT (fields like Category, Main Advice, Emojis, and Hashtags) and insert that data as a new record in Airtable.
Here’s the flow I’m looking to achieve:
- Request a record from ChatGPT: Use the OpenAI Assistant module to generate structured responses based on my prompts.
- Pass the data to Airtable: Once I get the response from ChatGPT, I want to create a new record in Airtable with the data. i was able to ask ChatGPT to answer in XML but i can’t map it to airtable either.
I’m not familiar with using webhooks, I’m wondering if there’s a more direct solution, perhaps by linking the OpenAI module and Airtable directly. If anyone has experience with a similar setup, I’d love to hear about:
- How to generate and structure multiple fields in ChatGPT responses for Airtable.
- Whether it’s possible to bypass Webhooks and pass data directly from OpenAI to Airtable.
- How to map the fields from ChatGPT’s response into Airtable.
Thanks in advance for any advice!