Integrations

Make (Integromat)

Streamline the generation of branded images, PDFs, animations, and more, with the powerful duo of Robolly and Make. Robolly is a cloud-based image & video generation API that simplifies the mass creation of template-based images, PDFs, and videos. Make, formerly Integromat, on the other hand, is an automation tool similar to Zapier. It helps you to automate your workflows by connecting different apps and services. With Make, you can create automation workflows that trigger actions based on specific events or conditions.

Robolly seamlessly integrates with Make, among other automation tools. Coupled with Make's intuitive no-code visual builder, the setup process becomes incredibly straightforward. The synergy of these two powerful tools enables you to automatically render images, generate PDFs, and produce videos within moments.

Example use case: Automatically turn Tweets into images and upload them to Google Drive (step-by-step guide with screenshots)

This article walks through a scenario of converting tweets into images and then uploading them into a designated Google Drive folder. However, the process remains consistent across various use cases, so follow along, even if your specific use case differs.

Step 0: Prepare the template

First, set up a template in Robolly. You have the option to create your template from scratch using Robolly’s Template editor or import a template from the Template Gallery. For this article's purpose, we imported the 'Bewildered tweet Square post' template from the gallery.

Screenhot of Robolly Template editor

Step 1: Create new scenario in Make

  1. Open Make.com.
  2. Create a new scenario, and add the first step which is Twitter.
  3. Connect your Twitter account if you haven't already.
  4. Choose who's tweets you want to watch.
  5. Under Return full text of tweets choose "Yes".
  6. Under Limit choose "1".
Screenhot of Make new scenario set up

Step 2: Set up the API request to Robolly

  1. Add an HTTP tool to make the API request to Robolly to render the image based on your template and the data from the tweet.
  2. Copy the Render link from Robolly. To do so: switch over to Robolly, open the template, switch to the render tab, and copy your template's render link using the "copy for code" button.
  3. Paste the render link into the URL field in Make.
  4. Under Serialize URL choose “Yes”.
Screenhot of Make UI with the API request to Robolly

Step 3: Map the data

Now, map the data from the tweet into the render link by replacing the default values with the corresponding values from a menu. It will look similar to this:

Screenhot of Make UI with the maped data

Optional: Set parser tool to get high quality profile picture

The quality of the profile picture URL within the tweet data is low. If you want to get a higher-quality profile picture, set a parser tools by following the steps below.

  1. Under Pattern type in \_normal.
  2. Under New value field, choose emptyString.
  3. In the text field, select 1.user.profile_image_url_https.
Screenhot of Make parser tool
  1. Now, pass the high-quality URL for the profile picture to the render link. It will look similar to this:
Screenhot of Make UI with the maped data

Step 4: Set up Make to save the image to Google Drive

  1. Add the Google Drive tool to an upload file.
  2. In the menu, connect your Google Drive account.
  3. Select where you want the image to be uploaded.
  4. Under File, select HTTP - Get a file which is the rendered image from Robolly.
  5. Save changes by clicking the OK button.
  6. Done!
Screenhot of the final scenario detail in Make

Optional: Testing the scenario

Let’s send out a test tweet to try the scenario. After the tweet is published, click 'run once' located at the bottom left of the screen and wait for the scenario to complete. Once it's done, check Google Drive for the rendered image. From there, you can preview, download, and utilize the image as needed.

Screenhot of the final scenario in MakeScreenhot of Google Drive with the rendered images