Overview
If your assistant's server URL points at a Laravel application, there's one setup step vanilla webhook handlers on other frameworks don't need: excluding the webhook route from Laravel's CSRF protection. Without that exclusion, Laravel will reject incoming POST requests from the core system before your controller ever sees them. This page covers the CSRF exclusion (for both older and current Laravel versions), a worked controller and route, the response rules, and local testing.