Skip to main content

Track and report App Store featuring nominations with MySQL, Slack and Google Drive

Workflow preview

Workflow preview
100%
Track and report App Store featuring nominations with MySQL, Slack and Google Drive preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Apple App Store Connect: Featuring Nominations Report This workflow automates the process of tracking and reporting app nominations submitted to Apple for App Store featuring consideration. It conn...

Best for

  • Document Extraction automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.converttofile, n8n-nodes-base.splitout, n8n-nodes-base.googledrive, n8n-nodes-base.slack, n8n-nodes-base.jwt, n8n-nodes-base.httprequest, n8n-nodes-base.mysql, n8n-nodes-base.scheduletrigger

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ertay Kaya.

Original n8n.io source

1.1 Workflow description

Title
Track and report App Store featuring nominations with MySQL, Slack and Google Drive
Workflow name
Track and report App Store featuring nominations with MySQL, Slack and Google Drive

Apple App Store Connect: Featuring Nominations Report

This workflow automates the process of tracking and reporting app nominations submitted to Apple for App Store featuring consideration. It connects to the App Store Connect API to fetch your list of apps and submitted nominations, stores the data in a MySQL database, and generates a report of all nominations. The report is then exported as a CSV file and can be automatically shared via Google Drive and Slack.

Key features
  • Authenticates with App Store Connect using JWT.
  • Fetches all apps and submitted nominations, including details and related in-app events (API documentation: https://developer.apple.com/documentation/appstoreconnectapi/featuring-nominations)
  • Stores and updates app and nomination data in MySQL tables.
  • Generates a comprehensive nominations report with app and nomination details.
  • Exports the report as a CSV file.
  • Shares the report automatically to Google Drive and Slack.
  • Runs on a weekly schedule, but can be triggered manually as well.
Setup Instructions
  • Obtain your App Store Connect API credentials (Issuer ID, Key ID, and private key) from your Apple Developer account.
  • Set up a MySQL database and configure the connection details in the workflow’s MySQL node(s).
  • (Optional) Connect your Google Drive and Slack accounts using the respective n8n nodes if you want to share the report automatically.
  • Update any credentials in the workflow to match your setup.
  • Activate the workflow and set the schedule as needed.

This template is ideal for teams who regularly submit apps or updates for featuring on the App Store and want to keep track of their nomination history and status in a structured, automated way.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Convert to File

Type / Role
n8n-nodes-base.convertToFile - convertToFile
Config choices
Version 1.1

Block 2 - Split Out

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 3 - Upload file

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 4 - Upload a file

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 5 - Split Out1

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 6 - JWT Auth

Type / Role
n8n-nodes-base.jwt - jwt
Config choices
Version 1

Block 7 - Fetch apps from App Store Connect

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 8 - Fetch submitted nominations from App Store Connect

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 9 - Store applications in MySQL

Type / Role
n8n-nodes-base.mySql - mySql
Config choices
Version 2.5

Block 10 - Store nominations in MySQL

Type / Role
n8n-nodes-base.mySql - mySql
Config choices
Version 2.5

Block 11 - Generate the report with a query

Type / Role
n8n-nodes-base.mySql - mySql
Config choices
Version 2.5

Block 12 - Weekly Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 13 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Track and report App Store featuring nominations with MySQL, Slack and Google Drive
Complexity advanced
Nodes 19
Categories Document Extraction
Author Ertay Kaya
Published 16 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11878/11878.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Track and report App Store featuring nominations with MySQL, Slack and Google Drive do?

Apple App Store Connect: Featuring Nominations Report This workflow automates the process of tracking and reporting app nominations submitted to Apple for App Store featuring consideration. It conn...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 Document Extraction use case.