Automate with Zapier & other tools
Connect Kubeuron to Zapier, n8n, Make, or your own tools to automate what happens around your reviews.
In the dashboard
Use Integrations → Advanced to set this up.
If you use Zapier, n8n, Make, or a similar automation tool, you can connect Kubeuron without any special app — just their generic webhook and HTTP tools. A few things people build with it:
- Get a Slack or Teams message the moment a new review comes in.
- Add every new reviewer to a spreadsheet or CRM automatically.
- Trigger a task in your project tool whenever a review gets a reply.
Get notified when a review happens
- In your automation tool, create a trigger step that catches an incoming webhook, and copy its URL.
- In Integrations → Advanced, add an endpoint and paste that URL in.
- Choose which events to send: a new review, a published reply, or both.
- Save the signing secret Kubeuron gives you — most tools let you store it securely to verify the request really came from Kubeuron.
- Trigger a real review to test it, then use the review details in the rest of your automation.
Read your reviews from your own tools
If you'd rather pull your review data on your own schedule instead of reacting to events, generate a read-only API key under Settings → API Keys and use it to fetch your reviews whenever you like. Owners and admins can create one; the key is shown once, so save it somewhere safe. If a key is ever exposed, revoke it and create a new one.
Quick reference
| Tool | New review events | Reading reviews |
|---|---|---|
| Zapier | Webhooks by Zapier → Catch Hook | Webhooks by Zapier → Custom Request |
| n8n | Webhook node | HTTP Request node |
| Make | Webhooks → Custom webhook | HTTP → Make a request |
The Integrations page links back to this same setup — there's no separate app to install or approve.

