App Review Alerts to Slack

Overview
Every morning, pulls the newest reviews for your app from both Google Play and the App Store, keeps only the ones written since the last run, and posts a digest per store to Slack.
App Review Alerts to Slack
Every morning, pulls the newest reviews for your app from both Google Play and the App Store, keeps only the ones written since the last run, and posts a digest per store to Slack.
How it works
- Daily — an Inject trigger repeating every 86,400 seconds.
- Submit Google Play Task → Read Google Task Id → Wait For Google → Get Google Reviews → Is Google Ready → Poll Google Again — app reviews have no live endpoint, so the call submits a task and polls
task_getevery 15 seconds until DataForSEO reports status 20000 or the attempt budget runs out. - Build Google Digest — keeps reviews newer than the cutoff and formats them.
- Post Google Reviews → the same submit-and-poll shape against the Apple endpoint → Post App Store Reviews.
Reviews are the fastest signal you have that a release broke something. A digest at 9am beats a dashboard nobody opens.
A store with no new reviews is skipped rather than posting an empty message.
Setup
- DataForSEO credential — API login and password from https://app.dataforseo.com/api-access.
- Slack credential — a bot token with
chat:write. - The Google Play package name (e.g.
com.duolingo) and the App Store numeric id in Set Parameters.
Tuning the cutoff
msg.since defaults to 24 hours back. Keep it in step with the trigger interval so nothing is reported twice and nothing is missed.
Package note
The App Data reviews endpoints have no dedicated node in Robomotion.DataForSEO 1.0.0 — the package covers Play/App Store search and app info — so both calls go through Raw Request, including the polling.
Ported from
This flow covers both DataForSEO template pages for the same automation.
- App Review Alerts to Slack — DataForSEO template
- App Review Alerts to Slack — DataForSEO template
More seo templates
See all 53 →- ActiveCampaign Lead Business DataEvery 15 minutes, takes the leads ActiveCampaign has touched most recently, turns each website into a bare domain, looks the company up in the Google Business listings database, and writes the name, description, categories, address, rating and price level back onto the ActiveCampaign record.
- ActiveCampaign Lead Traffic StatsEvery 15 minutes, takes the leads ActiveCampaign has touched most recently, turns each website into a bare domain, estimates how much organic search traffic that domain gets, and writes the numbers back onto the ActiveCampaign record.
- Add Backlinks to Google SheetsPulls the live backlinks pointing at a domain every 15 minutes and appends them to a Google Sheet, one row per link, with the source page, anchor text, follow status, ranks and first/last seen dates.
- AI Mode References to SheetsTracks which websites Google's AI Mode cites when it answers a question. Every 7 days it queries the AI Mode SERP for a keyword, flattens the references of every answer block, de-duplicates them by URL and appends them to a Google Sheet.
- AI Overview Citations to SheetsTracks which websites Google's AI Overview cites for a keyword. Every 7 days it pulls the Google SERP with the AI Overview block loaded, collects every source the answer references, de-duplicates them by URL and appends them to a Google Sheet.
- AI Overview Keyword Wins by EmailEach week, finds the keywords where your domains are newly cited inside Google's AI Overview, saves the full picture to Google Sheets, and emails the new placements.