Skip to content

Releases: imagekit-developer/n8n-nodes-imagekit

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 25 May 10:41

1.0.6 (2026-05-25)

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 19 May 06:05

1.0.5 (2026-05-19)

Features

  • workflows: add three sample workflow templates (e452cfd)

Bug Fixes

  • trigger: add webhookMethods stubs and update display names to ImageKit (8675b9e)

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 18 May 09:49

1.0.4 (2026-05-18)

Features

  • file: add publish/unpublish operation (634e63a)

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 14 May 07:35

1.0.3 (2026-05-14)

Features

  • asset: expose searchQuery filter on list (7638327)

Bug Fixes

  • file: send multipart/form-data for upload + add V1/V2 toggle (8af628c)
  • file: use AITags body key for bulkRemoveAITags (659b09f)

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 12 May 20:07

1.0.1 (2026-05-12)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 12 May 15:40

πŸš€ ImageKit for n8n β€” v1.0.0

The official ImageKit community node for n8n is here. Drop ImageKit's media management superpowers into any n8n workflow β€” no glue code, no boilerplate, no custom HTTP nodes.

Whether you're building a content pipeline, an e-commerce media workflow, a DAM automation, or just tired of writing the same upload script for the 12th time… this one's for you.

✨ What you get

  • Full ImageKit Media API coverage β€” files, folders, versions, metadata, custom metadata fields, URL endpoints, origins, extensions, cache purge, and more
  • Upload from anywhere β€” binary data, URLs, or base64, with full control over folders, tags, AI tags, custom coordinates, and response fields
  • Search & list assets with ImageKit's powerful query syntax, sorting, and pagination
  • Webhook trigger node with signature verification baked in β€” wire ImageKit events straight into your workflows safely
  • OpenAPI-driven codegen β€” the node stays in lockstep with the ImageKit API, so new fields and endpoints land fast
  • Strict typing & enums β€” multi-select response fields, validated sort orders, and accurate parameter shapes out of the box

πŸ“¦ Install

In your n8n instance:

Settings β†’ Community Nodes β†’ Install, then enter:

@imagekit/n8n-nodes-imagekit

Or from the registry: https://www.npmjs.com/package/@imagekit/n8n-nodes-imagekit

πŸ” Authentication

Grab your Private Key from the ImageKit dashboard and create an ImageKit API credential in n8n. That's it.

🧰 What you can build

  • Auto-upload product images from Shopify / Airtable / Drive to ImageKit
  • Tag and categorize media with AI on ingestion
  • Sync your DAM with downstream CMS or marketing tools
  • React to ImageKit webhook events in real time
  • Bulk-purge cache after CMS publishes
  • Manage URL endpoints and origins as code

Full Changelog: https://github.com/imagekit-developer/n8n-nodes-imagekit/commits/1.0.0 or see CHANGELOG.md