appstore-webhook-proxy
Forward App Store Connect Webhook events to Slack and Microsoft Teams
1.0K
Forward App Store Connect Webhook events to Slack and Microsoft Teams.
Apple introduced official App Store Connect Webhooks at WWDC 2025. This lightweight proxy allows you to forward those webhook events — such as Ready for Review, Rejected, or Approved — to your team's communication tools.
This container listens for incoming App Store webhook events and forwards them to the Slack and/or Microsoft Teams webhook URLs you provide via environment variables.
docker run -d \
-p 3000:3000 \
-e SHARED_SECRET=your_shared_secret \
-e SLACK_WEBHOOK_URL=https://hooks.slack.com/services/XXX \
-e TEAMS_WEBHOOK_URL=https://your-teams.webhook.url \
ghcr.io/yannisalexiou/appstore-webhook-proxy:latest
💡 You can set only one of the Slack or Teams webhook URLs, or both.
Content type
Image
Digest
sha256:5a4075c77…
Size
382.8 MB
Last updated
4 months ago
docker pull yannisalexiou/appstore-webhook-proxy