> ## Documentation Index
> Fetch the complete documentation index at: https://docs.supadata.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Make

> Build powerful visual automation workflows with Supadata and Make (formerly Integromat)

export const MakeVideos = () => {
  const videos = [{
    embedId: "ukxp-shgkkM",
    title: "Getting Started with Supadata and Make"
  }, {
    embedId: "0EAHfHqPQu0",
    title: "Advanced Make Integration"
  }, {
    embedId: "UPMlRzi4-x0",
    title: "Make Scenarios with Supadata"
  }];
  return <div className="space-y-4">
      {videos.map((video, index) => <div key={index}>
          <iframe src={`https://www.youtube.com/embed/${video.embedId}`} title={video.title} allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen className="w-full aspect-video rounded-lg" />
        </div>)}
    </div>;
};

## Quick Start

<div
  style={{
display: "flex",
alignItems: "center",
gap: "1rem",
marginBottom: "2rem",
}}
>
  <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/make.svg" alt="Make logo" style={{ height: "48px", width: "48px" }} />

  <a href="https://supadata.ai/link/make" target="_blank" rel="noopener noreferrer nofollow">
    View Make Integration →
  </a>
</div>

## Installation

The Supadata integration is available as a module in Make. To install:

1. Get your API key from [Supadata Dashboard](https://dash.supadata.ai)
2. Open your Make dashboard
3. Create a new scenario and search for "Supadata"
4. Click **Install**
5. Add Supadata API key when creating a connection

## Resources

* [Make Website](https://make.com)
* [Make Documentation](https://docs.make.com)
* [Make Community](https://community.make.com)

### Community Videos

<MakeVideos />
