Reputation & Reviews · n8n

Monitor New App Store and Play Store Reviews in Slack

An n8n workflow that checks your app's App Store and Google Play reviews on a schedule and posts each new one to Slack with its rating and an AI-suggested reply — so your team celebrates the good, jumps on the bad, and never misses feedback buried in the stores.

difficulty Intermediatesetup 45 minresult Every new app review lands in Slack with its rating and a ready reply draft for low-star ones
  1. 1

    Poll the stores

    A Schedule Trigger runs hourly; HTTP Request nodes fetch the Apple reviews RSS and the Play reviews API for your app.

  2. 2

    Keep new reviews only

    A Code node de-duplicates against seen review IDs stored in workflow static data, so each review posts once.

  3. 3

    Draft replies for low stars

    For reviews under 3 stars, an HTTP Request to Claude drafts a calm response the team can post from the store console.

  4. 4

    Post to Slack

    A Slack node shares each new review with its rating and, where relevant, the draft reply — feedback the team actually sees and acts on.

Frequently asked questions

How does it read store reviews?

Apple exposes an RSS feed of customer reviews per app and country; Google Play reviews come via the Play Developer API. The workflow polls both, de-duplicates against what it has already seen, and posts only genuinely new reviews.

Does it reply automatically?

No — it drafts a suggested reply for low-star reviews and posts it to Slack for a human to approve and submit. Public developer responses need judgment, and both stores let you reply from their consoles once you've reviewed the draft.

About this recipe. Recipes on FlowRecipesHub are written for business owners, not developers, and are tested before publishing — how recipes get made. Some ingredient links are affiliate links that cost you nothing — full disclosure.