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

# Make Integration

> Run FFmpeg commands in Make.com workflows using Rendi — no code, native Make module.

# Rendi and Make Integration

Rendi's integration with Make enables seamless automation of video processing workflows by combining Rendi's FFmpeg capabilities with Make's robust automation platform.

## Tutorial - Running FFmpeg Commands in Make using Rendi

The tutorial below shows how to create a make scenario that tracks a google drive folder, when a new video file is uploaded to it, make it publicly available and send the video file to a command in Rendi that turns it into a GIF, then it saves the stored GIF URL in a google sheet.
The tutorial also shows how to use Rendi's webhooks feature in Make and how to delete stored files in Rendi.

<iframe width="100%" height="500" src="https://youtube.com/embed/Mr5hHr7vlF8?start=58" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen />

## Integration Details

You can find our official integration on Make's marketplace:
[Make - Rendi - FFmepg API](https://www.make.com/en/integrations/rendi?utm_source=rendi-app\&utm_medium=partner\&utm_campaign=rendi-app-partner-program)

To establish the integration between Make and Rendi:

1. Obtain your API key from the Rendi dashboard
2. Create a new connection in Make
3. Use your Rendi API key to authenticate the connection

## Available Actions

Rendi provides two native actions within Make:

1. **Run FFmpeg Command**: The primary action for triggering video processing tasks. The full documentation for this action can be found in [API reference - run FFmpeg command endpoint](/api-reference/endpoint/run-ffmpeg-command)
2. **Make API Call**: For additional API interactions

These actions are accessible through Make's module search widget when building your automation scenarios.

## Handling Curly Brackets `{{}}`

Make uses curly brackets `{{}}` as special characters for its stored variables. When using these brackets in Rendi FFmpeg commands, you need to escape them with backslashes, like this: `\{\{\}\}`.

Here's an example of a configured FFmpeg command in Make:

<img src="https://mintcdn.com/rendi/1OKYW2ScK83N9NWR/makecom_run_command.png?fit=max&auto=format&n=1OKYW2ScK83N9NWR&q=85&s=c858f54a150821f2309cc83a1a3c45a5" alt="Make Run Command Example" width="1396" height="1426" data-path="makecom_run_command.png" />

## Processing Workflow

After submitting a command to Rendi, you have two options to track the processing status:

1. **Polling Method**: Monitor the job status using our [API reference - poll command endpoint](/api-reference/endpoint/poll-command)
2. **Webhook Integration**: Configure webhooks to automatically trigger Make workflows upon job completion. See our [webhooks documentation](/webhooks) for details.
