Free Training

Generate powerful AI images from Airtable using Make.com

make Jul 17, 2023

Are you ready to generate images from ChatGPT with the push of an Airtable Button? Believe it or not, you can build this connection between Airtable and OpenAI by letting Make.com do all the heavy lifting. Check out how to build this automation with my step-by-step instructions!

In this video, I’ll walk you through how to build an Automation with Make.com to generate an AI Image from an Airtable interface. We will also break down what a webhook is and how you will use this in your automation. You’ll see how to build script automations inside of Airtable to send a request to ChatGPT.

In this video, you’ll learn:

  • What the finished automation looks like
  • Setting up the database structure
  • Building Airtable Interface
  • Understanding what is a webhook
  • Building a script automation
  • Creating a make automation
  • Integrating OpenAI and collecting image description
  • Mapping link back to Airtable base
  • Saving Make Automation and testing

If you found this helpful and want to give it a try yourself, please use our links below! 👇

Additionally, here is the script used in the video: 

let url = "YOURWEBHOOKHERE?recordID=";
let inputConfig = input.config();
await fetch(url + inputConfig["recordID"]);

Plus, when you're ready to start automating in no-code, be sure to grab our free training here! 👇

Free Automation Training!

Learn how to build no-code automation and stop doing the same repetitive tasks!

We hate SPAM. We will never sell your information, for any reason.