[2026-07-30 04:13:49] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.6","payload_size":759} 
[2026-07-30 04:13:49] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 04:13:49] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 04:13:49] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 04:13:49] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 04:13:49] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 04:13:49] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 04:13:49] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 04:13:49] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 04:13:49] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 04:13:49] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 04:13:49] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 04:13:49] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.6"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
[2026-07-30 04:13:51] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.21","payload_size":759} 
[2026-07-30 04:13:51] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 04:13:51] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 04:13:51] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 04:13:51] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 04:13:51] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 04:13:51] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 04:13:51] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 04:13:51] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 04:13:51] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 04:13:51] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 04:13:51] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 04:13:51] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.21"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
[2026-07-30 04:13:52] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.42","payload_size":759} 
[2026-07-30 04:13:52] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 04:13:52] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 04:13:52] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 04:13:52] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 04:13:52] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 04:13:52] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 04:13:52] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 04:13:52] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 04:13:52] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 04:13:52] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 04:13:52] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 04:13:52] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.42"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
[2026-07-30 04:14:05] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.12","payload_size":759} 
[2026-07-30 04:14:05] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 04:14:05] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 04:14:05] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 04:14:05] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 04:14:05] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 04:14:05] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 04:14:05] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 04:14:05] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 04:14:05] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 04:14:05] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 04:14:05] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 04:14:05] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.12"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
[2026-07-30 04:15:10] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.63","payload_size":759} 
[2026-07-30 04:15:10] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 04:15:10] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 04:15:10] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 04:15:10] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 04:15:10] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 04:15:10] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 04:15:10] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 04:15:11] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 04:15:11] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 04:15:11] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 04:15:11] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 04:15:11] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.63"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
[2026-07-30 04:19:09] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.40","payload_size":759} 
[2026-07-30 04:19:09] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 04:19:09] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 04:19:09] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 04:19:09] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 04:19:09] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 04:19:09] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 04:19:09] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 04:19:09] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 04:19:09] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 04:19:09] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 04:19:09] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 04:19:09] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.40"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
[2026-07-30 04:19:10] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.62","payload_size":759} 
[2026-07-30 04:19:10] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 04:19:10] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 04:19:10] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 04:19:10] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 04:19:10] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 04:19:10] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 04:19:10] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 04:19:11] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 04:19:11] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 04:19:11] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 04:19:11] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 04:19:11] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.62"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
[2026-07-30 04:19:13] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.42","payload_size":759} 
[2026-07-30 04:19:13] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 04:19:13] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 04:19:13] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 04:19:13] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 04:19:13] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 04:19:13] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 04:19:13] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 04:19:13] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 04:19:13] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 04:19:13] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 04:19:13] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 04:19:13] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.42"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
[2026-07-30 04:19:36] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.26","payload_size":759} 
[2026-07-30 04:19:36] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 04:19:36] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 04:19:36] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 04:19:36] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 04:19:36] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 04:19:36] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 04:19:36] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 04:19:36] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 04:19:36] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 04:19:36] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 04:19:36] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 04:19:36] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.26"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
[2026-07-30 04:23:35] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.39","payload_size":759} 
[2026-07-30 04:23:35] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 04:23:35] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 04:23:35] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 04:23:35] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 04:23:35] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 04:23:35] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 04:23:35] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 04:23:35] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 04:23:35] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 04:23:35] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 04:23:35] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 04:23:35] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.39"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
[2026-07-30 04:23:36] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.1","payload_size":759} 
[2026-07-30 04:23:36] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 04:23:36] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 04:23:36] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 04:23:36] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 04:23:36] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 04:23:36] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 04:23:36] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 04:23:37] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 04:23:37] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 04:23:37] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 04:23:37] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 04:23:37] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.1"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
[2026-07-30 04:23:38] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.54","payload_size":759} 
[2026-07-30 04:23:38] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 04:23:38] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 04:23:38] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 04:23:38] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 04:23:38] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 04:23:38] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 04:23:38] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 04:23:38] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 04:23:38] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 04:23:38] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 04:23:38] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 04:23:38] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.54"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
[2026-07-30 04:23:41] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.22","payload_size":759} 
[2026-07-30 04:23:41] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 04:23:41] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 04:23:41] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 04:23:41] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 04:23:41] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 04:23:41] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 04:23:41] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 04:23:41] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 04:23:41] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 04:23:41] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 04:23:41] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 04:23:41] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.22"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
[2026-07-30 04:29:52] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.32","payload_size":759} 
[2026-07-30 04:29:52] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 04:29:52] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 04:29:52] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 04:29:52] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 04:29:52] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 04:29:52] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 04:29:52] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 04:29:52] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 04:29:52] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 04:29:52] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 04:29:52] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 04:29:52] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.32"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
[2026-07-30 04:57:56] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.63","payload_size":759} 
[2026-07-30 04:57:56] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 04:57:56] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 04:57:56] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 04:57:56] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 04:57:56] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 04:57:56] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 04:57:56] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 04:57:57] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 04:57:57] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 04:57:57] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 04:57:57] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 04:57:57] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.63"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
[2026-07-30 06:50:34] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.51","payload_size":759} 
[2026-07-30 06:50:34] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 06:50:34] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 06:50:34] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 06:50:34] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 06:50:34] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 06:50:34] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 06:50:34] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 06:50:36] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 06:50:36] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 06:50:36] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 06:50:36] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 06:50:36] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"69.171.230.51"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
[2026-07-30 06:50:38] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.45","payload_size":759} 
[2026-07-30 06:50:38] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 06:50:38] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 06:50:38] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 06:50:38] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 06:50:38] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 06:50:38] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 06:50:38] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 06:50:39] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 06:50:39] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 06:50:39] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 06:50:39] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 06:50:39] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"69.171.230.45"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
[2026-07-30 06:50:40] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.42","payload_size":759} 
[2026-07-30 06:50:40] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 06:50:40] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 06:50:40] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 06:50:40] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 06:50:40] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 06:50:40] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 06:50:40] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 06:50:41] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 06:50:41] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 06:50:41] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 06:50:41] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 06:50:41] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"69.171.230.42"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
[2026-07-30 06:51:04] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.28","payload_size":759} 
[2026-07-30 06:51:04] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 06:51:04] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 06:51:04] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 06:51:04] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 06:51:04] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 06:51:04] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 06:51:04] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 06:51:05] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 06:51:05] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 06:51:05] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 06:51:05] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 06:51:05] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"69.171.230.28"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
[2026-07-30 06:52:48] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.114","payload_size":759} 
[2026-07-30 06:52:48] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 06:52:48] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 06:52:48] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 06:52:48] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 06:52:48] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 06:52:48] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 06:52:48] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 06:52:48] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 06:52:48] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 06:52:48] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 06:52:48] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 06:52:48] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"69.171.230.114"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
[2026-07-30 06:57:30] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.37","payload_size":759} 
[2026-07-30 06:57:30] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 06:57:30] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 06:57:30] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 06:57:30] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 06:57:30] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 06:57:30] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 06:57:30] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 06:57:30] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 06:57:30] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 06:57:30] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 06:57:30] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 06:57:30] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.37"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
[2026-07-30 06:57:31] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.4","payload_size":759} 
[2026-07-30 06:57:31] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 06:57:31] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 06:57:31] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 06:57:31] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 06:57:31] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 06:57:31] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 06:57:31] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 06:57:31] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 06:57:31] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 06:57:31] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 06:57:31] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 06:57:31] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.4"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
[2026-07-30 06:57:33] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.14","payload_size":759} 
[2026-07-30 06:57:33] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 06:57:33] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 06:57:33] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 06:57:33] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 06:57:33] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 06:57:33] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 06:57:34] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 06:57:34] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 06:57:34] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 06:57:34] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 06:57:34] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 06:57:34] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.14"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
[2026-07-30 06:57:50] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.1","payload_size":759} 
[2026-07-30 06:57:50] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 06:57:50] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 06:57:50] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 06:57:50] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 06:57:50] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 06:57:50] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 06:57:50] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 06:57:50] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 06:57:50] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 06:57:50] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 06:57:50] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 06:57:50] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.1"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
[2026-07-30 06:58:51] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.35","payload_size":759} 
[2026-07-30 06:58:51] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 06:58:51] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 06:58:51] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 06:58:51] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 06:58:51] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 06:58:51] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 06:58:51] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 06:58:51] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 06:58:51] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 06:58:51] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 06:58:51] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 06:58:51] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.35"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
[2026-07-30 07:11:05] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.16","payload_size":759} 
[2026-07-30 07:11:05] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 07:11:05] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 07:11:05] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 07:11:05] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 07:11:05] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 07:11:05] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 07:11:05] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 07:11:05] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 07:11:05] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 07:11:05] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 07:11:05] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 07:11:05] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.16"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
[2026-07-30 10:14:40] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.4","payload_size":546} 
[2026-07-30 10:14:40] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'Wilson Santa Cruz',
                  ),
                  'wa_id' => '639174593801',
                  'user_id' => 'PH.4534499620203017',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'from' => '639174593801',
                  'from_user_id' => 'PH.4534499620203017',
                  'id' => 'wamid.HBgMNjM5MTc0NTkzODAxFQIAEhgUM0JDQTU2ODFGODM5QkZEODkxQTQA',
                  'timestamp' => '1785377678',
                  'text' => 
                  array (
                    'body' => 'Hi',
                  ),
                  'type' => 'text',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 10:14:40] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 10:14:40] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 10:14:40] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 10:14:40] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 10:14:40] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 10:14:40] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 10:14:41] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"639174593801","user_id":"PH.4534499620203017","username":null,"profile_name":"Wilson Santa Cruz"} 
[2026-07-30 10:14:41] production.INFO: Found existing recipient {"recipient_id":48792,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 10:14:41] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48792,"recipient_mobile":"639174593801","recipient_username":null,"recipient_user_id":"PH.4534499620203017"} 
[2026-07-30 10:14:41] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgMNjM5MTc0NTkzODAxFQIAEhgUM0JDQTU2ODFGODM5QkZEODkxQTQA","message_type":"text","from":"639174593801","timestamp":"1785377678"} 
[2026-07-30 10:14:41] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"text"} 
[2026-07-30 10:14:41] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"Hi"} 
[2026-07-30 10:14:41] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":false,"last_node_id":null,"has_node_data":false} 
[2026-07-30 10:14:41] production.INFO: [WORKFLOW_FIND] Starting workflow search {"wa_type":"text","text":"Hi","recipient_id":48792,"session_id":371171} 
[2026-07-30 10:14:42] production.INFO: [WORKFLOW_FIND] Workflow search result {"workflow_found":true,"workflow_id":18227,"workflow_name":"Elanco Malaysia Default Check Standard Onboarded User"} 
[2026-07-30 10:14:42] production.INFO: [REPLY_BY_LAST_NODE] Got first node from workflow {"workflow_id":18227,"first_node_id":125930,"node_type":"condition"} 
[2026-07-30 10:14:42] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":125930,"node_type":"condition"} 
[2026-07-30 10:14:42] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125930,"node_type":"condition","has_node_data":true,"wf_redirect":null} 
[2026-07-30 10:14:42] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125930,"endpoint":125931} 
[2026-07-30 10:14:42] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125924,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 10:14:42] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80697,"template_slug":"elanco_malaysia_no_name_1781535671935","template_type":"text","node_id":125924,"recipient_identifier":"639174593801"} 
[2026-07-30 10:14:42] production.INFO: [BSUID] Sending message {"template_id":80697,"template_slug":"elanco_malaysia_no_name_1781535671935","identifier_type":"phone","identifier_value":"639174593801","transformed":false,"locale":"en"} 
[2026-07-30 10:14:43] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125924,"node_type":"msg-template","has_node_data":false,"wf_redirect":true} 
[2026-07-30 10:14:43] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125924,"endpoint":null} 
[2026-07-30 10:14:43] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125911,"is_last_node":true,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 10:14:43] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80675,"template_slug":"elanco_malaysia_menu","template_type":"list_reply","node_id":125911,"recipient_identifier":"639174593801"} 
[2026-07-30 10:14:43] production.INFO: [BSUID] Sending message {"template_id":80675,"template_slug":"elanco_malaysia_menu","identifier_type":"phone","identifier_value":"639174593801","transformed":false,"locale":"en"} 
[2026-07-30 10:14:44] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-30 10:14:45] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.42","payload_size":604} 
[2026-07-30 10:14:45] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '639174593801',
                  'user_id' => 'PH.4534499620203017',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgMNjM5MTc0NTkzODAxFQIAERgSODA0RTFFOUNGQjE4MTBGOEMzAA==',
                  'status' => 'sent',
                  'timestamp' => '1785377683',
                  'recipient_id' => '639174593801',
                  'recipient_user_id' => 'PH.4534499620203017',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 10:14:45] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 10:14:45] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 10:14:45] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 10:14:45] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 10:14:45] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 10:14:45] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 10:14:45] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.40","payload_size":604} 
[2026-07-30 10:14:45] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '639174593801',
                  'user_id' => 'PH.4534499620203017',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgMNjM5MTc0NTkzODAxFQIAERgSODA0RTFFOUNGQjE4MTBGOEMzAA==',
                  'status' => 'read',
                  'timestamp' => '1785377684',
                  'recipient_id' => '639174593801',
                  'recipient_user_id' => 'PH.4534499620203017',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 10:14:45] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 10:14:45] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 10:14:45] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 10:14:45] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 10:14:45] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 10:14:45] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 10:14:45] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.62","payload_size":609} 
[2026-07-30 10:14:45] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '639174593801',
                  'user_id' => 'PH.4534499620203017',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgMNjM5MTc0NTkzODAxFQIAERgSODA0RTFFOUNGQjE4MTBGOEMzAA==',
                  'status' => 'delivered',
                  'timestamp' => '1785377684',
                  'recipient_id' => '639174593801',
                  'recipient_user_id' => 'PH.4534499620203017',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 10:14:45] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 10:14:45] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 10:14:45] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 10:14:45] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 10:14:45] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 10:14:45] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 10:14:46] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.30","payload_size":604} 
[2026-07-30 10:14:46] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '639174593801',
                  'user_id' => 'PH.4534499620203017',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgMNjM5MTc0NTkzODAxFQIAERgSMEVERjg1OTA1NUE3QzU4REQ2AA==',
                  'status' => 'sent',
                  'timestamp' => '1785377685',
                  'recipient_id' => '639174593801',
                  'recipient_user_id' => 'PH.4534499620203017',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 10:14:46] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 10:14:46] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 10:14:46] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 10:14:46] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 10:14:46] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 10:14:46] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 10:14:46] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.115","payload_size":609} 
[2026-07-30 10:14:46] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '639174593801',
                  'user_id' => 'PH.4534499620203017',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgMNjM5MTc0NTkzODAxFQIAERgSMEVERjg1OTA1NUE3QzU4REQ2AA==',
                  'status' => 'delivered',
                  'timestamp' => '1785377685',
                  'recipient_id' => '639174593801',
                  'recipient_user_id' => 'PH.4534499620203017',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 10:14:46] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 10:14:46] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 10:14:46] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 10:14:46] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 10:14:46] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 10:14:46] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 10:14:47] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.32","payload_size":604} 
[2026-07-30 10:14:47] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '639174593801',
                  'user_id' => 'PH.4534499620203017',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgMNjM5MTc0NTkzODAxFQIAERgSMEVERjg1OTA1NUE3QzU4REQ2AA==',
                  'status' => 'read',
                  'timestamp' => '1785377685',
                  'recipient_id' => '639174593801',
                  'recipient_user_id' => 'PH.4534499620203017',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 10:14:47] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 10:14:47] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 10:14:47] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 10:14:47] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 10:14:47] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 10:14:47] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:03:21] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.5","payload_size":531} 
[2026-07-30 11:03:21] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjA2NjI3ODREQzdBMUVFNEJCQjkA',
                  'timestamp' => '1785380599',
                  'text' => 
                  array (
                    'body' => 'hell',
                  ),
                  'type' => 'text',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:03:21] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 11:03:21] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:03:21] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 11:03:21] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 11:03:21] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 11:03:21] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:03:21] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 11:03:21] production.INFO: Found existing recipient {"recipient_id":48840,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 11:03:21] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48840,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 11:03:21] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjA2NjI3ODREQzdBMUVFNEJCQjkA","message_type":"text","from":"6585402090","timestamp":"1785380599"} 
[2026-07-30 11:03:21] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"text"} 
[2026-07-30 11:03:21] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"hell"} 
[2026-07-30 11:03:22] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":false,"last_node_id":null,"has_node_data":false} 
[2026-07-30 11:03:22] production.INFO: [WORKFLOW_FIND] Starting workflow search {"wa_type":"text","text":"hell","recipient_id":48840,"session_id":371172} 
[2026-07-30 11:03:22] production.INFO: [WORKFLOW_FIND] Workflow search result {"workflow_found":true,"workflow_id":18307,"workflow_name":"Zespri RedRuby Default Check Standard Onboarded User"} 
[2026-07-30 11:03:22] production.INFO: [REPLY_BY_LAST_NODE] Got first node from workflow {"workflow_id":18307,"first_node_id":126204,"node_type":"condition"} 
[2026-07-30 11:03:22] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":126204,"node_type":"condition"} 
[2026-07-30 11:03:22] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126204,"node_type":"condition","has_node_data":true,"wf_redirect":null} 
[2026-07-30 11:03:22] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126204,"endpoint":126205} 
[2026-07-30 11:03:23] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126198,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 11:03:23] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80793,"template_slug":"zespri_redruby_no_name_1781535671935","template_type":"text","node_id":126198,"recipient_identifier":"6585402090"} 
[2026-07-30 11:03:23] production.INFO: [BSUID] Sending message {"template_id":80793,"template_slug":"zespri_redruby_no_name_1781535671935","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-30 11:03:24] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126198,"node_type":"msg-template","has_node_data":false,"wf_redirect":true} 
[2026-07-30 11:03:24] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126198,"endpoint":null} 
[2026-07-30 11:03:24] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126185,"is_last_node":true,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 11:03:24] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80771,"template_slug":"zespri_redruby_menu","template_type":"list_reply","node_id":126185,"recipient_identifier":"6585402090"} 
[2026-07-30 11:03:24] production.INFO: [BSUID] Sending message {"template_id":80771,"template_slug":"zespri_redruby_menu","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-30 11:03:25] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-30 11:03:25] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.9","payload_size":717} 
[2026-07-30 11:03:25] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjI3OUI5OTVEMkE2RDY3NTg1RgA=',
                  'status' => 'sent',
                  'timestamp' => '1785380604',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => 'c4999bae4c70b9a52558c78697de05c0',
                    'expiration_timestamp' => '1785380604',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:03:25] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 11:03:25] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:03:25] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 11:03:25] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 11:03:25] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 11:03:25] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:03:26] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.6","payload_size":686} 
[2026-07-30 11:03:26] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjI3OUI5OTVEMkE2RDY3NTg1RgA=',
                  'status' => 'delivered',
                  'timestamp' => '1785380604',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => 'c4999bae4c70b9a52558c78697de05c0',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:03:26] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 11:03:26] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:03:26] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 11:03:26] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 11:03:26] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 11:03:26] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:03:26] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.7","payload_size":717} 
[2026-07-30 11:03:26] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY5MUU4MDU0RTgwODgwODE3OAA=',
                  'status' => 'sent',
                  'timestamp' => '1785380605',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '5d93ee57b52ab532fc9347cf7b297316',
                    'expiration_timestamp' => '1785380605',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:03:26] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 11:03:26] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:03:26] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 11:03:26] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 11:03:26] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 11:03:26] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:03:27] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.32","payload_size":686} 
[2026-07-30 11:03:27] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY5MUU4MDU0RTgwODgwODE3OAA=',
                  'status' => 'delivered',
                  'timestamp' => '1785380605',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '5d93ee57b52ab532fc9347cf7b297316',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:03:27] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 11:03:27] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:03:27] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 11:03:27] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 11:03:27] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 11:03:27] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:04:14] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.28","payload_size":536} 
[2026-07-30 11:04:14] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'Cheok',
                  ),
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'from' => '60173872395',
                  'from_user_id' => 'MY.4556748694644776',
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgASGBYzRUIwQjIzQjJERTg2NEQ5NjRBNzM3AA==',
                  'timestamp' => '1785380651',
                  'text' => 
                  array (
                    'body' => 'hi',
                  ),
                  'type' => 'text',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:04:14] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:04:14] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:04:14] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:04:14] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:04:14] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:04:14] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:04:14] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"60173872395","user_id":"MY.4556748694644776","username":null,"profile_name":"Cheok"} 
[2026-07-30 11:04:14] production.INFO: Found existing recipient {"recipient_id":48727,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 11:04:14] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48727,"recipient_mobile":"60173872395","recipient_username":null,"recipient_user_id":"MY.4556748694644776"} 
[2026-07-30 11:04:14] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgLNjAxNzM4NzIzOTUVAgASGBYzRUIwQjIzQjJERTg2NEQ5NjRBNzM3AA==","message_type":"text","from":"60173872395","timestamp":"1785380651"} 
[2026-07-30 11:04:14] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"text"} 
[2026-07-30 11:04:14] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"hi"} 
[2026-07-30 11:04:15] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":false,"last_node_id":null,"has_node_data":false} 
[2026-07-30 11:04:15] production.INFO: [WORKFLOW_FIND] Starting workflow search {"wa_type":"text","text":"hi","recipient_id":48727,"session_id":371173} 
[2026-07-30 11:04:15] production.INFO: [WORKFLOW_FIND] Workflow search result {"workflow_found":true,"workflow_id":18227,"workflow_name":"Elanco Malaysia Default Check Standard Onboarded User"} 
[2026-07-30 11:04:16] production.INFO: [REPLY_BY_LAST_NODE] Got first node from workflow {"workflow_id":18227,"first_node_id":125930,"node_type":"condition"} 
[2026-07-30 11:04:16] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":125930,"node_type":"condition"} 
[2026-07-30 11:04:16] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125930,"node_type":"condition","has_node_data":true,"wf_redirect":null} 
[2026-07-30 11:04:16] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125930,"endpoint":125931} 
[2026-07-30 11:04:16] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125924,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 11:04:16] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80697,"template_slug":"elanco_malaysia_no_name_1781535671935","template_type":"text","node_id":125924,"recipient_identifier":"60173872395"} 
[2026-07-30 11:04:16] production.INFO: [BSUID] Sending message {"template_id":80697,"template_slug":"elanco_malaysia_no_name_1781535671935","identifier_type":"phone","identifier_value":"60173872395","transformed":false,"locale":"en"} 
[2026-07-30 11:04:17] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125924,"node_type":"msg-template","has_node_data":false,"wf_redirect":true} 
[2026-07-30 11:04:17] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125924,"endpoint":null} 
[2026-07-30 11:04:17] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125911,"is_last_node":true,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 11:04:17] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80675,"template_slug":"elanco_malaysia_menu","template_type":"list_reply","node_id":125911,"recipient_identifier":"60173872395"} 
[2026-07-30 11:04:17] production.INFO: [BSUID] Sending message {"template_id":80675,"template_slug":"elanco_malaysia_menu","identifier_type":"phone","identifier_value":"60173872395","transformed":false,"locale":"en"} 
[2026-07-30 11:04:18] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-30 11:04:18] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.28","payload_size":598} 
[2026-07-30 11:04:18] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJCNTEyRkVENEE4N0I5NjhGRTIA',
                  'status' => 'sent',
                  'timestamp' => '1785380657',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:04:18] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:04:18] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:04:18] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:04:18] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:04:18] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:04:18] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.29","payload_size":598} 
[2026-07-30 11:04:19] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJERkI5QjVCODM0OEU4NUU4ODIA',
                  'status' => 'sent',
                  'timestamp' => '1785380658',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.34","payload_size":603} 
[2026-07-30 11:04:19] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJCNTEyRkVENEE4N0I5NjhGRTIA',
                  'status' => 'delivered',
                  'timestamp' => '1785380657',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.46","payload_size":598} 
[2026-07-30 11:04:19] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJCNTEyRkVENEE4N0I5NjhGRTIA',
                  'status' => 'read',
                  'timestamp' => '1785380657',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.13","payload_size":603} 
[2026-07-30 11:04:19] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJERkI5QjVCODM0OEU4NUU4ODIA',
                  'status' => 'delivered',
                  'timestamp' => '1785380658',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:04:19] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:04:20] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.4","payload_size":598} 
[2026-07-30 11:04:20] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJERkI5QjVCODM0OEU4NUU4ODIA',
                  'status' => 'read',
                  'timestamp' => '1785380658',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:04:20] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:04:20] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:04:20] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:04:20] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:04:20] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.5","payload_size":603} 
[2026-07-30 11:04:20] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJCNTEyRkVENEE4N0I5NjhGRTIA',
                  'status' => 'delivered',
                  'timestamp' => '1785380657',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:04:20] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:04:20] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:04:20] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:04:20] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:04:20] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:04:20] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:04:20] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:04:20] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:04:20] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.32","payload_size":603} 
[2026-07-30 11:04:20] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJERkI5QjVCODM0OEU4NUU4ODIA',
                  'status' => 'delivered',
                  'timestamp' => '1785380658',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:04:20] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:04:20] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:04:20] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:04:20] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:04:20] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:04:20] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:04:23] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.113","payload_size":708} 
[2026-07-30 11:04:23] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'Cheok',
                  ),
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJERkI5QjVCODM0OEU4NUU4ODIA',
                  ),
                  'from' => '60173872395',
                  'from_user_id' => 'MY.4556748694644776',
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgASGBYzRUIwNkEzMjg5NTk3REQ5MTY1MTQ4AA==',
                  'timestamp' => '1785380662',
                  'type' => 'interactive',
                  'interactive' => 
                  array (
                    'type' => 'list_reply',
                    'list_reply' => 
                    array (
                      'id' => '1',
                      'title' => '1. Upload Receipt',
                    ),
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:04:23] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:04:23] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:04:23] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:04:23] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:04:23] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:04:23] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:04:23] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"60173872395","user_id":"MY.4556748694644776","username":null,"profile_name":"Cheok"} 
[2026-07-30 11:04:23] production.INFO: Found existing recipient {"recipient_id":48727,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 11:04:23] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48727,"recipient_mobile":"60173872395","recipient_username":null,"recipient_user_id":"MY.4556748694644776"} 
[2026-07-30 11:04:23] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgLNjAxNzM4NzIzOTUVAgASGBYzRUIwNkEzMjg5NTk3REQ5MTY1MTQ4AA==","message_type":"interactive","from":"60173872395","timestamp":"1785380662"} 
[2026-07-30 11:04:23] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"interactive"} 
[2026-07-30 11:04:23] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"1. Upload Receipt"} 
[2026-07-30 11:04:24] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":true,"last_node_id":125911,"has_node_data":false} 
[2026-07-30 11:04:24] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":125911,"node_type":"msg-template"} 
[2026-07-30 11:04:24] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125911,"node_type":"msg-template","has_node_data":false,"wf_redirect":null} 
[2026-07-30 11:04:24] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125911,"endpoint":"1"} 
[2026-07-30 11:04:24] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126003,"is_last_node":true,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 11:04:24] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80692,"template_slug":"elanco_malaysia_no_name_1780380800564","template_type":"text","node_id":126003,"recipient_identifier":"60173872395"} 
[2026-07-30 11:04:24] production.INFO: [BSUID] Sending message {"template_id":80692,"template_slug":"elanco_malaysia_no_name_1780380800564","identifier_type":"phone","identifier_value":"60173872395","transformed":false,"locale":"en"} 
[2026-07-30 11:04:25] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-30 11:04:26] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.14","payload_size":598} 
[2026-07-30 11:04:26] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBI5MTFDNDQ3QzZGNEEyMDAyNUIA',
                  'status' => 'sent',
                  'timestamp' => '1785380665',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:04:26] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:04:26] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:04:26] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:04:26] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:04:26] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:04:26] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:04:26] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.34","payload_size":603} 
[2026-07-30 11:04:26] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBI5MTFDNDQ3QzZGNEEyMDAyNUIA',
                  'status' => 'delivered',
                  'timestamp' => '1785380665',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:04:26] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:04:26] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:04:26] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:04:26] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:04:26] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:04:26] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:04:27] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.16","payload_size":598} 
[2026-07-30 11:04:27] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBI5MTFDNDQ3QzZGNEEyMDAyNUIA',
                  'status' => 'read',
                  'timestamp' => '1785380665',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:04:27] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:04:27] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:04:27] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:04:27] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:04:27] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:04:27] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:05:03] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.48","payload_size":871} 
[2026-07-30 11:05:03] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'Cheok',
                  ),
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'from' => '60173872395',
                  'from_user_id' => 'MY.4556748694644776',
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgASGBYzRUIwNkRGN0E5NUMzRDgxRDBDMkJEAA==',
                  'timestamp' => '1785380701',
                  'type' => 'document',
                  'document' => 
                  array (
                    'filename' => 'Screenshot 2026-07-30 at 11.04.31 AM.png',
                    'mime_type' => 'image/png',
                    'sha256' => 'HfH2LOlJU6ElpYVy1+FTZWGL88cV7ROC50Z41jNnEAw=',
                    'id' => '1090092877015208',
                    'url' => 'https://lookaside.fbsbx.com/whatsapp_business/attachments/?mid=1090092877015208&source=webhook&ext=1785381002&hash=ATx15NqysHFNZ6Rhstp3fdWBUvwvIkezxVcN8oof9uwPyQ',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:05:03] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:05:03] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:05:03] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:05:03] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:05:03] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:05:03] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:05:04] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"60173872395","user_id":"MY.4556748694644776","username":null,"profile_name":"Cheok"} 
[2026-07-30 11:05:04] production.INFO: Found existing recipient {"recipient_id":48727,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 11:05:04] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48727,"recipient_mobile":"60173872395","recipient_username":null,"recipient_user_id":"MY.4556748694644776"} 
[2026-07-30 11:05:04] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgLNjAxNzM4NzIzOTUVAgASGBYzRUIwNkRGN0E5NUMzRDgxRDBDMkJEAA==","message_type":"document","from":"60173872395","timestamp":"1785380701"} 
[2026-07-30 11:05:04] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"document"} 
[2026-07-30 11:05:04] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":""} 
[2026-07-30 11:05:06] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":false,"last_node_id":null,"has_node_data":false} 
[2026-07-30 11:05:06] production.INFO: [WORKFLOW_FIND] Starting workflow search {"wa_type":"document","text":"","recipient_id":48727,"session_id":371175} 
[2026-07-30 11:05:06] production.INFO: [WORKFLOW_FIND] Workflow search result {"workflow_found":true,"workflow_id":18229,"workflow_name":"Elanco Malaysia Default Check Standard Onboarded User When Is Sent Document"} 
[2026-07-30 11:05:06] production.INFO: [REPLY_BY_LAST_NODE] Got first node from workflow {"workflow_id":18229,"first_node_id":125933,"node_type":"condition"} 
[2026-07-30 11:05:06] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":125933,"node_type":"condition"} 
[2026-07-30 11:05:06] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125933,"node_type":"condition","has_node_data":true,"wf_redirect":null} 
[2026-07-30 11:05:06] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125933,"endpoint":125934} 
[2026-07-30 11:05:07] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125948,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 11:05:07] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80670,"template_slug":"elanco_malaysia_upload_completenext_part","template_type":"button_reply","node_id":125948,"recipient_identifier":"60173872395"} 
[2026-07-30 11:05:07] production.INFO: [BSUID] Sending message {"template_id":80670,"template_slug":"elanco_malaysia_upload_completenext_part","identifier_type":"phone","identifier_value":"60173872395","transformed":false,"locale":"en"} 
[2026-07-30 11:05:08] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-30 11:05:09] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.112","payload_size":603} 
[2026-07-30 11:05:09] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJCN0EzMzExNkI1ODU2RDZEQUIA',
                  'status' => 'delivered',
                  'timestamp' => '1785380708',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:05:09] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:05:09] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:05:09] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:05:09] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:05:09] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:05:09] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:05:10] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.29","payload_size":598} 
[2026-07-30 11:05:10] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJCN0EzMzExNkI1ODU2RDZEQUIA',
                  'status' => 'sent',
                  'timestamp' => '1785380708',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:05:10] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:05:10] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:05:10] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:05:10] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:05:10] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:05:10] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:05:10] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.29","payload_size":603} 
[2026-07-30 11:05:10] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJCN0EzMzExNkI1ODU2RDZEQUIA',
                  'status' => 'delivered',
                  'timestamp' => '1785380708',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:05:10] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:05:10] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:05:10] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:05:10] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:05:10] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:05:10] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:05:10] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.3","payload_size":598} 
[2026-07-30 11:05:10] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJCN0EzMzExNkI1ODU2RDZEQUIA',
                  'status' => 'read',
                  'timestamp' => '1785380708',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:05:10] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:05:10] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:05:10] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:05:10] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:05:10] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:05:10] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:05:12] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.0","payload_size":710} 
[2026-07-30 11:05:12] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'Cheok',
                  ),
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJCN0EzMzExNkI1ODU2RDZEQUIA',
                  ),
                  'from' => '60173872395',
                  'from_user_id' => 'MY.4556748694644776',
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgASGBYzRUIwQkUxRUY3QjgwOTg0ODQ2QUVGAA==',
                  'timestamp' => '1785380711',
                  'type' => 'interactive',
                  'interactive' => 
                  array (
                    'type' => 'button_reply',
                    'button_reply' => 
                    array (
                      'id' => '1',
                      'title' => 'Upload Complete',
                    ),
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:05:12] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:05:12] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:05:12] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:05:12] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:05:12] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:05:12] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:05:13] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"60173872395","user_id":"MY.4556748694644776","username":null,"profile_name":"Cheok"} 
[2026-07-30 11:05:13] production.INFO: Found existing recipient {"recipient_id":48727,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 11:05:13] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48727,"recipient_mobile":"60173872395","recipient_username":null,"recipient_user_id":"MY.4556748694644776"} 
[2026-07-30 11:05:13] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgLNjAxNzM4NzIzOTUVAgASGBYzRUIwQkUxRUY3QjgwOTg0ODQ2QUVGAA==","message_type":"interactive","from":"60173872395","timestamp":"1785380711"} 
[2026-07-30 11:05:13] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"interactive"} 
[2026-07-30 11:05:13] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"Upload Complete"} 
[2026-07-30 11:05:13] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":true,"last_node_id":125948,"has_node_data":false} 
[2026-07-30 11:05:13] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":125948,"node_type":"msg-template"} 
[2026-07-30 11:05:13] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125948,"node_type":"msg-template","has_node_data":false,"wf_redirect":null} 
[2026-07-30 11:05:13] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125948,"endpoint":"1"} 
[2026-07-30 11:05:14] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125953,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 11:05:14] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80671,"template_slug":"elanco_malaysia_upload_complete_reply_to_follow_with_apv_receipt_status","template_type":"text","node_id":125953,"recipient_identifier":"60173872395"} 
[2026-07-30 11:05:14] production.INFO: [BSUID] Sending message {"template_id":80671,"template_slug":"elanco_malaysia_upload_complete_reply_to_follow_with_apv_receipt_status","identifier_type":"phone","identifier_value":"60173872395","transformed":false,"locale":"en"} 
[2026-07-30 11:05:15] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125953,"node_type":"msg-template","has_node_data":false,"wf_redirect":true} 
[2026-07-30 11:05:15] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125953,"endpoint":null} 
[2026-07-30 11:05:16] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125954,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action"]} 
[2026-07-30 11:05:16] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125954,"node_type":"integration","has_node_data":false,"wf_redirect":null} 
[2026-07-30 11:05:16] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125954,"endpoint":null} 
[2026-07-30 11:05:16] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125955,"is_last_node":true,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action"]} 
[2026-07-30 11:05:16] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80689,"template_slug":"elanco_malaysia_waiting","template_type":"sticker","node_id":125955,"recipient_identifier":"60173872395"} 
[2026-07-30 11:05:16] production.INFO: [BSUID] Sending message {"template_id":80689,"template_slug":"elanco_malaysia_waiting","identifier_type":"phone","identifier_value":"60173872395","transformed":false,"locale":"en"} 
[2026-07-30 11:05:16] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-30 11:05:17] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.23","payload_size":598} 
[2026-07-30 11:05:17] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBIyMUFBNUY5QjYzQkYzRTc5MEUA',
                  'status' => 'sent',
                  'timestamp' => '1785380715',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:05:17] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:05:17] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:05:17] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:05:17] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:05:17] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:05:17] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:05:17] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.113","payload_size":603} 
[2026-07-30 11:05:17] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBIyMUFBNUY5QjYzQkYzRTc5MEUA',
                  'status' => 'delivered',
                  'timestamp' => '1785380716',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:05:17] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:05:17] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:05:17] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:05:17] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:05:17] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:05:17] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:05:17] production.INFO: array (
  'response' => 
  array (
    'success' => false,
    'error' => 'User not found',
    'error_msg' => 'User cannot be found from our record',
  ),
  'log' => 
  App\Models\IntegrationLogs::__set_state(array(
     'connection' => 'mysql',
     'table' => 'integration_logs',
     'primaryKey' => 'id',
     'keyType' => 'int',
     'incrementing' => true,
     'with' => 
    array (
    ),
     'withCount' => 
    array (
    ),
     'preventsLazyLoading' => false,
     'perPage' => 15,
     'exists' => true,
     'wasRecentlyCreated' => true,
     'escapeWhenCastingToString' => false,
     'attributes' => 
    array (
      'integration_id' => 4316,
      'channel_id' => 17,
      'url' => 'https://carlsbergmybuyspinandsurewin.com/api/v1/webhook?api_token=pcZ75zxYtFnHYEWo7mCW6qIouhm7wW96uoUo2eH8yZjlNuXQ2Xpdykj3v9f6',
      'method' => 'POST',
      'headers' => '[]',
      'payload' => '{"mobile":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiTVBqazNZMHBIZVA5bFE5aHkwTjY3Zz09IiwibWFjIjoiMTVmZGVkNzE5ZTc3NDcxMGEzYjAzY2RmYTU0M2FjZmJiMjc1ZWFiNzJmMzNkYTEyZWYyZGYxNjY0M2QzMTBiNeyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoidDY3d0FqN2ZkYlZIVlp6QUU3d0dCUT09IiwibWFjIjoiMmQwNjg2Yjg2Y2NiMDk2ZGNhYTQyMTU1MTY5YjFkNjE2YTZkNzY3MzIwMWNkZTNjOTcyNGQ2ZjVmODNmZGJkOCJ99","wa_username":null,"wa_bsuid":"MY.4556748694644776","email":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiSjBmdGJGUVRCY2FEVlVPNm4yNVZkTlA5a09sNjMyWDJzYWxRUVlDZTAzbz0iLeyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoidDY3d0FqN2ZkYlZIVlp6QUU3d0dCUT09IiwibWFjIjoiMmQwNjg2Yjg2Y2NiMDk2ZGNhYTQyMTU1MTY5YjFkNjE2YTZkNzY3MzIwMWNkZTNjOTcyNGQ2ZjVmODNmZGJkOCJ9tYWMiOiIxZDFmM2VjYzJmOGJiMDVkNzJmYjE4ZGUwODg4MjM1NWRhNmI5OTRkMWQwYzIwZTI1MmYxNzhmNjFkNjBlZWRhIn0=","name":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoidDY3d0FqN2ZkYlZIVlp6QUU3d0dCUT09IiwibWFjIjoiMmQwNjg2Yjg2Y2NiMDk2ZGNhYTQyMTU1MTY5YjFkNjE2YTZkNzY3MzIwMWNkZTNjOTcyNGQ2ZjVmODNmZGJkOCJ9","registered_at":"2026-04-09 17:51:27","referer_guid":null,"onboarded_source":null,"reward_code":null,"type":"smart_receipt_async","receipt_url":"https:\\/\\/pr-one-wa.growthdesk.dev\\/storage\\/channel\\/17\\/recipient\\/a1806560-e714-4dbd-af7e-34d30d860301\\/a2612246-69ae-4124-8a85-c03bd826ce93.png","upload_datetime":"2026-07-30T03:05:06.000000Z","app_guid":"a18065f6-d2f8-40df-8fb3-620ff1b36fec"}',
      'response' => '{"success":false,"error":"User not found","error_msg":"User cannot be found from our record"}',
      'workflow_node_id' => 125954,
      'chat_session_id' => 371175,
      'response_headers' => '{"Date":["Thu, 30 Jul 2026 03:05:17 GMT"],"Server":["Apache"],"Cache-Control":["no-cache, private"],"X-RateLimit-Limit":["60"],"X-RateLimit-Remaining":["59"],"Transfer-Encoding":["chunked"],"Content-Type":["application\\/json"]}',
      'http_code' => 404,
      'encryption_paths' => '{"paths":{"payload":["payload.mobile","payload.email","payload.name"],"response":["response.data.name","response.data.email","response.data.mobile","response.data.login_url","response.6a6abf6c51399"]},"vals":["eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiSjBmdGJGUVRCY2FEVlVPNm4yNVZkTlA5a09sNjMyWDJzYWxRUVlDZTAzbz0iLCJtYWMiOiIxZDFmM2VjYzJmOGJiMDVkNzJmYjE4ZGUwODg4MjM1NWRhNmI5OTRkMWQwYzIwZTI1MmYxNzhmNjFkNjBlZWRhIn0=","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiTVBqazNZMHBIZVA5bFE5aHkwTjY3Zz09IiwibWFjIjoiMTVmZGVkNzE5ZTc3NDcxMGEzYjAzY2RmYTU0M2FjZmJiMjc1ZWFiNzJmMzNkYTEyZWYyZGYxNjY0M2QzMTBiNCJ9","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoidDY3d0FqN2ZkYlZIVlp6QUU3d0dCUT09IiwibWFjIjoiMmQwNjg2Yjg2Y2NiMDk2ZGNhYTQyMTU1MTY5YjFkNjE2YTZkNzY3MzIwMWNkZTNjOTcyNGQ2ZjVmODNmZGJkOCJ9"]}',
      'updated_at' => '2026-07-30 11:05:17',
      'created_at' => '2026-07-30 11:05:17',
      'id' => 223087,
    ),
     'original' => 
    array (
      'integration_id' => 4316,
      'channel_id' => 17,
      'url' => 'https://carlsbergmybuyspinandsurewin.com/api/v1/webhook?api_token=pcZ75zxYtFnHYEWo7mCW6qIouhm7wW96uoUo2eH8yZjlNuXQ2Xpdykj3v9f6',
      'method' => 'POST',
      'headers' => '[]',
      'payload' => '{"mobile":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiTVBqazNZMHBIZVA5bFE5aHkwTjY3Zz09IiwibWFjIjoiMTVmZGVkNzE5ZTc3NDcxMGEzYjAzY2RmYTU0M2FjZmJiMjc1ZWFiNzJmMzNkYTEyZWYyZGYxNjY0M2QzMTBiNeyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoidDY3d0FqN2ZkYlZIVlp6QUU3d0dCUT09IiwibWFjIjoiMmQwNjg2Yjg2Y2NiMDk2ZGNhYTQyMTU1MTY5YjFkNjE2YTZkNzY3MzIwMWNkZTNjOTcyNGQ2ZjVmODNmZGJkOCJ99","wa_username":null,"wa_bsuid":"MY.4556748694644776","email":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiSjBmdGJGUVRCY2FEVlVPNm4yNVZkTlA5a09sNjMyWDJzYWxRUVlDZTAzbz0iLeyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoidDY3d0FqN2ZkYlZIVlp6QUU3d0dCUT09IiwibWFjIjoiMmQwNjg2Yjg2Y2NiMDk2ZGNhYTQyMTU1MTY5YjFkNjE2YTZkNzY3MzIwMWNkZTNjOTcyNGQ2ZjVmODNmZGJkOCJ9tYWMiOiIxZDFmM2VjYzJmOGJiMDVkNzJmYjE4ZGUwODg4MjM1NWRhNmI5OTRkMWQwYzIwZTI1MmYxNzhmNjFkNjBlZWRhIn0=","name":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoidDY3d0FqN2ZkYlZIVlp6QUU3d0dCUT09IiwibWFjIjoiMmQwNjg2Yjg2Y2NiMDk2ZGNhYTQyMTU1MTY5YjFkNjE2YTZkNzY3MzIwMWNkZTNjOTcyNGQ2ZjVmODNmZGJkOCJ9","registered_at":"2026-04-09 17:51:27","referer_guid":null,"onboarded_source":null,"reward_code":null,"type":"smart_receipt_async","receipt_url":"https:\\/\\/pr-one-wa.growthdesk.dev\\/storage\\/channel\\/17\\/recipient\\/a1806560-e714-4dbd-af7e-34d30d860301\\/a2612246-69ae-4124-8a85-c03bd826ce93.png","upload_datetime":"2026-07-30T03:05:06.000000Z","app_guid":"a18065f6-d2f8-40df-8fb3-620ff1b36fec"}',
      'response' => '{"success":false,"error":"User not found","error_msg":"User cannot be found from our record"}',
      'workflow_node_id' => 125954,
      'chat_session_id' => 371175,
      'response_headers' => '{"Date":["Thu, 30 Jul 2026 03:05:17 GMT"],"Server":["Apache"],"Cache-Control":["no-cache, private"],"X-RateLimit-Limit":["60"],"X-RateLimit-Remaining":["59"],"Transfer-Encoding":["chunked"],"Content-Type":["application\\/json"]}',
      'http_code' => 404,
      'encryption_paths' => '{"paths":{"payload":["payload.mobile","payload.email","payload.name"],"response":["response.data.name","response.data.email","response.data.mobile","response.data.login_url","response.6a6abf6c51399"]},"vals":["eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiSjBmdGJGUVRCY2FEVlVPNm4yNVZkTlA5a09sNjMyWDJzYWxRUVlDZTAzbz0iLCJtYWMiOiIxZDFmM2VjYzJmOGJiMDVkNzJmYjE4ZGUwODg4MjM1NWRhNmI5OTRkMWQwYzIwZTI1MmYxNzhmNjFkNjBlZWRhIn0=","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiTVBqazNZMHBIZVA5bFE5aHkwTjY3Zz09IiwibWFjIjoiMTVmZGVkNzE5ZTc3NDcxMGEzYjAzY2RmYTU0M2FjZmJiMjc1ZWFiNzJmMzNkYTEyZWYyZGYxNjY0M2QzMTBiNCJ9","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoidDY3d0FqN2ZkYlZIVlp6QUU3d0dCUT09IiwibWFjIjoiMmQwNjg2Yjg2Y2NiMDk2ZGNhYTQyMTU1MTY5YjFkNjE2YTZkNzY3MzIwMWNkZTNjOTcyNGQ2ZjVmODNmZGJkOCJ9"]}',
      'updated_at' => '2026-07-30 11:05:17',
      'created_at' => '2026-07-30 11:05:17',
      'id' => 223087,
    ),
     'changes' => 
    array (
    ),
     'casts' => 
    array (
      'headers' => 'array',
      'payload' => 'array',
      'response' => 'array',
      'response_headers' => 'array',
      'encryption_paths' => 'array',
    ),
     'classCastCache' => 
    array (
    ),
     'attributeCastCache' => 
    array (
    ),
     'dates' => 
    array (
    ),
     'dateFormat' => NULL,
     'appends' => 
    array (
    ),
     'dispatchesEvents' => 
    array (
    ),
     'observables' => 
    array (
    ),
     'relations' => 
    array (
    ),
     'touches' => 
    array (
    ),
     'timestamps' => true,
     'hidden' => 
    array (
      0 => 'encryption_paths',
    ),
     'visible' => 
    array (
    ),
     'fillable' => 
    array (
      0 => 'integration_id',
      1 => 'channel_id',
      2 => 'workflow_node_id',
      3 => 'chat_session_id',
      4 => 'url',
      5 => 'method',
      6 => 'headers',
      7 => 'payload',
      8 => 'response',
      9 => 'response_headers',
      10 => 'http_code',
    ),
     'guarded' => 
    array (
      0 => '*',
    ),
     'fieldResponseHeader' => 'response_headers',
     'fieldResponseCode' => 'http_code',
     '_originals' => 
    array (
    ),
  )),
)  
[2026-07-30 11:05:18] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.31","payload_size":603} 
[2026-07-30 11:05:18] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBIyMUFBNUY5QjYzQkYzRTc5MEUA',
                  'status' => 'delivered',
                  'timestamp' => '1785380716',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:05:18] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:05:18] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:05:18] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:05:18] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:05:18] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:05:18] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:05:19] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.79.6","payload_size":598} 
[2026-07-30 11:05:19] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBIyMUFBNUY5QjYzQkYzRTc5MEUA',
                  'status' => 'read',
                  'timestamp' => '1785380718',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:05:19] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:05:19] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:05:19] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:05:19] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:05:19] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:05:19] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:06:06] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.3","payload_size":536} 
[2026-07-30 11:06:06] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'Cheok',
                  ),
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'from' => '60173872395',
                  'from_user_id' => 'MY.4556748694644776',
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgASGBYzRUIwNzcwRTIyQzk5QkNDRTE5NzhEAA==',
                  'timestamp' => '1785380765',
                  'text' => 
                  array (
                    'body' => 'hi',
                  ),
                  'type' => 'text',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:06:06] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:06:06] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:06:06] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:06:06] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:06:06] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:06:06] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:06:07] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"60173872395","user_id":"MY.4556748694644776","username":null,"profile_name":"Cheok"} 
[2026-07-30 11:06:07] production.INFO: Found existing recipient {"recipient_id":48727,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 11:06:07] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48727,"recipient_mobile":"60173872395","recipient_username":null,"recipient_user_id":"MY.4556748694644776"} 
[2026-07-30 11:06:07] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgLNjAxNzM4NzIzOTUVAgASGBYzRUIwNzcwRTIyQzk5QkNDRTE5NzhEAA==","message_type":"text","from":"60173872395","timestamp":"1785380765"} 
[2026-07-30 11:06:07] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"text"} 
[2026-07-30 11:06:07] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"hi"} 
[2026-07-30 11:06:07] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":false,"last_node_id":null,"has_node_data":false} 
[2026-07-30 11:06:07] production.INFO: [WORKFLOW_FIND] Starting workflow search {"wa_type":"text","text":"hi","recipient_id":48727,"session_id":371176} 
[2026-07-30 11:06:07] production.INFO: [WORKFLOW_FIND] Workflow search result {"workflow_found":true,"workflow_id":18227,"workflow_name":"Elanco Malaysia Default Check Standard Onboarded User"} 
[2026-07-30 11:06:08] production.INFO: [REPLY_BY_LAST_NODE] Got first node from workflow {"workflow_id":18227,"first_node_id":125930,"node_type":"condition"} 
[2026-07-30 11:06:08] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":125930,"node_type":"condition"} 
[2026-07-30 11:06:08] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125930,"node_type":"condition","has_node_data":true,"wf_redirect":null} 
[2026-07-30 11:06:08] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125930,"endpoint":125931} 
[2026-07-30 11:06:08] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125924,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 11:06:08] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80697,"template_slug":"elanco_malaysia_no_name_1781535671935","template_type":"text","node_id":125924,"recipient_identifier":"60173872395"} 
[2026-07-30 11:06:08] production.INFO: [BSUID] Sending message {"template_id":80697,"template_slug":"elanco_malaysia_no_name_1781535671935","identifier_type":"phone","identifier_value":"60173872395","transformed":false,"locale":"en"} 
[2026-07-30 11:06:09] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125924,"node_type":"msg-template","has_node_data":false,"wf_redirect":true} 
[2026-07-30 11:06:09] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125924,"endpoint":null} 
[2026-07-30 11:06:10] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125911,"is_last_node":true,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 11:06:10] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80675,"template_slug":"elanco_malaysia_menu","template_type":"list_reply","node_id":125911,"recipient_identifier":"60173872395"} 
[2026-07-30 11:06:10] production.INFO: [BSUID] Sending message {"template_id":80675,"template_slug":"elanco_malaysia_menu","identifier_type":"phone","identifier_value":"60173872395","transformed":false,"locale":"en"} 
[2026-07-30 11:06:10] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-30 11:06:10] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.37","payload_size":598} 
[2026-07-30 11:06:10] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJFRDkyNDY1OTE0MUZGODI5QjAA',
                  'status' => 'sent',
                  'timestamp' => '1785380769',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:06:10] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:06:10] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:06:10] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:06:10] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:06:10] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:06:10] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:06:11] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.25","payload_size":598} 
[2026-07-30 11:06:11] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJFRDkyNDY1OTE0MUZGODI5QjAA',
                  'status' => 'read',
                  'timestamp' => '1785380770',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:06:11] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:06:11] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:06:11] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:06:11] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:06:11] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:06:11] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:06:11] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.25","payload_size":603} 
[2026-07-30 11:06:11] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJFRDkyNDY1OTE0MUZGODI5QjAA',
                  'status' => 'delivered',
                  'timestamp' => '1785380769',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:06:11] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:06:11] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:06:11] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:06:11] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:06:11] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:06:11] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:06:12] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.62","payload_size":598} 
[2026-07-30 11:06:12] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJCQzhEODg5NkRBN0JDM0NGRkYA',
                  'status' => 'sent',
                  'timestamp' => '1785380770',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:06:12] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:06:12] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:06:12] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:06:12] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:06:12] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:06:12] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:06:12] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.2","payload_size":598} 
[2026-07-30 11:06:12] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJCQzhEODg5NkRBN0JDM0NGRkYA',
                  'status' => 'read',
                  'timestamp' => '1785380771',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:06:12] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:06:12] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:06:12] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:06:12] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:06:12] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:06:12] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:06:12] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.10","payload_size":603} 
[2026-07-30 11:06:12] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJCQzhEODg5NkRBN0JDM0NGRkYA',
                  'status' => 'delivered',
                  'timestamp' => '1785380771',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:06:12] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:06:12] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:06:12] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:06:12] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:06:12] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:06:12] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:06:16] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.37","payload_size":708} 
[2026-07-30 11:06:16] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'Cheok',
                  ),
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJCQzhEODg5NkRBN0JDM0NGRkYA',
                  ),
                  'from' => '60173872395',
                  'from_user_id' => 'MY.4556748694644776',
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgASGBYzRUIwMTdBMzYyNjE5MjFGNkU5MTcwAA==',
                  'timestamp' => '1785380774',
                  'type' => 'interactive',
                  'interactive' => 
                  array (
                    'type' => 'list_reply',
                    'list_reply' => 
                    array (
                      'id' => '1',
                      'title' => '1. Upload Receipt',
                    ),
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:06:16] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:06:16] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:06:16] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:06:16] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:06:16] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:06:16] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:06:16] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"60173872395","user_id":"MY.4556748694644776","username":null,"profile_name":"Cheok"} 
[2026-07-30 11:06:16] production.INFO: Found existing recipient {"recipient_id":48727,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 11:06:16] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48727,"recipient_mobile":"60173872395","recipient_username":null,"recipient_user_id":"MY.4556748694644776"} 
[2026-07-30 11:06:16] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgLNjAxNzM4NzIzOTUVAgASGBYzRUIwMTdBMzYyNjE5MjFGNkU5MTcwAA==","message_type":"interactive","from":"60173872395","timestamp":"1785380774"} 
[2026-07-30 11:06:16] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"interactive"} 
[2026-07-30 11:06:16] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"1. Upload Receipt"} 
[2026-07-30 11:06:16] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":true,"last_node_id":125911,"has_node_data":false} 
[2026-07-30 11:06:16] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":125911,"node_type":"msg-template"} 
[2026-07-30 11:06:16] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125911,"node_type":"msg-template","has_node_data":false,"wf_redirect":null} 
[2026-07-30 11:06:16] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125911,"endpoint":"1"} 
[2026-07-30 11:06:17] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126003,"is_last_node":true,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 11:06:17] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80692,"template_slug":"elanco_malaysia_no_name_1780380800564","template_type":"text","node_id":126003,"recipient_identifier":"60173872395"} 
[2026-07-30 11:06:17] production.INFO: [BSUID] Sending message {"template_id":80692,"template_slug":"elanco_malaysia_no_name_1780380800564","identifier_type":"phone","identifier_value":"60173872395","transformed":false,"locale":"en"} 
[2026-07-30 11:06:17] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-30 11:06:19] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.18","payload_size":598} 
[2026-07-30 11:06:19] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJGRTM5MzkzOTlCRTQ0RTAyRUQA',
                  'status' => 'sent',
                  'timestamp' => '1785380778',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:06:19] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:06:19] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:06:19] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:06:19] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:06:19] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:06:19] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:06:19] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.0","payload_size":598} 
[2026-07-30 11:06:19] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJGRTM5MzkzOTlCRTQ0RTAyRUQA',
                  'status' => 'read',
                  'timestamp' => '1785380778',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:06:19] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:06:19] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:06:19] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:06:19] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:06:19] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:06:19] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:06:19] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.22","payload_size":603} 
[2026-07-30 11:06:19] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJGRTM5MzkzOTlCRTQ0RTAyRUQA',
                  'status' => 'delivered',
                  'timestamp' => '1785380778',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:06:19] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:06:19] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:06:19] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:06:19] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:06:19] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:06:19] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:06:30] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.34","payload_size":807} 
[2026-07-30 11:06:30] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'Cheok',
                  ),
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'from' => '60173872395',
                  'from_user_id' => 'MY.4556748694644776',
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgASGBYzRUIwODIwNDQ3OUNGRUVENjhGN0ZFAA==',
                  'timestamp' => '1785380787',
                  'type' => 'image',
                  'image' => 
                  array (
                    'mime_type' => 'image/jpeg',
                    'sha256' => 'ncTLv1dBo3pAQDQFDT9yjdRBtH3bMy4FY+Sq4aRNBAE=',
                    'id' => '1351283593823184',
                    'url' => 'https://lookaside.fbsbx.com/whatsapp_business/attachments/?mid=1351283593823184&source=webhook&ext=1785381089&hash=ATzVm-_2KMIlZbphYQ--uqyrocHQ_wwGcskktKDAXlDiPQ',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:06:30] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:06:30] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:06:30] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:06:30] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:06:30] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:06:30] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:06:30] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"60173872395","user_id":"MY.4556748694644776","username":null,"profile_name":"Cheok"} 
[2026-07-30 11:06:30] production.INFO: Found existing recipient {"recipient_id":48727,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 11:06:30] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48727,"recipient_mobile":"60173872395","recipient_username":null,"recipient_user_id":"MY.4556748694644776"} 
[2026-07-30 11:06:30] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgLNjAxNzM4NzIzOTUVAgASGBYzRUIwODIwNDQ3OUNGRUVENjhGN0ZFAA==","message_type":"image","from":"60173872395","timestamp":"1785380787"} 
[2026-07-30 11:06:30] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"image"} 
[2026-07-30 11:06:30] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":""} 
[2026-07-30 11:06:33] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":false,"last_node_id":null,"has_node_data":false} 
[2026-07-30 11:06:33] production.INFO: [WORKFLOW_FIND] Starting workflow search {"wa_type":"image","text":"","recipient_id":48727,"session_id":371178} 
[2026-07-30 11:06:33] production.INFO: [WORKFLOW_FIND] Workflow search result {"workflow_found":true,"workflow_id":18229,"workflow_name":"Elanco Malaysia Default Check Standard Onboarded User When Is Sent Document"} 
[2026-07-30 11:06:34] production.INFO: [REPLY_BY_LAST_NODE] Got first node from workflow {"workflow_id":18229,"first_node_id":125933,"node_type":"condition"} 
[2026-07-30 11:06:34] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":125933,"node_type":"condition"} 
[2026-07-30 11:06:34] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125933,"node_type":"condition","has_node_data":true,"wf_redirect":null} 
[2026-07-30 11:06:34] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125933,"endpoint":125934} 
[2026-07-30 11:06:34] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125948,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 11:06:34] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80670,"template_slug":"elanco_malaysia_upload_completenext_part","template_type":"button_reply","node_id":125948,"recipient_identifier":"60173872395"} 
[2026-07-30 11:06:34] production.INFO: [BSUID] Sending message {"template_id":80670,"template_slug":"elanco_malaysia_upload_completenext_part","identifier_type":"phone","identifier_value":"60173872395","transformed":false,"locale":"en"} 
[2026-07-30 11:06:35] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.112","payload_size":598} 
[2026-07-30 11:06:36] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBIyRDQzMUY0MTQyOEVDN0NFQTQA',
                  'status' => 'sent',
                  'timestamp' => '1785380795',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.3","payload_size":598} 
[2026-07-30 11:06:36] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBIyRDQzMUY0MTQyOEVDN0NFQTQA',
                  'status' => 'read',
                  'timestamp' => '1785380795',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.10","payload_size":603} 
[2026-07-30 11:06:36] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBIyRDQzMUY0MTQyOEVDN0NFQTQA',
                  'status' => 'delivered',
                  'timestamp' => '1785380795',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.113","payload_size":603} 
[2026-07-30 11:06:36] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBIyRDQzMUY0MTQyOEVDN0NFQTQA',
                  'status' => 'delivered',
                  'timestamp' => '1785380795',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:06:36] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:06:37] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.112","payload_size":710} 
[2026-07-30 11:06:37] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'Cheok',
                  ),
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBIyRDQzMUY0MTQyOEVDN0NFQTQA',
                  ),
                  'from' => '60173872395',
                  'from_user_id' => 'MY.4556748694644776',
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgASGBYzRUIwOUIxNTNCODUzNjJFRkFDNzI3AA==',
                  'timestamp' => '1785380796',
                  'type' => 'interactive',
                  'interactive' => 
                  array (
                    'type' => 'button_reply',
                    'button_reply' => 
                    array (
                      'id' => '1',
                      'title' => 'Upload Complete',
                    ),
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:06:37] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:06:37] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:06:37] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:06:37] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:06:37] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:06:37] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:06:37] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"60173872395","user_id":"MY.4556748694644776","username":null,"profile_name":"Cheok"} 
[2026-07-30 11:06:37] production.INFO: Found existing recipient {"recipient_id":48727,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 11:06:37] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48727,"recipient_mobile":"60173872395","recipient_username":null,"recipient_user_id":"MY.4556748694644776"} 
[2026-07-30 11:06:37] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgLNjAxNzM4NzIzOTUVAgASGBYzRUIwOUIxNTNCODUzNjJFRkFDNzI3AA==","message_type":"interactive","from":"60173872395","timestamp":"1785380796"} 
[2026-07-30 11:06:37] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"interactive"} 
[2026-07-30 11:06:37] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"Upload Complete"} 
[2026-07-30 11:06:38] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":true,"last_node_id":125948,"has_node_data":false} 
[2026-07-30 11:06:38] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":125948,"node_type":"msg-template"} 
[2026-07-30 11:06:38] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125948,"node_type":"msg-template","has_node_data":false,"wf_redirect":null} 
[2026-07-30 11:06:38] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125948,"endpoint":"1"} 
[2026-07-30 11:06:38] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125953,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 11:06:38] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80671,"template_slug":"elanco_malaysia_upload_complete_reply_to_follow_with_apv_receipt_status","template_type":"text","node_id":125953,"recipient_identifier":"60173872395"} 
[2026-07-30 11:06:38] production.INFO: [BSUID] Sending message {"template_id":80671,"template_slug":"elanco_malaysia_upload_complete_reply_to_follow_with_apv_receipt_status","identifier_type":"phone","identifier_value":"60173872395","transformed":false,"locale":"en"} 
[2026-07-30 11:06:39] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125953,"node_type":"msg-template","has_node_data":false,"wf_redirect":true} 
[2026-07-30 11:06:39] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125953,"endpoint":null} 
[2026-07-30 11:06:39] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125954,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action"]} 
[2026-07-30 11:06:39] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125954,"node_type":"integration","has_node_data":false,"wf_redirect":null} 
[2026-07-30 11:06:39] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125954,"endpoint":null} 
[2026-07-30 11:06:40] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125955,"is_last_node":true,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action"]} 
[2026-07-30 11:06:40] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80689,"template_slug":"elanco_malaysia_waiting","template_type":"sticker","node_id":125955,"recipient_identifier":"60173872395"} 
[2026-07-30 11:06:40] production.INFO: [BSUID] Sending message {"template_id":80689,"template_slug":"elanco_malaysia_waiting","identifier_type":"phone","identifier_value":"60173872395","transformed":false,"locale":"en"} 
[2026-07-30 11:06:40] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-30 11:06:40] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.44","payload_size":598} 
[2026-07-30 11:06:40] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBIxMzU5QjgwQUE4REM4MzYwMkIA',
                  'status' => 'sent',
                  'timestamp' => '1785380799',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:06:40] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:06:40] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:06:40] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:06:40] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:06:40] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:06:40] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:06:41] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.36","payload_size":603} 
[2026-07-30 11:06:41] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBIxMzU5QjgwQUE4REM4MzYwMkIA',
                  'status' => 'delivered',
                  'timestamp' => '1785380800',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:06:41] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:06:41] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:06:41] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:06:41] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:06:41] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:06:41] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:06:41] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.2","payload_size":598} 
[2026-07-30 11:06:41] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBIxMzU5QjgwQUE4REM4MzYwMkIA',
                  'status' => 'read',
                  'timestamp' => '1785380800',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:06:41] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 11:06:41] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:06:41] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 11:06:41] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 11:06:41] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 11:06:41] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:06:41] production.INFO: array (
  'response' => 
  array (
    'success' => false,
    'error' => 'User not found',
    'error_msg' => 'User cannot be found from our record',
  ),
  'log' => 
  App\Models\IntegrationLogs::__set_state(array(
     'connection' => 'mysql',
     'table' => 'integration_logs',
     'primaryKey' => 'id',
     'keyType' => 'int',
     'incrementing' => true,
     'with' => 
    array (
    ),
     'withCount' => 
    array (
    ),
     'preventsLazyLoading' => false,
     'perPage' => 15,
     'exists' => true,
     'wasRecentlyCreated' => true,
     'escapeWhenCastingToString' => false,
     'attributes' => 
    array (
      'integration_id' => 4316,
      'channel_id' => 17,
      'url' => 'https://carlsbergmybuyspinandsurewin.com/api/v1/webhook?api_token=pcZ75zxYtFnHYEWo7mCW6qIouhm7wW96uoUo2eH8yZjlNuXQ2Xpdykj3v9f6',
      'method' => 'POST',
      'headers' => '[]',
      'payload' => '{"mobile":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiTVBqazNZMHBIZVA5bFE5aHkwTjY3Zz09IiwibWFjIjoiMTVmZGVkNzE5ZTc3NDcxMGEzYjAzY2RmYTU0M2FjZmJiMjc1ZWFiNzJmMzNkYTEyZWYyZGYxNjY0M2QzMTBiNeyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoidDY3d0FqN2ZkYlZIVlp6QUU3d0dCUT09IiwibWFjIjoiMmQwNjg2Yjg2Y2NiMDk2ZGNhYTQyMTU1MTY5YjFkNjE2YTZkNzY3MzIwMWNkZTNjOTcyNGQ2ZjVmODNmZGJkOCJ99","wa_username":null,"wa_bsuid":"MY.4556748694644776","email":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiSjBmdGJGUVRCY2FEVlVPNm4yNVZkTlA5a09sNjMyWDJzYWxRUVlDZTAzbz0iLeyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoidDY3d0FqN2ZkYlZIVlp6QUU3d0dCUT09IiwibWFjIjoiMmQwNjg2Yjg2Y2NiMDk2ZGNhYTQyMTU1MTY5YjFkNjE2YTZkNzY3MzIwMWNkZTNjOTcyNGQ2ZjVmODNmZGJkOCJ9tYWMiOiIxZDFmM2VjYzJmOGJiMDVkNzJmYjE4ZGUwODg4MjM1NWRhNmI5OTRkMWQwYzIwZTI1MmYxNzhmNjFkNjBlZWRhIn0=","name":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoidDY3d0FqN2ZkYlZIVlp6QUU3d0dCUT09IiwibWFjIjoiMmQwNjg2Yjg2Y2NiMDk2ZGNhYTQyMTU1MTY5YjFkNjE2YTZkNzY3MzIwMWNkZTNjOTcyNGQ2ZjVmODNmZGJkOCJ9","registered_at":"2026-04-09 17:51:27","referer_guid":null,"onboarded_source":null,"reward_code":null,"type":"smart_receipt_async","receipt_url":"https:\\/\\/pr-one-wa.growthdesk.dev\\/storage\\/channel\\/17\\/recipient\\/a1806560-e714-4dbd-af7e-34d30d860301\\/a26122cc-2195-4117-998e-aad86c0a1283.jpeg","upload_datetime":"2026-07-30T03:06:33.000000Z","app_guid":"a18065f6-d2f8-40df-8fb3-620ff1b36fec"}',
      'response' => '{"success":false,"error":"User not found","error_msg":"User cannot be found from our record"}',
      'workflow_node_id' => 125954,
      'chat_session_id' => 371178,
      'response_headers' => '{"Date":["Thu, 30 Jul 2026 03:06:41 GMT"],"Server":["Apache"],"Cache-Control":["no-cache, private"],"X-RateLimit-Limit":["60"],"X-RateLimit-Remaining":["59"],"Transfer-Encoding":["chunked"],"Content-Type":["application\\/json"]}',
      'http_code' => 404,
      'encryption_paths' => '{"paths":{"payload":["payload.mobile","payload.email","payload.name"],"response":["response.data.name","response.data.email","response.data.mobile","response.data.login_url","response.6a6abfc0e7ead"]},"vals":["eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiSjBmdGJGUVRCY2FEVlVPNm4yNVZkTlA5a09sNjMyWDJzYWxRUVlDZTAzbz0iLCJtYWMiOiIxZDFmM2VjYzJmOGJiMDVkNzJmYjE4ZGUwODg4MjM1NWRhNmI5OTRkMWQwYzIwZTI1MmYxNzhmNjFkNjBlZWRhIn0=","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiTVBqazNZMHBIZVA5bFE5aHkwTjY3Zz09IiwibWFjIjoiMTVmZGVkNzE5ZTc3NDcxMGEzYjAzY2RmYTU0M2FjZmJiMjc1ZWFiNzJmMzNkYTEyZWYyZGYxNjY0M2QzMTBiNCJ9","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoidDY3d0FqN2ZkYlZIVlp6QUU3d0dCUT09IiwibWFjIjoiMmQwNjg2Yjg2Y2NiMDk2ZGNhYTQyMTU1MTY5YjFkNjE2YTZkNzY3MzIwMWNkZTNjOTcyNGQ2ZjVmODNmZGJkOCJ9"]}',
      'updated_at' => '2026-07-30 11:06:41',
      'created_at' => '2026-07-30 11:06:41',
      'id' => 223088,
    ),
     'original' => 
    array (
      'integration_id' => 4316,
      'channel_id' => 17,
      'url' => 'https://carlsbergmybuyspinandsurewin.com/api/v1/webhook?api_token=pcZ75zxYtFnHYEWo7mCW6qIouhm7wW96uoUo2eH8yZjlNuXQ2Xpdykj3v9f6',
      'method' => 'POST',
      'headers' => '[]',
      'payload' => '{"mobile":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiTVBqazNZMHBIZVA5bFE5aHkwTjY3Zz09IiwibWFjIjoiMTVmZGVkNzE5ZTc3NDcxMGEzYjAzY2RmYTU0M2FjZmJiMjc1ZWFiNzJmMzNkYTEyZWYyZGYxNjY0M2QzMTBiNeyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoidDY3d0FqN2ZkYlZIVlp6QUU3d0dCUT09IiwibWFjIjoiMmQwNjg2Yjg2Y2NiMDk2ZGNhYTQyMTU1MTY5YjFkNjE2YTZkNzY3MzIwMWNkZTNjOTcyNGQ2ZjVmODNmZGJkOCJ99","wa_username":null,"wa_bsuid":"MY.4556748694644776","email":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiSjBmdGJGUVRCY2FEVlVPNm4yNVZkTlA5a09sNjMyWDJzYWxRUVlDZTAzbz0iLeyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoidDY3d0FqN2ZkYlZIVlp6QUU3d0dCUT09IiwibWFjIjoiMmQwNjg2Yjg2Y2NiMDk2ZGNhYTQyMTU1MTY5YjFkNjE2YTZkNzY3MzIwMWNkZTNjOTcyNGQ2ZjVmODNmZGJkOCJ9tYWMiOiIxZDFmM2VjYzJmOGJiMDVkNzJmYjE4ZGUwODg4MjM1NWRhNmI5OTRkMWQwYzIwZTI1MmYxNzhmNjFkNjBlZWRhIn0=","name":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoidDY3d0FqN2ZkYlZIVlp6QUU3d0dCUT09IiwibWFjIjoiMmQwNjg2Yjg2Y2NiMDk2ZGNhYTQyMTU1MTY5YjFkNjE2YTZkNzY3MzIwMWNkZTNjOTcyNGQ2ZjVmODNmZGJkOCJ9","registered_at":"2026-04-09 17:51:27","referer_guid":null,"onboarded_source":null,"reward_code":null,"type":"smart_receipt_async","receipt_url":"https:\\/\\/pr-one-wa.growthdesk.dev\\/storage\\/channel\\/17\\/recipient\\/a1806560-e714-4dbd-af7e-34d30d860301\\/a26122cc-2195-4117-998e-aad86c0a1283.jpeg","upload_datetime":"2026-07-30T03:06:33.000000Z","app_guid":"a18065f6-d2f8-40df-8fb3-620ff1b36fec"}',
      'response' => '{"success":false,"error":"User not found","error_msg":"User cannot be found from our record"}',
      'workflow_node_id' => 125954,
      'chat_session_id' => 371178,
      'response_headers' => '{"Date":["Thu, 30 Jul 2026 03:06:41 GMT"],"Server":["Apache"],"Cache-Control":["no-cache, private"],"X-RateLimit-Limit":["60"],"X-RateLimit-Remaining":["59"],"Transfer-Encoding":["chunked"],"Content-Type":["application\\/json"]}',
      'http_code' => 404,
      'encryption_paths' => '{"paths":{"payload":["payload.mobile","payload.email","payload.name"],"response":["response.data.name","response.data.email","response.data.mobile","response.data.login_url","response.6a6abfc0e7ead"]},"vals":["eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiSjBmdGJGUVRCY2FEVlVPNm4yNVZkTlA5a09sNjMyWDJzYWxRUVlDZTAzbz0iLCJtYWMiOiIxZDFmM2VjYzJmOGJiMDVkNzJmYjE4ZGUwODg4MjM1NWRhNmI5OTRkMWQwYzIwZTI1MmYxNzhmNjFkNjBlZWRhIn0=","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiTVBqazNZMHBIZVA5bFE5aHkwTjY3Zz09IiwibWFjIjoiMTVmZGVkNzE5ZTc3NDcxMGEzYjAzY2RmYTU0M2FjZmJiMjc1ZWFiNzJmMzNkYTEyZWYyZGYxNjY0M2QzMTBiNCJ9","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoidDY3d0FqN2ZkYlZIVlp6QUU3d0dCUT09IiwibWFjIjoiMmQwNjg2Yjg2Y2NiMDk2ZGNhYTQyMTU1MTY5YjFkNjE2YTZkNzY3MzIwMWNkZTNjOTcyNGQ2ZjVmODNmZGJkOCJ9"]}',
      'updated_at' => '2026-07-30 11:06:41',
      'created_at' => '2026-07-30 11:06:41',
      'id' => 223088,
    ),
     'changes' => 
    array (
    ),
     'casts' => 
    array (
      'headers' => 'array',
      'payload' => 'array',
      'response' => 'array',
      'response_headers' => 'array',
      'encryption_paths' => 'array',
    ),
     'classCastCache' => 
    array (
    ),
     'attributeCastCache' => 
    array (
    ),
     'dates' => 
    array (
    ),
     'dateFormat' => NULL,
     'appends' => 
    array (
    ),
     'dispatchesEvents' => 
    array (
    ),
     'observables' => 
    array (
    ),
     'relations' => 
    array (
    ),
     'touches' => 
    array (
    ),
     'timestamps' => true,
     'hidden' => 
    array (
      0 => 'encryption_paths',
    ),
     'visible' => 
    array (
    ),
     'fillable' => 
    array (
      0 => 'integration_id',
      1 => 'channel_id',
      2 => 'workflow_node_id',
      3 => 'chat_session_id',
      4 => 'url',
      5 => 'method',
      6 => 'headers',
      7 => 'payload',
      8 => 'response',
      9 => 'response_headers',
      10 => 'http_code',
    ),
     'guarded' => 
    array (
      0 => '*',
    ),
     'fieldResponseHeader' => 'response_headers',
     'fieldResponseCode' => 'http_code',
     '_originals' => 
    array (
    ),
  )),
)  
[2026-07-30 11:07:27] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.114","payload_size":681} 
[2026-07-30 11:07:27] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjI3OUI5OTVEMkE2RDY3NTg1RgA=',
                  'status' => 'read',
                  'timestamp' => '1785380846',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => 'c4999bae4c70b9a52558c78697de05c0',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:07:27] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 11:07:27] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:07:27] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 11:07:27] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 11:07:27] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 11:07:27] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:07:27] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.5","payload_size":681} 
[2026-07-30 11:07:27] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY5MUU4MDU0RTgwODgwODE3OAA=',
                  'status' => 'read',
                  'timestamp' => '1785380846',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '5d93ee57b52ab532fc9347cf7b297316',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:07:27] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 11:07:27] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:07:27] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 11:07:27] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 11:07:27] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 11:07:27] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:09:54] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.28","payload_size":536} 
[2026-07-30 11:09:54] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'Cheok',
                  ),
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'from' => '60173872395',
                  'from_user_id' => 'MY.4556748694644776',
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgASGBYzRUIwODk0QTI3NjE0MTI4QTg4OEUxAA==',
                  'timestamp' => '1785380992',
                  'text' => 
                  array (
                    'body' => 'hi',
                  ),
                  'type' => 'text',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:09:54] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 11:09:54] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:09:54] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 11:09:54] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 11:09:54] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 11:09:54] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:09:54] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"60173872395","user_id":"MY.4556748694644776","username":null,"profile_name":"Cheok"} 
[2026-07-30 11:09:54] production.INFO: Updated recipient with user_id {"recipient_id":48710,"user_id":"MY.4556748694644776","previously_matched_by":"phone"} 
[2026-07-30 11:09:54] production.INFO: Found existing recipient {"recipient_id":48710,"matched_by":"user_id","updated_fields":true} 
[2026-07-30 11:09:54] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48710,"recipient_mobile":"60173872395","recipient_username":null,"recipient_user_id":"MY.4556748694644776"} 
[2026-07-30 11:09:54] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgLNjAxNzM4NzIzOTUVAgASGBYzRUIwODk0QTI3NjE0MTI4QTg4OEUxAA==","message_type":"text","from":"60173872395","timestamp":"1785380992"} 
[2026-07-30 11:09:54] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"text"} 
[2026-07-30 11:09:54] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"hi"} 
[2026-07-30 11:09:55] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":false,"last_node_id":null,"has_node_data":false} 
[2026-07-30 11:09:55] production.INFO: [WORKFLOW_FIND] Starting workflow search {"wa_type":"text","text":"hi","recipient_id":48710,"session_id":371179} 
[2026-07-30 11:09:55] production.INFO: [WORKFLOW_FIND] Workflow search result {"workflow_found":true,"workflow_id":18307,"workflow_name":"Zespri RedRuby Default Check Standard Onboarded User"} 
[2026-07-30 11:09:55] production.INFO: [REPLY_BY_LAST_NODE] Got first node from workflow {"workflow_id":18307,"first_node_id":126204,"node_type":"condition"} 
[2026-07-30 11:09:55] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":126204,"node_type":"condition"} 
[2026-07-30 11:09:55] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126204,"node_type":"condition","has_node_data":true,"wf_redirect":null} 
[2026-07-30 11:09:55] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126204,"endpoint":126205} 
[2026-07-30 11:09:56] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126198,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 11:09:56] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80793,"template_slug":"zespri_redruby_no_name_1781535671935","template_type":"text","node_id":126198,"recipient_identifier":"60173872395"} 
[2026-07-30 11:09:56] production.INFO: [BSUID] Sending message {"template_id":80793,"template_slug":"zespri_redruby_no_name_1781535671935","identifier_type":"phone","identifier_value":"60173872395","transformed":false,"locale":"en"} 
[2026-07-30 11:09:56] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126198,"node_type":"msg-template","has_node_data":false,"wf_redirect":true} 
[2026-07-30 11:09:56] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126198,"endpoint":null} 
[2026-07-30 11:09:57] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126185,"is_last_node":true,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 11:09:57] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80771,"template_slug":"zespri_redruby_menu","template_type":"list_reply","node_id":126185,"recipient_identifier":"60173872395"} 
[2026-07-30 11:09:57] production.INFO: [BSUID] Sending message {"template_id":80771,"template_slug":"zespri_redruby_menu","identifier_type":"phone","identifier_value":"60173872395","transformed":false,"locale":"en"} 
[2026-07-30 11:09:57] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-30 11:09:58] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.34","payload_size":719} 
[2026-07-30 11:09:58] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJFRUIwM0U1MzVCRTBCRkNEMjUA',
                  'status' => 'sent',
                  'timestamp' => '1785380997',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'conversation' => 
                  array (
                    'id' => 'e7ba270a2d1358c41a220e6b07b92fa4',
                    'expiration_timestamp' => '1785380997',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:09:58] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 11:09:58] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:09:58] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 11:09:58] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 11:09:58] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 11:09:58] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:09:59] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.1","payload_size":719} 
[2026-07-30 11:09:59] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJGMDc3QTg0NkIyMkJEQTYzMDQA',
                  'status' => 'sent',
                  'timestamp' => '1785380998',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'conversation' => 
                  array (
                    'id' => 'b95695f81d6911744f5e3d98b0890c44',
                    'expiration_timestamp' => '1785380998',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:09:59] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 11:09:59] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:09:59] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 11:09:59] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 11:09:59] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 11:09:59] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:09:59] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.13","payload_size":688} 
[2026-07-30 11:09:59] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJFRUIwM0U1MzVCRTBCRkNEMjUA',
                  'status' => 'delivered',
                  'timestamp' => '1785380997',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'conversation' => 
                  array (
                    'id' => 'e7ba270a2d1358c41a220e6b07b92fa4',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:09:59] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 11:09:59] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:09:59] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 11:09:59] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 11:09:59] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 11:09:59] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 11:10:00] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.79.11","payload_size":688} 
[2026-07-30 11:10:00] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJGMDc3QTg0NkIyMkJEQTYzMDQA',
                  'status' => 'delivered',
                  'timestamp' => '1785380998',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'conversation' => 
                  array (
                    'id' => 'b95695f81d6911744f5e3d98b0890c44',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 11:10:00] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 11:10:00] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 11:10:00] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 11:10:00] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 11:10:00] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 11:10:00] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 13:57:44] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.33","payload_size":708} 
[2026-07-30 13:57:44] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'Cheok',
                  ),
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6588940902',
                    'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBJGMDc3QTg0NkIyMkJEQTYzMDQA',
                  ),
                  'from' => '60173872395',
                  'from_user_id' => 'MY.4556748694644776',
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgASGBYzRUIwNUQ3MTFGN0RCNEJERENBQTE2AA==',
                  'timestamp' => '1785391061',
                  'type' => 'interactive',
                  'interactive' => 
                  array (
                    'type' => 'list_reply',
                    'list_reply' => 
                    array (
                      'id' => '1',
                      'title' => '1. Upload Receipt',
                    ),
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 13:57:44] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 13:57:44] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 13:57:44] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 13:57:44] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 13:57:44] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 13:57:44] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 13:57:45] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"60173872395","user_id":"MY.4556748694644776","username":null,"profile_name":"Cheok"} 
[2026-07-30 13:57:45] production.INFO: Found existing recipient {"recipient_id":48710,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 13:57:45] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48710,"recipient_mobile":"60173872395","recipient_username":null,"recipient_user_id":"MY.4556748694644776"} 
[2026-07-30 13:57:45] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgLNjAxNzM4NzIzOTUVAgASGBYzRUIwNUQ3MTFGN0RCNEJERENBQTE2AA==","message_type":"interactive","from":"60173872395","timestamp":"1785391061"} 
[2026-07-30 13:57:45] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"interactive"} 
[2026-07-30 13:57:45] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"1. Upload Receipt"} 
[2026-07-30 13:57:45] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":true,"last_node_id":126185,"has_node_data":false} 
[2026-07-30 13:57:45] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":126185,"node_type":"msg-template"} 
[2026-07-30 13:57:45] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126185,"node_type":"msg-template","has_node_data":false,"wf_redirect":null} 
[2026-07-30 13:57:45] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126185,"endpoint":"1"} 
[2026-07-30 13:57:46] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126277,"is_last_node":true,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 13:57:46] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80788,"template_slug":"zespri_redruby_no_name_1780380800564","template_type":"text","node_id":126277,"recipient_identifier":"60173872395"} 
[2026-07-30 13:57:46] production.INFO: [BSUID] Sending message {"template_id":80788,"template_slug":"zespri_redruby_no_name_1780380800564","identifier_type":"phone","identifier_value":"60173872395","transformed":false,"locale":"en"} 
[2026-07-30 13:57:46] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.59","payload_size":719} 
[2026-07-30 13:57:49] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBI4NkRFNzZFMDFGNkYxNUU0RjkA',
                  'status' => 'sent',
                  'timestamp' => '1785391067',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'conversation' => 
                  array (
                    'id' => '12643b2370c93897e19fbd2944b379a1',
                    'expiration_timestamp' => '1785391067',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.15","payload_size":688} 
[2026-07-30 13:57:49] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBI4NkRFNzZFMDFGNkYxNUU0RjkA',
                  'status' => 'delivered',
                  'timestamp' => '1785391068',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'conversation' => 
                  array (
                    'id' => '12643b2370c93897e19fbd2944b379a1',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.115","payload_size":683} 
[2026-07-30 13:57:49] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBI4NkRFNzZFMDFGNkYxNUU0RjkA',
                  'status' => 'read',
                  'timestamp' => '1785391068',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'conversation' => 
                  array (
                    'id' => '12643b2370c93897e19fbd2944b379a1',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.125","payload_size":688} 
[2026-07-30 13:57:49] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBI4NkRFNzZFMDFGNkYxNUU0RjkA',
                  'status' => 'delivered',
                  'timestamp' => '1785391068',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'conversation' => 
                  array (
                    'id' => '12643b2370c93897e19fbd2944b379a1',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 13:57:49] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 13:58:05] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.9","payload_size":807} 
[2026-07-30 13:58:05] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'Cheok',
                  ),
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'from' => '60173872395',
                  'from_user_id' => 'MY.4556748694644776',
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgASGBYzRUIwNThFNzFBREU1NkI2OEFCQUU5AA==',
                  'timestamp' => '1785391082',
                  'type' => 'image',
                  'image' => 
                  array (
                    'mime_type' => 'image/jpeg',
                    'sha256' => 'ncTLv1dBo3pAQDQFDT9yjdRBtH3bMy4FY+Sq4aRNBAE=',
                    'id' => '1563260215239400',
                    'url' => 'https://lookaside.fbsbx.com/whatsapp_business/attachments/?mid=1563260215239400&source=webhook&ext=1785391383&hash=ATw8qDd5AeDwLOEnvb54F5MAzjqoGkQfW135wuqnJ3rY_g',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 13:58:05] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 13:58:05] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 13:58:05] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 13:58:05] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 13:58:05] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 13:58:05] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 13:58:05] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"60173872395","user_id":"MY.4556748694644776","username":null,"profile_name":"Cheok"} 
[2026-07-30 13:58:05] production.INFO: Found existing recipient {"recipient_id":48710,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 13:58:05] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48710,"recipient_mobile":"60173872395","recipient_username":null,"recipient_user_id":"MY.4556748694644776"} 
[2026-07-30 13:58:05] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgLNjAxNzM4NzIzOTUVAgASGBYzRUIwNThFNzFBREU1NkI2OEFCQUU5AA==","message_type":"image","from":"60173872395","timestamp":"1785391082"} 
[2026-07-30 13:58:05] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"image"} 
[2026-07-30 13:58:05] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":""} 
[2026-07-30 13:58:07] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":false,"last_node_id":null,"has_node_data":false} 
[2026-07-30 13:58:07] production.INFO: [WORKFLOW_FIND] Starting workflow search {"wa_type":"image","text":"","recipient_id":48710,"session_id":371181} 
[2026-07-30 13:58:07] production.INFO: [WORKFLOW_FIND] Workflow search result {"workflow_found":true,"workflow_id":18309,"workflow_name":"Zespri RedRuby Default Check Standard Onboarded User When Is Sent Document"} 
[2026-07-30 13:58:08] production.INFO: [REPLY_BY_LAST_NODE] Got first node from workflow {"workflow_id":18309,"first_node_id":126207,"node_type":"condition"} 
[2026-07-30 13:58:08] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":126207,"node_type":"condition"} 
[2026-07-30 13:58:08] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126207,"node_type":"condition","has_node_data":true,"wf_redirect":null} 
[2026-07-30 13:58:08] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126207,"endpoint":126208} 
[2026-07-30 13:58:09] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126222,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 13:58:09] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80766,"template_slug":"zespri_redruby_upload_completenext_part","template_type":"button_reply","node_id":126222,"recipient_identifier":"60173872395"} 
[2026-07-30 13:58:09] production.INFO: [BSUID] Sending message {"template_id":80766,"template_slug":"zespri_redruby_upload_completenext_part","identifier_type":"phone","identifier_value":"60173872395","transformed":false,"locale":"en"} 
[2026-07-30 13:58:09] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-30 13:58:11] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.52","payload_size":719} 
[2026-07-30 13:58:11] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBI3NDlFNzQxQkQ5Qjk1NEJERDMA',
                  'status' => 'sent',
                  'timestamp' => '1785391090',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'conversation' => 
                  array (
                    'id' => 'c6e4fc18cf2dc85696cf00168b7699d0',
                    'expiration_timestamp' => '1785391090',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 13:58:11] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 13:58:11] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 13:58:11] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 13:58:11] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 13:58:11] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 13:58:11] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 13:58:11] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.15","payload_size":688} 
[2026-07-30 13:58:11] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBI3NDlFNzQxQkQ5Qjk1NEJERDMA',
                  'status' => 'delivered',
                  'timestamp' => '1785391090',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'conversation' => 
                  array (
                    'id' => 'c6e4fc18cf2dc85696cf00168b7699d0',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 13:58:11] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 13:58:11] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 13:58:11] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 13:58:11] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 13:58:11] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 13:58:11] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 13:58:11] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.61","payload_size":683} 
[2026-07-30 13:58:11] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBI3NDlFNzQxQkQ5Qjk1NEJERDMA',
                  'status' => 'read',
                  'timestamp' => '1785391090',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'conversation' => 
                  array (
                    'id' => 'c6e4fc18cf2dc85696cf00168b7699d0',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 13:58:11] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 13:58:11] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 13:58:11] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 13:58:11] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 13:58:11] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 13:58:11] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 13:58:12] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.79.8","payload_size":688} 
[2026-07-30 13:58:12] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBI3NDlFNzQxQkQ5Qjk1NEJERDMA',
                  'status' => 'delivered',
                  'timestamp' => '1785391090',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'conversation' => 
                  array (
                    'id' => 'c6e4fc18cf2dc85696cf00168b7699d0',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 13:58:12] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 13:58:12] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 13:58:12] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 13:58:12] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 13:58:12] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 13:58:12] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 13:58:27] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.3","payload_size":710} 
[2026-07-30 13:58:27] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'Cheok',
                  ),
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6588940902',
                    'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBI3NDlFNzQxQkQ5Qjk1NEJERDMA',
                  ),
                  'from' => '60173872395',
                  'from_user_id' => 'MY.4556748694644776',
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgASGBYzRUIwQkNDN0M3Mzc4REE1RkM1OTIzAA==',
                  'timestamp' => '1785391105',
                  'type' => 'interactive',
                  'interactive' => 
                  array (
                    'type' => 'button_reply',
                    'button_reply' => 
                    array (
                      'id' => '1',
                      'title' => 'Upload Complete',
                    ),
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 13:58:27] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 13:58:27] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 13:58:27] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 13:58:27] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 13:58:27] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 13:58:27] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 13:58:27] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"60173872395","user_id":"MY.4556748694644776","username":null,"profile_name":"Cheok"} 
[2026-07-30 13:58:27] production.INFO: Found existing recipient {"recipient_id":48710,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 13:58:27] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48710,"recipient_mobile":"60173872395","recipient_username":null,"recipient_user_id":"MY.4556748694644776"} 
[2026-07-30 13:58:27] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgLNjAxNzM4NzIzOTUVAgASGBYzRUIwQkNDN0M3Mzc4REE1RkM1OTIzAA==","message_type":"interactive","from":"60173872395","timestamp":"1785391105"} 
[2026-07-30 13:58:27] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"interactive"} 
[2026-07-30 13:58:27] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"Upload Complete"} 
[2026-07-30 13:58:27] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":true,"last_node_id":126222,"has_node_data":false} 
[2026-07-30 13:58:27] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":126222,"node_type":"msg-template"} 
[2026-07-30 13:58:27] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126222,"node_type":"msg-template","has_node_data":false,"wf_redirect":null} 
[2026-07-30 13:58:27] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126222,"endpoint":"1"} 
[2026-07-30 13:58:28] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126227,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 13:58:28] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80767,"template_slug":"zespri_redruby_upload_complete_reply_to_follow_with_apv_receipt_status","template_type":"text","node_id":126227,"recipient_identifier":"60173872395"} 
[2026-07-30 13:58:28] production.INFO: [BSUID] Sending message {"template_id":80767,"template_slug":"zespri_redruby_upload_complete_reply_to_follow_with_apv_receipt_status","identifier_type":"phone","identifier_value":"60173872395","transformed":false,"locale":"en"} 
[2026-07-30 13:58:29] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126227,"node_type":"msg-template","has_node_data":false,"wf_redirect":true} 
[2026-07-30 13:58:29] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126227,"endpoint":null} 
[2026-07-30 13:58:29] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126228,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action"]} 
[2026-07-30 13:58:29] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126228,"node_type":"integration","has_node_data":false,"wf_redirect":null} 
[2026-07-30 13:58:29] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126228,"endpoint":null} 
[2026-07-30 13:58:29] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126229,"is_last_node":true,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action"]} 
[2026-07-30 13:58:29] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80785,"template_slug":"zespri_redruby_waiting","template_type":"sticker","node_id":126229,"recipient_identifier":"60173872395"} 
[2026-07-30 13:58:29] production.INFO: [BSUID] Sending message {"template_id":80785,"template_slug":"zespri_redruby_waiting","identifier_type":"phone","identifier_value":"60173872395","transformed":false,"locale":"en"} 
[2026-07-30 13:58:29] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-30 13:58:30] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.32","payload_size":719} 
[2026-07-30 13:58:30] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBIxMUIyQjYxQjEzMDJFOEFGNEIA',
                  'status' => 'sent',
                  'timestamp' => '1785391109',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'conversation' => 
                  array (
                    'id' => '2d7390822b708ab0ae3f4881411d1fa1',
                    'expiration_timestamp' => '1785391109',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 13:58:30] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 13:58:30] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 13:58:30] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 13:58:30] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 13:58:30] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 13:58:30] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 13:58:30] production.INFO: array (
  'response' => 
  array (
    'success' => false,
    'error' => 'User not found',
    'error_msg' => 'User cannot be found from our record',
  ),
  'log' => 
  App\Models\IntegrationLogs::__set_state(array(
     'connection' => 'mysql',
     'table' => 'integration_logs',
     'primaryKey' => 'id',
     'keyType' => 'int',
     'incrementing' => true,
     'with' => 
    array (
    ),
     'withCount' => 
    array (
    ),
     'preventsLazyLoading' => false,
     'perPage' => 15,
     'exists' => true,
     'wasRecentlyCreated' => true,
     'escapeWhenCastingToString' => false,
     'attributes' => 
    array (
      'integration_id' => 4332,
      'channel_id' => 21,
      'url' => 'https://carlsbergmybuyspinandsurewin.com/api/v1/webhook?api_token=pcZ75zxYtFnHYEWo7mCW6qIouhm7wW96uoUo2eH8yZjlNuXQ2Xpdykj3v9f6',
      'method' => 'POST',
      'headers' => '[]',
      'payload' => '{"mobile":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiTVBqazNZMHBIZVA5bFE5aHkwTjY3Zz09IiwibWFjIjoiMTVmZGVkNzE5ZTc3NDcxMGEzYjAzY2RmYTU0M2FjZmJiMjc1ZWFiNzJmMzNkYTEyZWYyZGYxNjY0M2QzMTBiNeyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoidDY3d0FqN2ZkYlZIVlp6QUU3d0dCUT09IiwibWFjIjoiMmQwNjg2Yjg2Y2NiMDk2ZGNhYTQyMTU1MTY5YjFkNjE2YTZkNzY3MzIwMWNkZTNjOTcyNGQ2ZjVmODNmZGJkOCJ99","wa_username":null,"wa_bsuid":"MY.4556748694644776","email":null,"name":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoidDY3d0FqN2ZkYlZIVlp6QUU3d0dCUT09IiwibWFjIjoiMmQwNjg2Yjg2Y2NiMDk2ZGNhYTQyMTU1MTY5YjFkNjE2YTZkNzY3MzIwMWNkZTNjOTcyNGQ2ZjVmODNmZGJkOCJ9","registered_at":"2026-03-31 11:56:15","referer_guid":null,"onboarded_source":null,"reward_code":null,"type":"smart_receipt_async","receipt_url":["https:\\/\\/pr-one-wa.growthdesk.dev\\/storage\\/channel\\/21\\/recipient\\/a16dcb7e-e164-4355-8504-bee7fc70f907\\/a2616027-8bde-4713-a390-294060d8c631.jpeg"],"upload_datetime":"2026-07-30T05:58:09.000000Z","app_guid":"a16e5aef-03e0-4362-882e-4042a7dd52aa"}',
      'response' => '{"success":false,"error":"User not found","error_msg":"User cannot be found from our record"}',
      'workflow_node_id' => 126228,
      'chat_session_id' => 371181,
      'response_headers' => '{"Date":["Thu, 30 Jul 2026 05:58:30 GMT"],"Server":["Apache"],"Cache-Control":["no-cache, private"],"X-RateLimit-Limit":["60"],"X-RateLimit-Remaining":["59"],"Transfer-Encoding":["chunked"],"Content-Type":["application\\/json"]}',
      'http_code' => 404,
      'encryption_paths' => '{"paths":{"payload":["payload.mobile","payload.email","payload.name"],"response":["response.data.name","response.data.email","response.data.mobile","response.data.login_url","response.6a6ae8064f12d"]},"vals":["eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiTVBqazNZMHBIZVA5bFE5aHkwTjY3Zz09IiwibWFjIjoiMTVmZGVkNzE5ZTc3NDcxMGEzYjAzY2RmYTU0M2FjZmJiMjc1ZWFiNzJmMzNkYTEyZWYyZGYxNjY0M2QzMTBiNCJ9","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoidDY3d0FqN2ZkYlZIVlp6QUU3d0dCUT09IiwibWFjIjoiMmQwNjg2Yjg2Y2NiMDk2ZGNhYTQyMTU1MTY5YjFkNjE2YTZkNzY3MzIwMWNkZTNjOTcyNGQ2ZjVmODNmZGJkOCJ9"]}',
      'updated_at' => '2026-07-30 13:58:30',
      'created_at' => '2026-07-30 13:58:30',
      'id' => 223089,
    ),
     'original' => 
    array (
      'integration_id' => 4332,
      'channel_id' => 21,
      'url' => 'https://carlsbergmybuyspinandsurewin.com/api/v1/webhook?api_token=pcZ75zxYtFnHYEWo7mCW6qIouhm7wW96uoUo2eH8yZjlNuXQ2Xpdykj3v9f6',
      'method' => 'POST',
      'headers' => '[]',
      'payload' => '{"mobile":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiTVBqazNZMHBIZVA5bFE5aHkwTjY3Zz09IiwibWFjIjoiMTVmZGVkNzE5ZTc3NDcxMGEzYjAzY2RmYTU0M2FjZmJiMjc1ZWFiNzJmMzNkYTEyZWYyZGYxNjY0M2QzMTBiNeyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoidDY3d0FqN2ZkYlZIVlp6QUU3d0dCUT09IiwibWFjIjoiMmQwNjg2Yjg2Y2NiMDk2ZGNhYTQyMTU1MTY5YjFkNjE2YTZkNzY3MzIwMWNkZTNjOTcyNGQ2ZjVmODNmZGJkOCJ99","wa_username":null,"wa_bsuid":"MY.4556748694644776","email":null,"name":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoidDY3d0FqN2ZkYlZIVlp6QUU3d0dCUT09IiwibWFjIjoiMmQwNjg2Yjg2Y2NiMDk2ZGNhYTQyMTU1MTY5YjFkNjE2YTZkNzY3MzIwMWNkZTNjOTcyNGQ2ZjVmODNmZGJkOCJ9","registered_at":"2026-03-31 11:56:15","referer_guid":null,"onboarded_source":null,"reward_code":null,"type":"smart_receipt_async","receipt_url":["https:\\/\\/pr-one-wa.growthdesk.dev\\/storage\\/channel\\/21\\/recipient\\/a16dcb7e-e164-4355-8504-bee7fc70f907\\/a2616027-8bde-4713-a390-294060d8c631.jpeg"],"upload_datetime":"2026-07-30T05:58:09.000000Z","app_guid":"a16e5aef-03e0-4362-882e-4042a7dd52aa"}',
      'response' => '{"success":false,"error":"User not found","error_msg":"User cannot be found from our record"}',
      'workflow_node_id' => 126228,
      'chat_session_id' => 371181,
      'response_headers' => '{"Date":["Thu, 30 Jul 2026 05:58:30 GMT"],"Server":["Apache"],"Cache-Control":["no-cache, private"],"X-RateLimit-Limit":["60"],"X-RateLimit-Remaining":["59"],"Transfer-Encoding":["chunked"],"Content-Type":["application\\/json"]}',
      'http_code' => 404,
      'encryption_paths' => '{"paths":{"payload":["payload.mobile","payload.email","payload.name"],"response":["response.data.name","response.data.email","response.data.mobile","response.data.login_url","response.6a6ae8064f12d"]},"vals":["eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiTVBqazNZMHBIZVA5bFE5aHkwTjY3Zz09IiwibWFjIjoiMTVmZGVkNzE5ZTc3NDcxMGEzYjAzY2RmYTU0M2FjZmJiMjc1ZWFiNzJmMzNkYTEyZWYyZGYxNjY0M2QzMTBiNCJ9","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoidDY3d0FqN2ZkYlZIVlp6QUU3d0dCUT09IiwibWFjIjoiMmQwNjg2Yjg2Y2NiMDk2ZGNhYTQyMTU1MTY5YjFkNjE2YTZkNzY3MzIwMWNkZTNjOTcyNGQ2ZjVmODNmZGJkOCJ9"]}',
      'updated_at' => '2026-07-30 13:58:30',
      'created_at' => '2026-07-30 13:58:30',
      'id' => 223089,
    ),
     'changes' => 
    array (
    ),
     'casts' => 
    array (
      'headers' => 'array',
      'payload' => 'array',
      'response' => 'array',
      'response_headers' => 'array',
      'encryption_paths' => 'array',
    ),
     'classCastCache' => 
    array (
    ),
     'attributeCastCache' => 
    array (
    ),
     'dates' => 
    array (
    ),
     'dateFormat' => NULL,
     'appends' => 
    array (
    ),
     'dispatchesEvents' => 
    array (
    ),
     'observables' => 
    array (
    ),
     'relations' => 
    array (
    ),
     'touches' => 
    array (
    ),
     'timestamps' => true,
     'hidden' => 
    array (
      0 => 'encryption_paths',
    ),
     'visible' => 
    array (
    ),
     'fillable' => 
    array (
      0 => 'integration_id',
      1 => 'channel_id',
      2 => 'workflow_node_id',
      3 => 'chat_session_id',
      4 => 'url',
      5 => 'method',
      6 => 'headers',
      7 => 'payload',
      8 => 'response',
      9 => 'response_headers',
      10 => 'http_code',
    ),
     'guarded' => 
    array (
      0 => '*',
    ),
     'fieldResponseHeader' => 'response_headers',
     'fieldResponseCode' => 'http_code',
     '_originals' => 
    array (
    ),
  )),
)  
[2026-07-30 13:58:30] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.12","payload_size":688} 
[2026-07-30 13:58:30] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBIxMUIyQjYxQjEzMDJFOEFGNEIA',
                  'status' => 'delivered',
                  'timestamp' => '1785391109',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'conversation' => 
                  array (
                    'id' => '2d7390822b708ab0ae3f4881411d1fa1',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 13:58:30] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 13:58:30] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 13:58:30] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 13:58:30] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 13:58:30] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 13:58:30] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 13:58:30] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.25","payload_size":688} 
[2026-07-30 13:58:30] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBIxMUIyQjYxQjEzMDJFOEFGNEIA',
                  'status' => 'delivered',
                  'timestamp' => '1785391109',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'conversation' => 
                  array (
                    'id' => '2d7390822b708ab0ae3f4881411d1fa1',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 13:58:30] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 13:58:30] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 13:58:30] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 13:58:30] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 13:58:31] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 13:58:31] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 14:05:09] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.31","payload_size":683} 
[2026-07-30 14:05:09] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '60173872395',
                  'user_id' => 'MY.4556748694644776',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgLNjAxNzM4NzIzOTUVAgARGBIxMUIyQjYxQjEzMDJFOEFGNEIA',
                  'status' => 'read',
                  'timestamp' => '1785391507',
                  'recipient_id' => '60173872395',
                  'recipient_user_id' => 'MY.4556748694644776',
                  'conversation' => 
                  array (
                    'id' => '2d7390822b708ab0ae3f4881411d1fa1',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 14:05:09] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 14:05:09] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 14:05:09] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 14:05:09] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 14:05:09] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 14:05:09] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:21:25] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.9","payload_size":802} 
[2026-07-30 15:21:25] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBREFDODU0QkNENUU0QjY3NjQwAA==',
                  'timestamp' => '1785396082',
                  'type' => 'image',
                  'image' => 
                  array (
                    'mime_type' => 'image/jpeg',
                    'sha256' => 'IP/etZqUzlUtzJr+sHUb5lzrW8suImiR/xICNeoX8hE=',
                    'id' => '2056221788601269',
                    'url' => 'https://lookaside.fbsbx.com/whatsapp_business/attachments/?mid=2056221788601269&source=webhook&ext=1785396384&hash=ATxQ4d3c3Y9wM45uKC0pu2Lf-Y2coERzNBlYqVkDLRqkfw',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:21:25] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 15:21:25] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:21:25] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 15:21:25] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 15:21:25] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 15:21:25] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:21:25] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 15:21:25] production.INFO: Found existing recipient {"recipient_id":48840,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 15:21:25] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48840,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 15:21:25] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBREFDODU0QkNENUU0QjY3NjQwAA==","message_type":"image","from":"6585402090","timestamp":"1785396082"} 
[2026-07-30 15:21:25] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"image"} 
[2026-07-30 15:21:26] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":""} 
[2026-07-30 15:21:29] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":false,"last_node_id":null,"has_node_data":false} 
[2026-07-30 15:21:29] production.INFO: [WORKFLOW_FIND] Starting workflow search {"wa_type":"image","text":"","recipient_id":48840,"session_id":371182} 
[2026-07-30 15:21:29] production.INFO: [WORKFLOW_FIND] Workflow search result {"workflow_found":true,"workflow_id":18309,"workflow_name":"Zespri RedRuby Default Check Standard Onboarded User When Is Sent Document"} 
[2026-07-30 15:21:29] production.INFO: [REPLY_BY_LAST_NODE] Got first node from workflow {"workflow_id":18309,"first_node_id":126207,"node_type":"condition"} 
[2026-07-30 15:21:29] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":126207,"node_type":"condition"} 
[2026-07-30 15:21:29] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126207,"node_type":"condition","has_node_data":true,"wf_redirect":null} 
[2026-07-30 15:21:29] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126207,"endpoint":126208} 
[2026-07-30 15:21:29] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126222,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 15:21:29] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80766,"template_slug":"zespri_redruby_upload_completenext_part","template_type":"button_reply","node_id":126222,"recipient_identifier":"6585402090"} 
[2026-07-30 15:21:29] production.INFO: [BSUID] Sending message {"template_id":80766,"template_slug":"zespri_redruby_upload_completenext_part","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-30 15:21:30] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-30 15:21:32] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.7","payload_size":717} 
[2026-07-30 15:21:32] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjQwRkZGRDRCNDg3NUM4QUQxNAA=',
                  'status' => 'sent',
                  'timestamp' => '1785396091',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => 'cd613a25016f147eaa48b560953d36a8',
                    'expiration_timestamp' => '1785396091',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:21:32] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 15:21:32] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:21:32] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 15:21:32] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 15:21:32] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 15:21:32] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:21:32] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.27","payload_size":686} 
[2026-07-30 15:21:32] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjQwRkZGRDRCNDg3NUM4QUQxNAA=',
                  'status' => 'delivered',
                  'timestamp' => '1785396091',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => 'cd613a25016f147eaa48b560953d36a8',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:21:32] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 15:21:32] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:21:32] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 15:21:32] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 15:21:32] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 15:21:32] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:21:33] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.61","payload_size":681} 
[2026-07-30 15:21:33] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjQwRkZGRDRCNDg3NUM4QUQxNAA=',
                  'status' => 'read',
                  'timestamp' => '1785396091',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => 'cd613a25016f147eaa48b560953d36a8',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:21:33] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 15:21:33] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:21:33] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 15:21:33] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.37","payload_size":686} 
[2026-07-30 15:21:33] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjQwRkZGRDRCNDg3NUM4QUQxNAA=',
                  'status' => 'delivered',
                  'timestamp' => '1785396091',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => 'cd613a25016f147eaa48b560953d36a8',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:21:33] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 15:21:33] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:21:33] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 15:21:33] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 15:21:33] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 15:21:33] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 15:21:33] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 15:21:33] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:21:33] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:21:54] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.41","payload_size":703} 
[2026-07-30 15:21:54] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6588940902',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjQwRkZGRDRCNDg3NUM4QUQxNAA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBMDRFMzM0MDc5MDBFOTc5QTQxAA==',
                  'timestamp' => '1785396113',
                  'type' => 'interactive',
                  'interactive' => 
                  array (
                    'type' => 'button_reply',
                    'button_reply' => 
                    array (
                      'id' => '1',
                      'title' => 'Upload Complete',
                    ),
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:21:54] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 15:21:54] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:21:54] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 15:21:54] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 15:21:54] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 15:21:54] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:21:54] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 15:21:54] production.INFO: Found existing recipient {"recipient_id":48840,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 15:21:54] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48840,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 15:21:54] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBMDRFMzM0MDc5MDBFOTc5QTQxAA==","message_type":"interactive","from":"6585402090","timestamp":"1785396113"} 
[2026-07-30 15:21:54] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"interactive"} 
[2026-07-30 15:21:54] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"Upload Complete"} 
[2026-07-30 15:21:55] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":true,"last_node_id":126222,"has_node_data":false} 
[2026-07-30 15:21:55] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":126222,"node_type":"msg-template"} 
[2026-07-30 15:21:55] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126222,"node_type":"msg-template","has_node_data":false,"wf_redirect":null} 
[2026-07-30 15:21:55] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126222,"endpoint":"1"} 
[2026-07-30 15:21:55] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126227,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 15:21:55] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80767,"template_slug":"zespri_redruby_upload_complete_reply_to_follow_with_apv_receipt_status","template_type":"text","node_id":126227,"recipient_identifier":"6585402090"} 
[2026-07-30 15:21:55] production.INFO: [BSUID] Sending message {"template_id":80767,"template_slug":"zespri_redruby_upload_complete_reply_to_follow_with_apv_receipt_status","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-30 15:21:56] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126227,"node_type":"msg-template","has_node_data":false,"wf_redirect":true} 
[2026-07-30 15:21:56] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126227,"endpoint":null} 
[2026-07-30 15:21:56] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126228,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action"]} 
[2026-07-30 15:21:57] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126228,"node_type":"integration","has_node_data":false,"wf_redirect":null} 
[2026-07-30 15:21:57] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126228,"endpoint":null} 
[2026-07-30 15:21:57] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126229,"is_last_node":true,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action"]} 
[2026-07-30 15:21:57] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80785,"template_slug":"zespri_redruby_waiting","template_type":"sticker","node_id":126229,"recipient_identifier":"6585402090"} 
[2026-07-30 15:21:57] production.INFO: [BSUID] Sending message {"template_id":80785,"template_slug":"zespri_redruby_waiting","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-30 15:21:57] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-30 15:21:57] production.ERROR: Attempt to read property "user_guid" on null {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev","ip":"127.0.0.1"},"exception":"[object] (ErrorException(code: 0): Attempt to read property \"user_guid\" on null at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/ProcessIntegration.php:412)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/ProcessIntegration.php(412): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Attempt to read...', '/home/growthdes...', 412)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/ProcessIntegration.php(143): App\\Jobs\\Integration\\ProcessIntegration->processSmartReceiptAsyncPayload()
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\Integration\\ProcessIntegration->handle()
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(128): Illuminate\\Container\\Container->call(Array)
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\Integration\\ProcessIntegration))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\Integration\\ProcessIntegration))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(132): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(120): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\Integration\\ProcessIntegration), false)
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\Integration\\ProcessIntegration))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\Integration\\ProcessIntegration))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(122): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(70): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\Integration\\ProcessIntegration))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(378): Illuminate\\Queue\\Worker->process('database', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(172): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), 'database', Object(Illuminate\\Queue\\WorkerOptions))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(118): Illuminate\\Queue\\Worker->daemon('database', 'process-integra...', Object(Illuminate\\Queue\\WorkerOptions))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(101): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'process-integra...')
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Container.php(653): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/symfony/console/Command/Command.php(298): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/symfony/console/Application.php(1040): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/symfony/console/Application.php(301): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/symfony/console/Application.php(171): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Console/Application.php(94): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#36 {main}
"} 
[2026-07-30 15:21:57] production.INFO: array (
  'skipping_duplicate' => 'No new receipts to process',
  'session_id' => 371182,
)  
[2026-07-30 15:21:58] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.10","payload_size":717} 
[2026-07-30 15:21:58] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkJGMjIxRDQyODZCNDRGRkMzOAA=',
                  'status' => 'sent',
                  'timestamp' => '1785396117',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '06d384eaca2e2fa9e42a383a6e333bf3',
                    'expiration_timestamp' => '1785396117',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:21:58] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 15:21:58] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:21:58] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 15:21:58] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 15:21:58] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 15:21:58] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:21:58] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.61","payload_size":686} 
[2026-07-30 15:21:58] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkJGMjIxRDQyODZCNDRGRkMzOAA=',
                  'status' => 'delivered',
                  'timestamp' => '1785396117',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '06d384eaca2e2fa9e42a383a6e333bf3',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:21:58] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 15:21:58] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:21:58] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 15:21:58] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 15:21:58] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 15:21:58] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:21:58] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.113","payload_size":681} 
[2026-07-30 15:21:58] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6588940902',
                'phone_number_id' => '668971676299765',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkJGMjIxRDQyODZCNDRGRkMzOAA=',
                  'status' => 'read',
                  'timestamp' => '1785396117',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '06d384eaca2e2fa9e42a383a6e333bf3',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:21:58] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-30 15:21:58] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:21:58] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-30 15:21:58] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-30 15:21:58] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-30 15:21:58] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:22:37] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.42","payload_size":531} 
[2026-07-30 15:22:37] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBMzQ3RTU1N0QxRDQ1QUM3NTUxAA==',
                  'timestamp' => '1785396156',
                  'text' => 
                  array (
                    'body' => 'trst',
                  ),
                  'type' => 'text',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:22:37] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 15:22:37] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:22:37] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 15:22:37] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 15:22:37] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 15:22:37] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:22:38] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 15:22:38] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 15:22:38] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 15:22:38] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBMzQ3RTU1N0QxRDQ1QUM3NTUxAA==","message_type":"text","from":"6585402090","timestamp":"1785396156"} 
[2026-07-30 15:22:38] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"text"} 
[2026-07-30 15:22:38] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"trst"} 
[2026-07-30 15:22:38] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.16","payload_size":531} 
[2026-07-30 15:22:38] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBQ0I5NkRCODBDNEMzMzhBRjZDAA==',
                  'timestamp' => '1785396156',
                  'text' => 
                  array (
                    'body' => 'okay',
                  ),
                  'type' => 'text',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:22:38] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 15:22:38] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:22:38] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 15:22:38] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 15:22:38] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 15:22:38] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:22:38] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 15:22:38] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 15:22:38] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 15:22:38] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBQ0I5NkRCODBDNEMzMzhBRjZDAA==","message_type":"text","from":"6585402090","timestamp":"1785396156"} 
[2026-07-30 15:22:38] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"text"} 
[2026-07-30 15:22:38] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"okay"} 
[2026-07-30 15:22:39] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":false,"last_node_id":null,"has_node_data":false} 
[2026-07-30 15:22:39] production.INFO: [WORKFLOW_FIND] Starting workflow search {"wa_type":"text","text":"trst","recipient_id":48839,"session_id":371183} 
[2026-07-30 15:22:39] production.INFO: [WORKFLOW_FIND] Workflow search result {"workflow_found":true,"workflow_id":18227,"workflow_name":"Elanco Malaysia Default Check Standard Onboarded User"} 
[2026-07-30 15:22:39] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":false,"last_node_id":null,"has_node_data":false} 
[2026-07-30 15:22:39] production.INFO: [WORKFLOW_FIND] Starting workflow search {"wa_type":"text","text":"okay","recipient_id":48839,"session_id":371183} 
[2026-07-30 15:22:39] production.INFO: [WORKFLOW_FIND] Workflow search result {"workflow_found":true,"workflow_id":18227,"workflow_name":"Elanco Malaysia Default Check Standard Onboarded User"} 
[2026-07-30 15:22:40] production.INFO: [REPLY_BY_LAST_NODE] Got first node from workflow {"workflow_id":18227,"first_node_id":125930,"node_type":"condition"} 
[2026-07-30 15:22:40] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":125930,"node_type":"condition"} 
[2026-07-30 15:22:40] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125930,"node_type":"condition","has_node_data":true,"wf_redirect":null} 
[2026-07-30 15:22:40] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125930,"endpoint":125931} 
[2026-07-30 15:22:40] production.INFO: [REPLY_BY_LAST_NODE] Got first node from workflow {"workflow_id":18227,"first_node_id":125930,"node_type":"condition"} 
[2026-07-30 15:22:40] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":125930,"node_type":"condition"} 
[2026-07-30 15:22:40] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125930,"node_type":"condition","has_node_data":true,"wf_redirect":null} 
[2026-07-30 15:22:40] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125930,"endpoint":125931} 
[2026-07-30 15:22:41] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125924,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 15:22:41] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80697,"template_slug":"elanco_malaysia_no_name_1781535671935","template_type":"text","node_id":125924,"recipient_identifier":"6585402090"} 
[2026-07-30 15:22:41] production.INFO: [BSUID] Sending message {"template_id":80697,"template_slug":"elanco_malaysia_no_name_1781535671935","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-30 15:22:41] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125924,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 15:22:41] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80697,"template_slug":"elanco_malaysia_no_name_1781535671935","template_type":"text","node_id":125924,"recipient_identifier":"6585402090"} 
[2026-07-30 15:22:41] production.INFO: [BSUID] Sending message {"template_id":80697,"template_slug":"elanco_malaysia_no_name_1781535671935","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-30 15:22:42] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125924,"node_type":"msg-template","has_node_data":false,"wf_redirect":true} 
[2026-07-30 15:22:42] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125924,"endpoint":null} 
[2026-07-30 15:22:42] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125924,"node_type":"msg-template","has_node_data":false,"wf_redirect":true} 
[2026-07-30 15:22:42] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125924,"endpoint":null} 
[2026-07-30 15:22:43] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125911,"is_last_node":true,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 15:22:43] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80675,"template_slug":"elanco_malaysia_menu","template_type":"list_reply","node_id":125911,"recipient_identifier":"6585402090"} 
[2026-07-30 15:22:43] production.INFO: [BSUID] Sending message {"template_id":80675,"template_slug":"elanco_malaysia_menu","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-30 15:22:43] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125911,"is_last_node":true,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 15:22:43] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80675,"template_slug":"elanco_malaysia_menu","template_type":"list_reply","node_id":125911,"recipient_identifier":"6585402090"} 
[2026-07-30 15:22:43] production.INFO: [BSUID] Sending message {"template_id":80675,"template_slug":"elanco_malaysia_menu","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-30 15:22:44] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-30 15:22:44] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.12","payload_size":596} 
[2026-07-30 15:22:44] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkY1RTg0QTJBOEI1RUM4RTdGNwA=',
                  'status' => 'sent',
                  'timestamp' => '1785396162',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:22:44] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 15:22:44] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:22:44] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 15:22:44] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 15:22:44] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 15:22:44] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:22:44] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-30 15:22:45] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.31","payload_size":601} 
[2026-07-30 15:22:45] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjg5OTRDOThEMDNGQjZENjYxRgA=',
                  'status' => 'delivered',
                  'timestamp' => '1785396163',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:22:45] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 15:22:45] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:22:45] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 15:22:45] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.28","payload_size":596} 
[2026-07-30 15:22:45] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkY1RTg0QTJBOEI1RUM4RTdGNwA=',
                  'status' => 'read',
                  'timestamp' => '1785396162',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:22:45] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 15:22:45] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:22:45] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 15:22:45] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 15:22:45] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 15:22:45] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 15:22:45] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:22:45] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 15:22:45] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:22:45] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.115","payload_size":601} 
[2026-07-30 15:22:45] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkY1RTg0QTJBOEI1RUM4RTdGNwA=',
                  'status' => 'delivered',
                  'timestamp' => '1785396162',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:22:45] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 15:22:45] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:22:45] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 15:22:45] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 15:22:45] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 15:22:45] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:22:46] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.25","payload_size":596} 
[2026-07-30 15:22:46] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjg5OTRDOThEMDNGQjZENjYxRgA=',
                  'status' => 'sent',
                  'timestamp' => '1785396162',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:22:46] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 15:22:46] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:22:46] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 15:22:46] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 15:22:46] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 15:22:46] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:22:46] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.23","payload_size":601} 
[2026-07-30 15:22:46] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkY1RTg0QTJBOEI1RUM4RTdGNwA=',
                  'status' => 'delivered',
                  'timestamp' => '1785396162',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:22:46] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 15:22:46] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:22:46] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 15:22:46] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 15:22:46] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 15:22:46] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:22:46] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.21","payload_size":596} 
[2026-07-30 15:22:46] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjg5OTRDOThEMDNGQjZENjYxRgA=',
                  'status' => 'read',
                  'timestamp' => '1785396163',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:22:46] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 15:22:46] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:22:46] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 15:22:46] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.36","payload_size":596} 
[2026-07-30 15:22:46] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkE1NkZBOEZCQzhCRkUwMzQ1OQA=',
                  'status' => 'sent',
                  'timestamp' => '1785396164',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:22:46] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 15:22:46] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:22:46] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 15:22:46] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 15:22:46] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 15:22:46] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 15:22:47] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:22:47] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 15:22:47] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.5","payload_size":596} 
[2026-07-30 15:22:47] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjdDRDA5M0VFRUI2QjNENjVEQQA=',
                  'status' => 'sent',
                  'timestamp' => '1785396164',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:22:47] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 15:22:47] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:22:47] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 15:22:47] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:22:47] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 15:22:47] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 15:22:47] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:22:47] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.3","payload_size":601} 
[2026-07-30 15:22:47] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjdDRDA5M0VFRUI2QjNENjVEQQA=',
                  'status' => 'delivered',
                  'timestamp' => '1785396164',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:22:47] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 15:22:47] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:22:47] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 15:22:47] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 15:22:47] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 15:22:47] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:22:47] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.114","payload_size":596} 
[2026-07-30 15:22:47] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjdDRDA5M0VFRUI2QjNENjVEQQA=',
                  'status' => 'read',
                  'timestamp' => '1785396164',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:22:47] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 15:22:47] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:22:47] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 15:22:47] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.40","payload_size":601} 
[2026-07-30 15:22:48] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjdDRDA5M0VFRUI2QjNENjVEQQA=',
                  'status' => 'delivered',
                  'timestamp' => '1785396164',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.45","payload_size":601} 
[2026-07-30 15:22:48] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkE1NkZBOEZCQzhCRkUwMzQ1OQA=',
                  'status' => 'delivered',
                  'timestamp' => '1785396165',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.32","payload_size":596} 
[2026-07-30 15:22:48] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkE1NkZBOEZCQzhCRkUwMzQ1OQA=',
                  'status' => 'read',
                  'timestamp' => '1785396165',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.35","payload_size":601} 
[2026-07-30 15:22:48] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkE1NkZBOEZCQzhCRkUwMzQ1OQA=',
                  'status' => 'delivered',
                  'timestamp' => '1785396164',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 15:22:48] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:22:56] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.5","payload_size":800} 
[2026-07-30 15:22:56] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBNzAyODk1MDY1RDJEQjBDRTVDAA==',
                  'timestamp' => '1785396173',
                  'type' => 'image',
                  'image' => 
                  array (
                    'mime_type' => 'image/jpeg',
                    'sha256' => 'GBK+dO+wp1pIXtcnxex8dpjlk1SKvArOW2Ch1Rp6X5g=',
                    'id' => '2280167896087382',
                    'url' => 'https://lookaside.fbsbx.com/whatsapp_business/attachments/?mid=2280167896087382&source=webhook&ext=1785396475&hash=ATzQHLFUzDX-trgfAsoIhuMUnVbIGp_xu95m7lpzwncA5A',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:22:56] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 15:22:56] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:22:56] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 15:22:56] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 15:22:56] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 15:22:56] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:22:57] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 15:22:57] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 15:22:57] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 15:22:57] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBNzAyODk1MDY1RDJEQjBDRTVDAA==","message_type":"image","from":"6585402090","timestamp":"1785396173"} 
[2026-07-30 15:22:57] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"image"} 
[2026-07-30 15:22:57] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":""} 
[2026-07-30 15:22:59] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":false,"last_node_id":null,"has_node_data":false} 
[2026-07-30 15:22:59] production.INFO: [WORKFLOW_FIND] Starting workflow search {"wa_type":"image","text":"","recipient_id":48839,"session_id":371184} 
[2026-07-30 15:22:59] production.INFO: [WORKFLOW_FIND] Workflow search result {"workflow_found":true,"workflow_id":18229,"workflow_name":"Elanco Malaysia Default Check Standard Onboarded User When Is Sent Document"} 
[2026-07-30 15:22:59] production.INFO: [REPLY_BY_LAST_NODE] Got first node from workflow {"workflow_id":18229,"first_node_id":125933,"node_type":"condition"} 
[2026-07-30 15:22:59] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":125933,"node_type":"condition"} 
[2026-07-30 15:22:59] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125933,"node_type":"condition","has_node_data":true,"wf_redirect":null} 
[2026-07-30 15:22:59] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125933,"endpoint":125934} 
[2026-07-30 15:23:00] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125948,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 15:23:00] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80670,"template_slug":"elanco_malaysia_upload_completenext_part","template_type":"button_reply","node_id":125948,"recipient_identifier":"6585402090"} 
[2026-07-30 15:23:00] production.INFO: [BSUID] Sending message {"template_id":80670,"template_slug":"elanco_malaysia_upload_completenext_part","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-30 15:23:01] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-30 15:23:04] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.24","payload_size":596} 
[2026-07-30 15:23:04] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjYzQzVFREZBQjU5M0Q3MkVGQQA=',
                  'status' => 'sent',
                  'timestamp' => '1785396181',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:23:04] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 15:23:04] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:23:04] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 15:23:04] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 15:23:04] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 15:23:04] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:23:04] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.79.11","payload_size":601} 
[2026-07-30 15:23:04] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjYzQzVFREZBQjU5M0Q3MkVGQQA=',
                  'status' => 'delivered',
                  'timestamp' => '1785396182',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:23:04] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 15:23:04] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:23:04] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 15:23:04] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 15:23:04] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 15:23:04] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:23:05] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.23","payload_size":596} 
[2026-07-30 15:23:05] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjYzQzVFREZBQjU5M0Q3MkVGQQA=',
                  'status' => 'read',
                  'timestamp' => '1785396182',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:23:05] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 15:23:05] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:23:05] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 15:23:05] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 15:23:05] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 15:23:05] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:23:06] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.58","payload_size":703} 
[2026-07-30 15:23:06] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjYzQzVFREZBQjU5M0Q3MkVGQQA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBNTA4RTkyRDQxNEYzODM4NTQ3AA==',
                  'timestamp' => '1785396183',
                  'type' => 'interactive',
                  'interactive' => 
                  array (
                    'type' => 'button_reply',
                    'button_reply' => 
                    array (
                      'id' => '1',
                      'title' => 'Upload Complete',
                    ),
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:23:06] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 15:23:06] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:23:06] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 15:23:06] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 15:23:06] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 15:23:06] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:23:07] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 15:23:07] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 15:23:07] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 15:23:07] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBNTA4RTkyRDQxNEYzODM4NTQ3AA==","message_type":"interactive","from":"6585402090","timestamp":"1785396183"} 
[2026-07-30 15:23:07] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"interactive"} 
[2026-07-30 15:23:07] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"Upload Complete"} 
[2026-07-30 15:23:07] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":true,"last_node_id":125948,"has_node_data":false} 
[2026-07-30 15:23:07] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":125948,"node_type":"msg-template"} 
[2026-07-30 15:23:07] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125948,"node_type":"msg-template","has_node_data":false,"wf_redirect":null} 
[2026-07-30 15:23:07] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125948,"endpoint":"1"} 
[2026-07-30 15:23:08] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125953,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 15:23:08] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80671,"template_slug":"elanco_malaysia_upload_complete_reply_to_follow_with_apv_receipt_status","template_type":"text","node_id":125953,"recipient_identifier":"6585402090"} 
[2026-07-30 15:23:08] production.INFO: [BSUID] Sending message {"template_id":80671,"template_slug":"elanco_malaysia_upload_complete_reply_to_follow_with_apv_receipt_status","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-30 15:23:09] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125953,"node_type":"msg-template","has_node_data":false,"wf_redirect":true} 
[2026-07-30 15:23:09] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125953,"endpoint":null} 
[2026-07-30 15:23:09] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125954,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action"]} 
[2026-07-30 15:23:09] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125954,"node_type":"integration","has_node_data":false,"wf_redirect":null} 
[2026-07-30 15:23:09] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125954,"endpoint":null} 
[2026-07-30 15:23:10] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125955,"is_last_node":true,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action"]} 
[2026-07-30 15:23:10] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80689,"template_slug":"elanco_malaysia_waiting","template_type":"sticker","node_id":125955,"recipient_identifier":"6585402090"} 
[2026-07-30 15:23:10] production.INFO: [BSUID] Sending message {"template_id":80689,"template_slug":"elanco_malaysia_waiting","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-30 15:23:10] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-30 15:23:10] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.3","payload_size":596} 
[2026-07-30 15:23:10] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkNCNzJCMEY3MkQyMjMwQjBBOAA=',
                  'status' => 'sent',
                  'timestamp' => '1785396189',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:23:10] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 15:23:10] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:23:10] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 15:23:10] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 15:23:10] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 15:23:10] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:23:11] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.27","payload_size":601} 
[2026-07-30 15:23:11] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkNCNzJCMEY3MkQyMjMwQjBBOAA=',
                  'status' => 'delivered',
                  'timestamp' => '1785396189',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:23:11] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 15:23:11] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:23:11] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 15:23:11] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 15:23:11] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 15:23:11] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:23:11] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.22","payload_size":596} 
[2026-07-30 15:23:11] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkNCNzJCMEY3MkQyMjMwQjBBOAA=',
                  'status' => 'read',
                  'timestamp' => '1785396190',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 15:23:11] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 15:23:11] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 15:23:11] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 15:23:11] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 15:23:11] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 15:23:11] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 15:23:11] production.INFO: array (
  'response' => 
  array (
    'success' => true,
    'message' => 'Request have been accepted and processing',
    'data' => 
    array (
      'ref' => 'a2617e93-e392-405b-bbba-11e7867e5f62',
      'status' => 'processing',
    ),
  ),
  'log' => 
  App\Models\IntegrationLogs::__set_state(array(
     'connection' => 'mysql',
     'table' => 'integration_logs',
     'primaryKey' => 'id',
     'keyType' => 'int',
     'incrementing' => true,
     'with' => 
    array (
    ),
     'withCount' => 
    array (
    ),
     'preventsLazyLoading' => false,
     'perPage' => 15,
     'exists' => true,
     'wasRecentlyCreated' => true,
     'escapeWhenCastingToString' => false,
     'attributes' => 
    array (
      'integration_id' => 4316,
      'channel_id' => 17,
      'url' => 'https://carlsbergmybuyspinandsurewin.com/api/v1/webhook?api_token=pcZ75zxYtFnHYEWo7mCW6qIouhm7wW96uoUo2eH8yZjlNuXQ2Xpdykj3v9f6',
      'method' => 'POST',
      'headers' => '[]',
      'payload' => '{"mobile":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoic1F5aGZRaXl4ZW9MWCs4S0RFRENydz09IiwibWFjIjoiNTg5YTgxODViMmJmNWMyZjIxY2M1ZTBmODIyYWI1Mjk2YWFkYzJlODFlNmI2MDQ3ODhhMDliZTZhNTIwNjU0NCJ9","wa_username":null,"wa_bsuid":"SG.4534979083488404","email":null,"name":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiYkRKd1ZLcDZRYUtYczdTVFNDOGppZz09IiwibWFjIjoiYmQ5NjdhMjM4MTliMjlmYTZjMTFkZGJhNDJjYzdlZDQ5YzZhODNhYjUwYWEzYjU1MDI5MDIyZjE2MDQ5ODQ3OCJ9","registered_at":"2026-07-27 17:09:19","referer_guid":null,"onboarded_source":null,"reward_code":null,"type":"smart_receipt_async","receipt_url":"https:\\/\\/pr-one-wa.growthdesk.dev\\/storage\\/channel\\/17\\/recipient\\/a25b9b95-18e5-4542-84f0-671784dea97c\\/a2617e80-499a-47a6-bcbd-e97b1879edad.jpeg","upload_datetime":"2026-07-30T07:22:59.000000Z","app_guid":"a214b1fe-3941-43e1-aeb0-d0d4c6ecc6d7"}',
      'response' => '{"success":true,"message":"Request have been accepted and processing","data":{"ref":"a2617e93-e392-405b-bbba-11e7867e5f62","status":"processing"}}',
      'workflow_node_id' => 125954,
      'chat_session_id' => 371184,
      'response_headers' => '{"Date":["Thu, 30 Jul 2026 07:23:11 GMT"],"Server":["Apache"],"Cache-Control":["no-cache, private"],"X-RateLimit-Limit":["60"],"X-RateLimit-Remaining":["59"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["application\\/json"]}',
      'http_code' => 200,
      'encryption_paths' => '{"paths":{"payload":["payload.mobile","payload.email","payload.name"],"response":["response.data.name","response.data.email","response.data.mobile","response.data.login_url","response.6a6afbde0daac"]},"vals":["eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoic1F5aGZRaXl4ZW9MWCs4S0RFRENydz09IiwibWFjIjoiNTg5YTgxODViMmJmNWMyZjIxY2M1ZTBmODIyYWI1Mjk2YWFkYzJlODFlNmI2MDQ3ODhhMDliZTZhNTIwNjU0NCJ9","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiYkRKd1ZLcDZRYUtYczdTVFNDOGppZz09IiwibWFjIjoiYmQ5NjdhMjM4MTliMjlmYTZjMTFkZGJhNDJjYzdlZDQ5YzZhODNhYjUwYWEzYjU1MDI5MDIyZjE2MDQ5ODQ3OCJ9"]}',
      'updated_at' => '2026-07-30 15:23:11',
      'created_at' => '2026-07-30 15:23:11',
      'id' => 223090,
    ),
     'original' => 
    array (
      'integration_id' => 4316,
      'channel_id' => 17,
      'url' => 'https://carlsbergmybuyspinandsurewin.com/api/v1/webhook?api_token=pcZ75zxYtFnHYEWo7mCW6qIouhm7wW96uoUo2eH8yZjlNuXQ2Xpdykj3v9f6',
      'method' => 'POST',
      'headers' => '[]',
      'payload' => '{"mobile":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoic1F5aGZRaXl4ZW9MWCs4S0RFRENydz09IiwibWFjIjoiNTg5YTgxODViMmJmNWMyZjIxY2M1ZTBmODIyYWI1Mjk2YWFkYzJlODFlNmI2MDQ3ODhhMDliZTZhNTIwNjU0NCJ9","wa_username":null,"wa_bsuid":"SG.4534979083488404","email":null,"name":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiYkRKd1ZLcDZRYUtYczdTVFNDOGppZz09IiwibWFjIjoiYmQ5NjdhMjM4MTliMjlmYTZjMTFkZGJhNDJjYzdlZDQ5YzZhODNhYjUwYWEzYjU1MDI5MDIyZjE2MDQ5ODQ3OCJ9","registered_at":"2026-07-27 17:09:19","referer_guid":null,"onboarded_source":null,"reward_code":null,"type":"smart_receipt_async","receipt_url":"https:\\/\\/pr-one-wa.growthdesk.dev\\/storage\\/channel\\/17\\/recipient\\/a25b9b95-18e5-4542-84f0-671784dea97c\\/a2617e80-499a-47a6-bcbd-e97b1879edad.jpeg","upload_datetime":"2026-07-30T07:22:59.000000Z","app_guid":"a214b1fe-3941-43e1-aeb0-d0d4c6ecc6d7"}',
      'response' => '{"success":true,"message":"Request have been accepted and processing","data":{"ref":"a2617e93-e392-405b-bbba-11e7867e5f62","status":"processing"}}',
      'workflow_node_id' => 125954,
      'chat_session_id' => 371184,
      'response_headers' => '{"Date":["Thu, 30 Jul 2026 07:23:11 GMT"],"Server":["Apache"],"Cache-Control":["no-cache, private"],"X-RateLimit-Limit":["60"],"X-RateLimit-Remaining":["59"],"Vary":["Accept-Encoding"],"Transfer-Encoding":["chunked"],"Content-Type":["application\\/json"]}',
      'http_code' => 200,
      'encryption_paths' => '{"paths":{"payload":["payload.mobile","payload.email","payload.name"],"response":["response.data.name","response.data.email","response.data.mobile","response.data.login_url","response.6a6afbde0daac"]},"vals":["eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoic1F5aGZRaXl4ZW9MWCs4S0RFRENydz09IiwibWFjIjoiNTg5YTgxODViMmJmNWMyZjIxY2M1ZTBmODIyYWI1Mjk2YWFkYzJlODFlNmI2MDQ3ODhhMDliZTZhNTIwNjU0NCJ9","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiYkRKd1ZLcDZRYUtYczdTVFNDOGppZz09IiwibWFjIjoiYmQ5NjdhMjM4MTliMjlmYTZjMTFkZGJhNDJjYzdlZDQ5YzZhODNhYjUwYWEzYjU1MDI5MDIyZjE2MDQ5ODQ3OCJ9"]}',
      'updated_at' => '2026-07-30 15:23:11',
      'created_at' => '2026-07-30 15:23:11',
      'id' => 223090,
    ),
     'changes' => 
    array (
    ),
     'casts' => 
    array (
      'headers' => 'array',
      'payload' => 'array',
      'response' => 'array',
      'response_headers' => 'array',
      'encryption_paths' => 'array',
    ),
     'classCastCache' => 
    array (
    ),
     'attributeCastCache' => 
    array (
    ),
     'dates' => 
    array (
    ),
     'dateFormat' => NULL,
     'appends' => 
    array (
    ),
     'dispatchesEvents' => 
    array (
    ),
     'observables' => 
    array (
    ),
     'relations' => 
    array (
    ),
     'touches' => 
    array (
    ),
     'timestamps' => true,
     'hidden' => 
    array (
      0 => 'encryption_paths',
    ),
     'visible' => 
    array (
    ),
     'fillable' => 
    array (
      0 => 'integration_id',
      1 => 'channel_id',
      2 => 'workflow_node_id',
      3 => 'chat_session_id',
      4 => 'url',
      5 => 'method',
      6 => 'headers',
      7 => 'payload',
      8 => 'response',
      9 => 'response_headers',
      10 => 'http_code',
    ),
     'guarded' => 
    array (
      0 => '*',
    ),
     'fieldResponseHeader' => 'response_headers',
     'fieldResponseCode' => 'http_code',
     '_originals' => 
    array (
    ),
  )),
)  
[2026-07-30 18:01:18] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.40","payload_size":644} 
[2026-07-30 18:01:18] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'Yuet',
                  ),
                  'wa_id' => '6590078132',
                  'user_id' => 'SG.4542509739402005',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'from' => '6590078132',
                  'from_user_id' => 'SG.4542509739402005',
                  'id' => 'wamid.HBgKNjU5MDA3ODEzMhUCABIYIEFDOUJFMEM3NkI3NEQ2OEMyM0JFMTRGODRERjdEMkRFAA==',
                  'timestamp' => '1785405675',
                  'text' => 
                  array (
                    'body' => 'Hi! I’d like to participate in Carlsberg Buy, Spin & Sure Win to win awesome GUARANTEED rewards!',
                  ),
                  'type' => 'text',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 18:01:18] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 18:01:18] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 18:01:18] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 18:01:18] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 18:01:18] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 18:01:18] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 18:01:20] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6590078132","user_id":"SG.4542509739402005","username":null,"profile_name":"Yuet"} 
[2026-07-30 18:01:20] production.INFO: Found existing recipient {"recipient_id":48841,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 18:01:20] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48841,"recipient_mobile":"6590078132","recipient_username":null,"recipient_user_id":"SG.4542509739402005"} 
[2026-07-30 18:01:20] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU5MDA3ODEzMhUCABIYIEFDOUJFMEM3NkI3NEQ2OEMyM0JFMTRGODRERjdEMkRFAA==","message_type":"text","from":"6590078132","timestamp":"1785405675"} 
[2026-07-30 18:01:20] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"text"} 
[2026-07-30 18:01:20] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"Hi! I’d like to participate in Carlsberg Buy, Spin & Sure Win to win awesome GUARANTEED rewards!"} 
[2026-07-30 18:01:21] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":false,"last_node_id":null,"has_node_data":false} 
[2026-07-30 18:01:21] production.INFO: [WORKFLOW_FIND] Starting workflow search {"wa_type":"text","text":"Hi! I’d like to participate in Carlsberg Buy, Spin & Sure Win to win awesome GUARANTEED rewards!","recipient_id":48841,"session_id":371185} 
[2026-07-30 18:01:22] production.INFO: [WORKFLOW_FIND] Workflow search result {"workflow_found":true,"workflow_id":18227,"workflow_name":"Elanco Malaysia Default Check Standard Onboarded User"} 
[2026-07-30 18:01:24] production.INFO: [REPLY_BY_LAST_NODE] Got first node from workflow {"workflow_id":18227,"first_node_id":125930,"node_type":"condition"} 
[2026-07-30 18:01:24] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":125930,"node_type":"condition"} 
[2026-07-30 18:01:24] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125930,"node_type":"condition","has_node_data":true,"wf_redirect":null} 
[2026-07-30 18:01:24] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125930,"endpoint":125931} 
[2026-07-30 18:01:25] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125924,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 18:01:25] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80697,"template_slug":"elanco_malaysia_no_name_1781535671935","template_type":"text","node_id":125924,"recipient_identifier":"6590078132"} 
[2026-07-30 18:01:25] production.INFO: [BSUID] Sending message {"template_id":80697,"template_slug":"elanco_malaysia_no_name_1781535671935","identifier_type":"phone","identifier_value":"6590078132","transformed":false,"locale":"en"} 
[2026-07-30 18:01:26] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125924,"node_type":"msg-template","has_node_data":false,"wf_redirect":true} 
[2026-07-30 18:01:26] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125924,"endpoint":null} 
[2026-07-30 18:01:28] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125911,"is_last_node":true,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-30 18:01:28] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80675,"template_slug":"elanco_malaysia_menu","template_type":"list_reply","node_id":125911,"recipient_identifier":"6590078132"} 
[2026-07-30 18:01:29] production.INFO: [BSUID] Sending message {"template_id":80675,"template_slug":"elanco_malaysia_menu","identifier_type":"phone","identifier_value":"6590078132","transformed":false,"locale":"en"} 
[2026-07-30 18:01:29] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.38","payload_size":596} 
[2026-07-30 18:01:29] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6590078132',
                  'user_id' => 'SG.4542509739402005',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU5MDA3ODEzMhUCABEYEjQwMkIxNDRCMzk2NzQ2N0NFRAA=',
                  'status' => 'sent',
                  'timestamp' => '1785405687',
                  'recipient_id' => '6590078132',
                  'recipient_user_id' => 'SG.4542509739402005',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 18:01:29] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 18:01:29] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 18:01:29] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 18:01:29] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 18:01:29] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 18:01:29] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 18:01:29] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.38","payload_size":601} 
[2026-07-30 18:01:29] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6590078132',
                  'user_id' => 'SG.4542509739402005',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU5MDA3ODEzMhUCABEYEjQwMkIxNDRCMzk2NzQ2N0NFRAA=',
                  'status' => 'delivered',
                  'timestamp' => '1785405687',
                  'recipient_id' => '6590078132',
                  'recipient_user_id' => 'SG.4542509739402005',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 18:01:29] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 18:01:29] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 18:01:29] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 18:01:29] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 18:01:29] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 18:01:29] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 18:01:29] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.30","payload_size":601} 
[2026-07-30 18:01:29] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6590078132',
                  'user_id' => 'SG.4542509739402005',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU5MDA3ODEzMhUCABEYEjQwMkIxNDRCMzk2NzQ2N0NFRAA=',
                  'status' => 'delivered',
                  'timestamp' => '1785405687',
                  'recipient_id' => '6590078132',
                  'recipient_user_id' => 'SG.4542509739402005',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 18:01:29] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 18:01:29] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 18:01:29] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 18:01:29] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 18:01:29] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 18:01:29] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 18:01:29] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-30 18:01:31] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.2","payload_size":596} 
[2026-07-30 18:01:31] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6590078132',
                  'user_id' => 'SG.4542509739402005',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU5MDA3ODEzMhUCABEYEkU3QjA5QzNDNjcxMjdDMzRGQwA=',
                  'status' => 'sent',
                  'timestamp' => '1785405690',
                  'recipient_id' => '6590078132',
                  'recipient_user_id' => 'SG.4542509739402005',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 18:01:31] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 18:01:31] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 18:01:31] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 18:01:31] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 18:01:31] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 18:01:31] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 18:01:31] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.116","payload_size":601} 
[2026-07-30 18:01:31] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6590078132',
                  'user_id' => 'SG.4542509739402005',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU5MDA3ODEzMhUCABEYEkU3QjA5QzNDNjcxMjdDMzRGQwA=',
                  'status' => 'delivered',
                  'timestamp' => '1785405690',
                  'recipient_id' => '6590078132',
                  'recipient_user_id' => 'SG.4542509739402005',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 18:01:31] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 18:01:31] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 18:01:31] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 18:01:31] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 18:01:31] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 18:01:31] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 18:01:31] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.44","payload_size":601} 
[2026-07-30 18:01:31] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'wa_id' => '6590078132',
                  'user_id' => 'SG.4542509739402005',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU5MDA3ODEzMhUCABEYEkU3QjA5QzNDNjcxMjdDMzRGQwA=',
                  'status' => 'delivered',
                  'timestamp' => '1785405690',
                  'recipient_id' => '6590078132',
                  'recipient_user_id' => 'SG.4542509739402005',
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 18:01:31] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 18:01:31] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 18:01:31] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 18:01:31] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 18:01:31] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 18:01:31] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 19:27:07] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.7","payload_size":759} 
[2026-07-30 19:27:07] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '1556462045621410',
        'changes' => 
        array (
          0 => 
          array (
            'value' => 
            array (
              'messaging_product' => 'whatsapp',
              'metadata' => 
              array (
                'display_phone_number' => '6587519761',
                'phone_number_id' => '911062242088434',
              ),
              'contacts' => 
              array (
                0 => 
                array (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY0RTFEMDcyMTVFQUJDREFDQwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA',
                  'timestamp' => '1784864611',
                  'errors' => 
                  array (
                    0 => 
                    array (
                      'code' => 131000,
                      'title' => 'Something went wrong',
                      'message' => 'Something went wrong',
                      'error_data' => 
                      array (
                        'details' => 'Unsupported webhook payload',
                      ),
                    ),
                  ),
                  'type' => 'interactive',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-30 19:27:07] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-30 19:27:07] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-30 19:27:07] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-30 19:27:07] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-30 19:27:07] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-30 19:27:07] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-30 19:27:07] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-30 19:27:07] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-30 19:27:07] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-30 19:27:07] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-30 19:27:07] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.7"},"exception":"[object] (ErrorException(code: 0): Undefined array key \"interactive\" at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:194)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Undefined array...', '/home/growthdes...', 194)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(254): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->processMessages(Array, 'interactive')
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Http/Controllers/WaWebhookController.php(76): App\\Http\\Controllers\\WaWebhookController->processWebhookPayload('155646204562141...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\WaWebhookController->index(Object(Illuminate\\Http\\Request))
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('index', Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(App\\Http\\Controllers\\WaWebhookController), 'index')
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(721): Illuminate\\Routing\\Route->run()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure))
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(723): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#30 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#31 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#33 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#34 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#35 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#37 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#38 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#40 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#41 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#42 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/monicahq/laravel-cloudflare/src/Http/Middleware/TrustProxies.php(25): Illuminate\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#43 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Monicahq\\Cloudflare\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#47 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/public/index.php(62): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#48 {main}
"} 
