The idea is:
Integration of the Apple App Store Connect API into n8n
My use case:
I use n8n for automating various tasks related to app development and marketing.
Currently, I rely on manual steps to interact with the Apple App Store Connect platform. For example, getting app promo codes is a manual process of specifying the number of codes to generate and then downloading the list of codes. An integration would greatly streamline this process–by pulling a single code and automating an email offer to a churned subscriber.
Any resources to support this?
Documentation: Apple App Store Connect API
The App Store Connect API requires JWTs to authorize each API request by creating the token and signing it with a private key downloaded from App Store Connect.