Zapier icon

Zapier

ZapierZapier

Render an image from any Zap. For the common cases, use the native Imejis Zapier integration. For full control over the fields, call the render API directly with a Webhooks by Zapier step.

Webhooks by zapier settingsWebhooks by Zapier settings

FieldValue
Action eventPOST
URLhttps://render.imejis.io/v1/YOUR_DESIGN_ID
Payload TypeJSON
Headersdma-api-key: YOUR_API_KEY

Send the fields you want to change as component.property pairs in the data, mapping in values from your trigger:

Data (JSON)
{
  "headline.text": "{{title}}",
  "subtitle.text": "{{subtitle}}"
}

The step returns the rendered image, which you can pass to a Gmail, Slack, or Google Drive action.

For the guided setup, see the Zapier integration guide and the integrations overview. Prefer to skip the Zap entirely? An AI agent can drive the same API over MCP.