The server is running successfully!
POST /webhooks/{application_name}/inbound - Inbound messages for specific appPOST /webhooks/{application_name}/status - Status updates for specific appExample: /webhooks/sales/inbound for sales application
POST /webhooks/inbound - Inbound messages (no app context)POST /webhooks/status - Status updates (no app context)POST /bridge/webhook/ - WhatsApp webhookPOST /bridge/send-message/ - Send messageGET /bridge/webhook/status/ - Health checkGET /bridge/contact/{phone}/messages/ - Message historyGET /control/flows/ - List registration flowsGET /control/registrations/ - List registrationsGET /control/stats/ - Registration statisticsGET /control/health/ - Health check/flows - List available flows (filtered by application)/flow {ID} - Start specific flow/status - Show registration status/status {FLOW_ID} - View completed registrations/cancel - Cancel current registration/help - Show helppython manage.py create_sample_flow - Create test datapython manage.py test_registration_flow --interactive - Test flowpython manage.py cleanup_registrations --dry-run - Clean old datapython manage.py test_whatsapp --check-config - Test WhatsApp