Make.com Integration
Rendi is an official vendor of Make.com
Rendi and Make.com Integration
Rendi’s integration with Make.com enables seamless automation of video processing workflows by combining Rendi’s FFmpeg capabilities with Make.com’s robust automation platform.
Integration Details
You can find our official integration on Make.com’s marketplace: Make.com - Rendi - FFmepg API
To establish the integration between Make.com and Rendi:
- Obtain your API key from the Rendi dashboard
- Create a new connection in Make.com
- Use your Rendi API key to authenticate the connection
Available Actions
Rendi provides two native actions within Make.com:
- 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
- Make API Call: For additional API interactions
These actions are accessible through Make.com’s module search widget when building your automation scenarios.
Handling Curly Brackets {{}}
Make.com 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.com:
Processing Workflow
After submitting a command to Rendi, you have two options to track the processing status:
- Polling Method: Monitor the job status using our API reference - poll command endpoint
- Webhook Integration: Configure webhooks to automatically trigger Make.com workflows upon job completion. See our webhooks documentation for details.