n8n-nodes-pictify community node lets you call Pictify from any n8n workflow — no code required. Render Open Graph cards, social media images, animated GIFs, certificates, invoices, and more, then chain into email, Slack, S3, Notion, Airtable, or anything else n8n supports.
Community nodes work on self-hosted n8n and on n8n Cloud (Pro plan and above). See n8n’s community-node docs for details.
Install
In your n8n instance:- Open Settings → Community Nodes.
- Click Install.
- Enter the package name:
n8n-nodes-pictify - Accept the prompt and wait for install to complete.
Connect credentials
- Get an API key at pictify.io → Settings → API Keys.
- In n8n: Credentials → New → Pictify API.
- Paste your API key. Leave Base URL at the default unless you self-host.
- Click Test — n8n calls
GET /templatesto verify the key.
Available operations
| Resource | Operation | What it does |
|---|---|---|
| Image | Render From Template | Render a saved template with variables |
| Image | Render From HTML | Render raw HTML + CSS into an image |
| Image | Render Batch | Render up to 500 images from one template in a single call |
| GIF | Render GIF | Render an animated GIF from a template or HTML with frames |
| Render PDF | Render a PDF (page format, margins, landscape orientation) | |
| Template | Get | Fetch a single template and its variables |
| Template | List | List all templates on your account |
- Return Binary — download the rendered file as a binary item, ready to email or upload.
- Continue On Fail — let the workflow keep running even if a single item fails.
- Layout / Layouts — render one or many layout variants from a multi-layout template.
Example workflows
Open Graph card per blog postSource & support
- npm:
n8n-nodes-pictify - GitHub:
pictify-io/n8n-nodes-pictify - Issues: open one on GitHub or email support@pictify.io