yannisalexiou/appstore-webhook-proxy

By yannisalexiou

Updated 4 months ago

Forward App Store Connect Webhook events to Slack and Microsoft Teams

Image
Integration & delivery
Message queues
Developer tools
0

1.0K

yannisalexiou/appstore-webhook-proxy repository overview

🧩 App Store Webhook Proxy

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.


🔧 How It Works

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.


🚀 Usage
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.


📄 Docs & Guides

Tag summary

Content type

Image

Digest

sha256:5a4075c77

Size

382.8 MB

Last updated

4 months ago

docker pull yannisalexiou/appstore-webhook-proxy