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
| Field | Value |
|---|---|
| Action event | POST |
| URL | https://render.imejis.io/v1/YOUR_DESIGN_ID |
| Payload Type | JSON |
| Headers | dma-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. Choose the format with ?format=png|jpeg|webp|pdf (default jpeg) and set JPEG quality with ?quality=1-100.
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.