Configure the bot to deliver your app reviews to Slack or Microsoft Teams — and reply directly from there.
Based on self-hosted-n8n-template with Traefik for simple deployment on your domain and predefined n8n workflows for the review bot.
You can run this in two modes:
- ✅ We handle setup, hosting, updates, maintenance
- ✅ Fastest path, no ops
- ❌ You must share access (API keys, etc.)
- ❌ Less flexibility for deep customization
Use managed? Send us your App Definition and Credentials. We’ll deploy and configure the stack for you.
- ✅ Full control over infrastructure and data
- ✅ Customize anything
- ❌ You maintain it
- ❌ Some technical effort (Railway/Docker makes it easy)
- ❌ You pay hosting (usually small)
Self-host steps (in this order):
- Deploy the stack → Deployment.md
- Result: n8n + Traefik reachable at your public domain (e.g.,
https://reviewbot.yourcompany.com).
- Result: n8n + Traefik reachable at your public domain (e.g.,
- Create your App Definition → App_Definition.md
- Put your apps in a Google Sheet (field schema provided).
- Configure integrations (Slack / Microsoft Teams)
- Set up the Slack app or Teams bot in your workspace/tenant and collect IDs per the guide.
- Fill in credentials inside n8n → Credentials.md
- These are n8n credentials (OAuth/API keys/secrets) used by the workflows.
- Enable workflows in n8n and set schedules/webhooks.
- Define apps → App Definition
- Deploy runtime → Deployment
- Configure bots + paste n8n credentials → Credentials
- Turn on workflows → reviews flow to Slack/Teams, replies go back to stores 🚀
- Deployment.md — Run stack with Traefik on your domain
- App_Definition.md — Fields, examples, language, Teams/Slack IDs
- Credentials.md — All n8n credentials (Slack/Teams, Apple, Google)
- If you don’t want to self-host, use Managed: send us
APP_DEFINITION+CREDENTIALS. - Self-host requires a public domain + TLS (Traefik handles certs in the template).
- Workflows ship preconfigured; you only map your Google Sheet and credentials.
- Set
HMAC_SECRETin.env(Slack webhook verification).

