Block 1 - Daily size check
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
IPA Size Tracker with Trend Alerts – Automated iOS Apps Size Monitoring This workflow runs on a daily schedule and monitors IPA file sizes from configured URLs. It stores historical size data in Go...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.gmail, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.
Original n8n.io sourceThis workflow runs on a daily schedule and monitors IPA file sizes from configured URLs. It stores historical size data in Google Sheets, compares current vs. previous builds and sends email alerts only when significant size changes occur (default: ±10%). A DRY_RUN toggle allows safe testing before real notifications go out.
{name, version, build, ipa_url}.IPA Size History sheet.>10% increase or >10% decrease).Create a Google Sheet with a tab named IPA Size History containing:
Date, Timestamp, App_Name, Version, Build_Number, Size_Bytes, Size_KB, Size_MB, IPA_URL
Define your workflow variables:
APP_CONFIGS = array of monitored apps ({name, version, build, ipa_url})SPREADSHEET_ID = Google Sheet IDSHEET_NAME = IPA Size HistorySMTP_FROM = sender email (e.g., [email protected])ALERT_RECIPIENTS = comma-separated emailsSIZE_INCREASE_THRESHOLD = 0.10 (10%)SIZE_DECREASE_THRESHOLD = 0.10 (10%)LARGE_APP_WARNING = 300 (MB)SCHEDULE_TIME = 09:00TIMEZONE = UTCDRY_RUN = false (set true to test without sending emails)Once configured, it will run automatically at the scheduled time.
APP_CONFIGS.SIZE_INCREASE_THRESHOLD / SIZE_DECREASE_THRESHOLD.{{app_name}}, {{current_size}}, {{previous_size}}, {{change_percent}}, {{trend_status}}.LARGE_APP_WARNING.If you’d like this to customize this workflow to suit your app development process, then simply reach out to us here and we’ll help you customize the template to your exact use case.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Track iOS app sizes with trend alerts using Google Sheets and Gmail notifications |
|---|---|
| Complexity | intermediate |
| Nodes | 11 |
| Categories | DevOps |
| Author | WeblineIndia |
| Published | 14 Oct 2025 |
Use the JSON export at /data/workflows/9617/9617.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
IPA Size Tracker with Trend Alerts – Automated iOS Apps Size Monitoring This workflow runs on a daily schedule and monitors IPA file sizes from configured URLs. It stores historical size data in Go...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your DevOps use case.