Make icon

Make

Make integromatMake (Integromat)

Render an image from any Make scenario with the built-in HTTP module. The module gets the finished image back directly, so there is nothing to poll.

Http make a request module settingsHTTP "Make a request" module settings

FieldValue
URLhttps://render.imejis.io/v1/YOUR_DESIGN_ID
MethodPOST
Headerdma-api-key: YOUR_API_KEY
Body typeRaw / application/json
Parse responseOff (the response is a binary image, not JSON)

Send the fields you want to change as component.property pairs in the request content, mapping in fields from earlier modules:

Request content (JSON)
{
  "headline.text": "{{1.title}}",
  "subtitle.text": "{{1.subtitle}}"
}

The module outputs the image as data, which you can pass straight into a Google Drive, email, or Slack module.

For a full walkthrough, see image automation with Make and the integrations overview. Want it fully hands-off? An AI agent can drive the same API over MCP.