๐Ÿ”ง Server Configuration Check

PHP Settings:


๐Ÿงช Testing Webhook Without cURL

Data to send:

{
    "name": "No cURL Test User",
    "email": "nocurl.test@example.com",
    "phone": "+971501234567",
    "message": "Testing webhook without cURL",
    "property_ref": "8466",
    "test_time": "2026-04-08 10:50:21",
    "test_method": "file_get_contents"
}

Method 1: GET Request

URL: https://hooks.zapier.com/hooks/catch/16832625/2vq6ikc/?name=No+cURL+Test+User&email=nocurl.test%40example.com&phone=%2B971501234567&message=Testing+webhook+without+cURL&property_ref=8466&test_time=2026-04-08+10%3A50%3A21&test_method=file_get_contents

โœ… GET Success! Response: {"attempt":"019d6cb6-f0df-2575-8516-9d706a05e08c","id":"019d6cb6-f0df-2575-8516-9d706a05e08c","request_id":"019d6cb6-f0df-2575-8516-9d706a05e08c","status":"success"}

๐ŸŽ‰ Success!

The webhook works without cURL! Check your Zapier Task History.