๐ Refresh Logs ๐ Test Webhook (GET) ๐ง Test Email
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.