Skip to Content

Zapier

Zapier integration is not currently available on ZəkaHouse. The official LearnHouse Zapier app is a public listing owned by LearnHouse Inc. in Zapier’s app directory — it is not something this fork controls or can rebrand, and there is no equivalent ZəkaHouse app published on Zapier today.

What this means in practice

Searching Zapier for “ZəkaHouse” will not return an app, and connecting to the “LearnHouse” app you may find there will not work against your ZəkaHouse instance — it points at infrastructure this fork does not run.

If you need Zapier-style automation today

Reach for Webhooks instead. Every event in the Event Catalogue fires the same signed POST payload a Zapier trigger would have consumed, so you can:

  • Point a webhook endpoint at Zapier’s own Webhooks by Zapier trigger (a “Catch Hook” step), which gives you a URL to paste into ZəkaHouse and starts a Zap from that payload — without needing an official app in the middle.
  • Point the same endpoint at any other automation tool that accepts an incoming webhook (Make, n8n, Pipedream, a serverless function, and so on).

This covers the “ZəkaHouse event → other app” direction that Zapier triggers provided. The reverse direction — running a ZəkaHouse action (enroll a user, complete an activity) from inside a Zap — has no equivalent today; use the REST API directly for that.

Revisiting this later

If a first-party Zapier app is ever built for ZəkaHouse, it would sit on top of the same webhook/event infrastructure described above — the event bus, signing, retries, and delivery logs would not need to change. This page will be updated if and when that happens.