KuikCodeDocs
Integrations

Zapier, Make and n8n

Automate today with webhooks as triggers and the API as actions. Native apps are on the roadmap.

There is no KuikCode app in the Zapier, Make or n8n directories yet. Both platforms work with KuikCode today through their generic building blocks:

Triggers

  • Catch Hook (Zapier), Custom webhook (Make) or the Webhook node (n8n) give you a URL. Paste it as a scan webhook on a code, or as the form webhook of a KuikPage form.
  • The scan.created and form.submission payloads arrive as plain JSON, so every field is available for mapping.

Actions

  • Use the platform's HTTP request step against the REST API with Authorization: Bearer kc_live_...: create a code when a product is added to your catalogue, repoint a code when a campaign ends, tag codes from a spreadsheet.
  • Send an Idempotency-Key on POST steps so a retried run cannot create duplicates.

Roadmap

Native Zapier and Make apps, a HubSpot integration and an MCP server for AI assistants are planned on top of the same API.

On this page