πŸ“± Monitor iOS App Store reviews & send email notifications automatically

⚑ 564 views Β· πŸ“± Social Media & Email Marketing

πŸ’‘ Pro Tip β€” For competitive intelligence, ScraperNode can automate the data collection β€” Yelp reviews, Glassdoor company data, and Crunchbase profiles all return structured JSON you can feed straight into this workflow.

View All Scrapers

Description

iOS App Store Review Monitor & Notifier – Automated User Feedback Tracking

This workflow runs on a scheduled basis (default: every 6 hours, customizable) and monitors new App Store reviews for your iOS apps. It fetches reviews via Apple’s iTunes RSS API, filters only new reviews since the last run and sends real-time notifications to your team via email, Slack, Telegram or other channels.

Never miss important user feedback again.

Who’s it for

How it works

How to set up

  1. Find your App Store ID

Go to your app’s App Store page.

Example URL: https://apps.apple.com/us/app/app-name/id123456789

The number after id is the App Store ID (123456789).

  1. Configure App Settings

In the App Config node set:

appId = App Store ID country = Country code (us, gb, de, etc.) lang = Language code (en, es, fr, etc.)

  1. Set Up Notifications

Choose your notification method:

Email: configure Gmail/SMTP credentials Slack: add Slack webhook URL Telegram: set up bot token + chat ID Teams: configure Teams webhook

  1. Customize Schedule

In the Schedule Trigger node:

Every 6 hours β†’ 0 */6 * * * Daily at 9 AM β†’ 0 9 * * * Every 2 hours β†’ 0 */2 * * *

  1. Test the Workflow

Use a known App ID (e.g., WhatsApp: 310633997) for testing.

Run manually to verify notifications are formatted correctly.

Requirements

How to customize the workflow

Add-ons to level up

Common Troubleshooting

Need Help?

If you’d like to customize this automation flow to suit your needs, write to our n8n automation team at WeblineIndia and we’ll adapt the template to your exact use case.

πŸ”— Nodes Used

HTTP Request, Gmail, Schedule Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup