๐Ÿ“‹ RevenueCat Webhook Logs

Log File: webhook-logs.txt
Status: โœ… Found
Size: 444 bytes
Last Modified: 2026-02-08 11:12:36
Webhook URL: https://magicquillai.com/webhooks/revenuecat-webhook.php
[2026-02-08 09:58:07] GET request received - Webhook is accessible -------------------------------------------------------------------------------- [2026-02-08 10:18:12] GET request received - Webhook is accessible -------------------------------------------------------------------------------- [2026-02-08 11:12:36] GET request received - Webhook is accessible --------------------------------------------------------------------------------

๐Ÿ”„ Refresh Logs ๐Ÿ”— Test Webhook (GET) ๐Ÿ“ง Test Email


๐Ÿงช Quick Tests

Test if webhook receives events:

Run this in your terminal or use a tool like Postman:

curl -X POST https://magicquillai.com/webhooks/revenuecat-webhook.php \
  -H "Content-Type: application/json" \
  -d '{
    "event": {
      "type": "TEST",
      "id": "manual_test_123",
      "app_user_id": "test_user",
      "product_id": "test_product",
      "event_timestamp_ms": "'1770557132000'",
      "environment": "SANDBOX"
    }
  }'

After running this, refresh this page to see if the event was logged.