[2026-07-27 01:13:38] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.113","payload_size":759} 
[2026-07-27 01:13: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.HBgKNjU4NTQwMjA5MBUCABEYEkJEMUJDNEQwNjJCMEI2RDc4OQA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBBNjc1RDE5QTlFRUE0RkFCNjMA',
                  'timestamp' => '1784683288',
                  '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-27 01:13:38] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 01:13:38] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 01:13:38] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 01:13:38] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 01:13:38] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 01:13:38] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 01:13:38] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 01:13:38] production.INFO: Found existing recipient {"recipient_id":48836,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 01:13:38] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48836,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 01:13:38] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBBNjc1RDE5QTlFRUE0RkFCNjMA","message_type":"interactive","from":"6585402090","timestamp":"1784683288"} 
[2026-07-27 01:13:38] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.127.113"},"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-27 05:06:30] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.5","payload_size":759} 
[2026-07-27 05: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' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjM3MjM3REU5MjgxMEQxNTNFRAA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjAzQjE3NDUyQUJCNDNDRTM0MzIA',
                  'timestamp' => '1784683204',
                  '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-27 05:06:30] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 05:06:30] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 05:06:30] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 05:06:30] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 05:06:30] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 05:06:30] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 05:06:30] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 05:06:30] production.INFO: Found existing recipient {"recipient_id":48836,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 05:06:30] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48836,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 05:06:30] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjAzQjE3NDUyQUJCNDNDRTM0MzIA","message_type":"interactive","from":"6585402090","timestamp":"1784683204"} 
[2026-07-27 05:06:30] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.5"},"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-27 06:59:53] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.54","payload_size":759} 
[2026-07-27 06:59:53] 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.HBgKNjU4NTQwMjA5MBUCABEYEjM3MjM3REU5MjgxMEQxNTNFRAA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjAzQjE3NDUyQUJCNDNDRTM0MzIA',
                  'timestamp' => '1784683204',
                  '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-27 06:59:53] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 06:59:53] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 06:59:53] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 06:59:53] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 06:59:53] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 06:59:53] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 06:59:53] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 06:59:53] production.INFO: Found existing recipient {"recipient_id":48836,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 06:59:53] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48836,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 06:59:53] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjAzQjE3NDUyQUJCNDNDRTM0MzIA","message_type":"interactive","from":"6585402090","timestamp":"1784683204"} 
[2026-07-27 06:59:53] 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-27 06:59:54] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.2","payload_size":759} 
[2026-07-27 06:59:54] 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.HBgKNjU4NTQwMjA5MBUCABEYEjM3MjM3REU5MjgxMEQxNTNFRAA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjAzQjE3NDUyQUJCNDNDRTM0MzIA',
                  'timestamp' => '1784683204',
                  '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-27 06:59:54] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 06:59:54] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 06:59:54] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 06:59:54] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 06:59:54] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 06:59:54] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 06:59:54] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 06:59:54] production.INFO: Found existing recipient {"recipient_id":48836,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 06:59:54] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48836,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 06:59:54] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjAzQjE3NDUyQUJCNDNDRTM0MzIA","message_type":"interactive","from":"6585402090","timestamp":"1784683204"} 
[2026-07-27 06:59:54] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.2"},"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-27 06:59:56] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.17","payload_size":759} 
[2026-07-27 06:59: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.HBgKNjU4NTQwMjA5MBUCABEYEjM3MjM3REU5MjgxMEQxNTNFRAA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjAzQjE3NDUyQUJCNDNDRTM0MzIA',
                  'timestamp' => '1784683204',
                  '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-27 06:59:56] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 06:59:56] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 06:59:56] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 06:59:56] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 06:59:56] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 06:59:56] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 06:59:56] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 06:59:56] production.INFO: Found existing recipient {"recipient_id":48836,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 06:59:56] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48836,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 06:59:56] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjAzQjE3NDUyQUJCNDNDRTM0MzIA","message_type":"interactive","from":"6585402090","timestamp":"1784683204"} 
[2026-07-27 06:59:56] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.17"},"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-27 07:00:16] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.62","payload_size":759} 
[2026-07-27 07:00: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' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjM3MjM3REU5MjgxMEQxNTNFRAA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjAzQjE3NDUyQUJCNDNDRTM0MzIA',
                  'timestamp' => '1784683204',
                  '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-27 07:00:16] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 07:00:16] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 07:00:16] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 07:00:16] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 07:00:16] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 07:00:16] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 07:00:17] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 07:00:17] production.INFO: Found existing recipient {"recipient_id":48836,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 07:00:17] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48836,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 07:00:17] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjAzQjE3NDUyQUJCNDNDRTM0MzIA","message_type":"interactive","from":"6585402090","timestamp":"1784683204"} 
[2026-07-27 07:00:17] 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-27 07:03:12] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.61","payload_size":759} 
[2026-07-27 07:03: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' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjM3MjM3REU5MjgxMEQxNTNFRAA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjAzQjE3NDUyQUJCNDNDRTM0MzIA',
                  'timestamp' => '1784683204',
                  '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-27 07:03:12] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 07:03:12] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 07:03:12] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 07:03:12] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 07:03:12] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 07:03:12] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 07:03:12] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 07:03:12] production.INFO: Found existing recipient {"recipient_id":48836,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 07:03:12] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48836,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 07:03:12] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjAzQjE3NDUyQUJCNDNDRTM0MzIA","message_type":"interactive","from":"6585402090","timestamp":"1784683204"} 
[2026-07-27 07:03:12] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.61"},"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-27 08:46:59] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.25","payload_size":759} 
[2026-07-27 08:46:59] 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.HBgKNjU4NTQwMjA5MBUCABEYEjM3MjM3REU5MjgxMEQxNTNFRAA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjAzQjE3NDUyQUJCNDNDRTM0MzIA',
                  'timestamp' => '1784683204',
                  '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-27 08:46:59] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 08:46:59] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 08:46:59] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 08:46:59] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 08:46:59] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 08:46:59] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 08:46:59] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 08:46:59] production.INFO: Found existing recipient {"recipient_id":48836,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 08:46:59] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48836,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 08:46:59] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjAzQjE3NDUyQUJCNDNDRTM0MzIA","message_type":"interactive","from":"6585402090","timestamp":"1784683204"} 
[2026-07-27 08:46:59] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.25"},"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-27 10:34:13] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.8","payload_size":628} 
[2026-07-27 10:34: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' => 'Yuet',
                  ),
                  'wa_id' => '6590078132',
                  'user_id' => 'SG.4542509739402005',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'from' => '6590078132',
                  'from_user_id' => 'SG.4542509739402005',
                  'id' => 'wamid.HBgKNjU5MDA3ODEzMhUCABIYFjNFQjBFOERGRkZGMjZGMzgwMUUzQTcA',
                  'timestamp' => '1785119650',
                  '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-27 10:34:13] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 10:34:13] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 10:34:13] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 10:34:13] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 10:34:13] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 10:34:13] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 10:34:13] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6590078132","user_id":"SG.4542509739402005","username":null,"profile_name":"Yuet"} 
[2026-07-27 10:34:13] production.INFO: Updated recipient with user_id {"recipient_id":35851,"user_id":"SG.4542509739402005","previously_matched_by":"phone"} 
[2026-07-27 10:34:13] production.INFO: Found existing recipient {"recipient_id":35851,"matched_by":"user_id","updated_fields":true} 
[2026-07-27 10:34:13] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":35851,"recipient_mobile":"6590078132","recipient_username":null,"recipient_user_id":"SG.4542509739402005"} 
[2026-07-27 10:34:13] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU5MDA3ODEzMhUCABIYFjNFQjBFOERGRkZGMjZGMzgwMUUzQTcA","message_type":"text","from":"6590078132","timestamp":"1785119650"} 
[2026-07-27 10:34:13] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"text"} 
[2026-07-27 10:34:13] 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-27 10:34:14] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":false,"last_node_id":null,"has_node_data":false} 
[2026-07-27 10:34:14] 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":35851,"session_id":370813} 
[2026-07-27 10:34:14] production.INFO: [WORKFLOW_FIND] Workflow search result {"workflow_found":true,"workflow_id":18227,"workflow_name":"Elanco Malaysia Default Check Standard Onboarded User"} 
[2026-07-27 10:34:15] production.INFO: [REPLY_BY_LAST_NODE] Got first node from workflow {"workflow_id":18227,"first_node_id":125930,"node_type":"condition"} 
[2026-07-27 10:34:15] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":125930,"node_type":"condition"} 
[2026-07-27 10:34:15] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125930,"node_type":"condition","has_node_data":true,"wf_redirect":null} 
[2026-07-27 10:34:15] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125930,"endpoint":125931} 
[2026-07-27 10:34:15] 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-27 10:34:15] 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-27 10:34:15] 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-27 10:34:16] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125924,"node_type":"msg-template","has_node_data":false,"wf_redirect":true} 
[2026-07-27 10:34:16] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125924,"endpoint":null} 
[2026-07-27 10:34:16] 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-27 10:34:16] 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-27 10:34:16] 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-27 10:34:17] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-27 10:34:18] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.3","payload_size":596} 
[2026-07-27 10:34: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' => '6590078132',
                  'user_id' => 'SG.4542509739402005',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU5MDA3ODEzMhUCABEYEkRFRDAxQUMzMkEyQ0I5RUY5NAA=',
                  'status' => 'sent',
                  'timestamp' => '1785119657',
                  '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-27 10:34:18] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 10:34:18] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 10:34:18] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 10:34:18] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 10:34:18] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 10:34:18] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 10:34:18] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.7","payload_size":601} 
[2026-07-27 10:34: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' => '6590078132',
                  'user_id' => 'SG.4542509739402005',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU5MDA3ODEzMhUCABEYEkRFRDAxQUMzMkEyQ0I5RUY5NAA=',
                  'status' => 'delivered',
                  'timestamp' => '1785119657',
                  '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-27 10:34:18] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 10:34:18] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 10:34:18] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 10:34:18] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 10:34:18] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 10:34:18] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 10:34:19] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.115","payload_size":596} 
[2026-07-27 10:34: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' => '6590078132',
                  'user_id' => 'SG.4542509739402005',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU5MDA3ODEzMhUCABEYEkYxM0VGRUNDQUJFNkQxMTU2MAA=',
                  'status' => 'sent',
                  'timestamp' => '1785119657',
                  '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-27 10:34:19] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 10:34:19] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 10:34:19] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 10:34:19] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 10:34:19] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 10:34:19] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 10:34:19] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.0","payload_size":601} 
[2026-07-27 10:34: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' => '6590078132',
                  'user_id' => 'SG.4542509739402005',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU5MDA3ODEzMhUCABEYEkYxM0VGRUNDQUJFNkQxMTU2MAA=',
                  'status' => 'delivered',
                  'timestamp' => '1785119658',
                  '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-27 10:34:19] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 10:34:19] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 10:34:19] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 10:34:19] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 10:34:19] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 10:34:19] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 10:34:28] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.27","payload_size":701} 
[2026-07-27 10:34:28] 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 (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU5MDA3ODEzMhUCABEYEkYxM0VGRUNDQUJFNkQxMTU2MAA=',
                  ),
                  'from' => '6590078132',
                  'from_user_id' => 'SG.4542509739402005',
                  'id' => 'wamid.HBgKNjU5MDA3ODEzMhUCABIYFjNFQjAwQTdDRjQxMEI0RDBCNkZBNzgA',
                  'timestamp' => '1785119667',
                  'type' => 'interactive',
                  'interactive' => 
                  array (
                    'type' => 'list_reply',
                    'list_reply' => 
                    array (
                      'id' => '1',
                      'title' => '1. Upload Receipt',
                    ),
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 10:34:28] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 10:34:28] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 10:34:28] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 10:34:28] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 10:34:28] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 10:34:28] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 10:34:29] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6590078132","user_id":"SG.4542509739402005","username":null,"profile_name":"Yuet"} 
[2026-07-27 10:34:29] production.INFO: Found existing recipient {"recipient_id":35851,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 10:34:29] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":35851,"recipient_mobile":"6590078132","recipient_username":null,"recipient_user_id":"SG.4542509739402005"} 
[2026-07-27 10:34:29] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU5MDA3ODEzMhUCABIYFjNFQjAwQTdDRjQxMEI0RDBCNkZBNzgA","message_type":"interactive","from":"6590078132","timestamp":"1785119667"} 
[2026-07-27 10:34:29] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"interactive"} 
[2026-07-27 10:34:29] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"1. Upload Receipt"} 
[2026-07-27 10:34:30] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":true,"last_node_id":125911,"has_node_data":false} 
[2026-07-27 10:34:30] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":125911,"node_type":"msg-template"} 
[2026-07-27 10:34:30] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125911,"node_type":"msg-template","has_node_data":false,"wf_redirect":null} 
[2026-07-27 10:34:30] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125911,"endpoint":"1"} 
[2026-07-27 10:34:30] 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-27 10:34:30] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80692,"template_slug":"elanco_malaysia_no_name_1780380800564","template_type":"text","node_id":126003,"recipient_identifier":"6590078132"} 
[2026-07-27 10:34:30] production.INFO: [BSUID] Sending message {"template_id":80692,"template_slug":"elanco_malaysia_no_name_1780380800564","identifier_type":"phone","identifier_value":"6590078132","transformed":false,"locale":"en"} 
[2026-07-27 10:34:31] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-27 10:34:32] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.22","payload_size":596} 
[2026-07-27 10:34:32] 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.HBgKNjU5MDA3ODEzMhUCABEYEkUxMzI3RTY0MjcwNTBGODk2QwA=',
                  'status' => 'sent',
                  'timestamp' => '1785119671',
                  '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-27 10:34:32] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 10:34:32] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 10:34:32] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 10:34:32] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 10:34:32] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 10:34:32] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 10:34:32] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.116","payload_size":601} 
[2026-07-27 10:34:32] 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.HBgKNjU5MDA3ODEzMhUCABEYEkUxMzI3RTY0MjcwNTBGODk2QwA=',
                  'status' => 'delivered',
                  'timestamp' => '1785119671',
                  '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-27 10:34:32] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 10:34:32] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 10:34:32] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 10:34:32] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 10:34:32] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 10:34:32] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 10:34:33] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.10","payload_size":601} 
[2026-07-27 10:34: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 (
                  'wa_id' => '6590078132',
                  'user_id' => 'SG.4542509739402005',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU5MDA3ODEzMhUCABEYEkUxMzI3RTY0MjcwNTBGODk2QwA=',
                  'status' => 'delivered',
                  'timestamp' => '1785119671',
                  '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-27 10:34:33] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 10:34:33] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 10:34:33] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 10:34:33] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 10:34:33] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 10:34:33] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 10:34:38] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.40","payload_size":759} 
[2026-07-27 10:34: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.HBgKNjU4NTQwMjA5MBUCABEYEjg1Mjk0MUMzMDNGODNGOTIxQgA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjA1Qzk3MjgyOTlCQjQwODM1MDEA',
                  'timestamp' => '1784683136',
                  '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-27 10:34:38] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 10:34:38] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 10:34:38] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 10:34:38] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 10:34:38] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 10:34:38] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 10:34:38] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 10:34:38] production.INFO: Found existing recipient {"recipient_id":48836,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 10:34:38] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48836,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 10:34:38] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjA1Qzk3MjgyOTlCQjQwODM1MDEA","message_type":"interactive","from":"6585402090","timestamp":"1784683136"} 
[2026-07-27 10:34:38] 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-27 14:58:33] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.25","payload_size":717} 
[2026-07-27 14:58: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' => 'Yuet',
                  ),
                  'wa_id' => '6590078132',
                  'user_id' => 'SG.4542509739402005',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU5MDA3ODEzMhUCABEYEkYxM0VGRUNDQUJFNkQxMTU2MAA=',
                  ),
                  'from' => '6590078132',
                  'from_user_id' => 'SG.4542509739402005',
                  'id' => 'wamid.HBgKNjU5MDA3ODEzMhUCABIYIEFDRThCOEIwMjgyRTAyODg2MTU4NTgxNDY5QzMyRDlCAA==',
                  'timestamp' => '1785135511',
                  'type' => 'interactive',
                  'interactive' => 
                  array (
                    'type' => 'list_reply',
                    'list_reply' => 
                    array (
                      'id' => '2',
                      'title' => '2. Redeem Rewards',
                    ),
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 14:58:33] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 14:58:33] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 14:58:33] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 14:58:33] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 14:58:33] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 14:58:33] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 14:58:33] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6590078132","user_id":"SG.4542509739402005","username":null,"profile_name":"Yuet"} 
[2026-07-27 14:58:33] production.INFO: Found existing recipient {"recipient_id":35851,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 14:58:33] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":35851,"recipient_mobile":"6590078132","recipient_username":null,"recipient_user_id":"SG.4542509739402005"} 
[2026-07-27 14:58:33] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU5MDA3ODEzMhUCABIYIEFDRThCOEIwMjgyRTAyODg2MTU4NTgxNDY5QzMyRDlCAA==","message_type":"interactive","from":"6590078132","timestamp":"1785135511"} 
[2026-07-27 14:58:33] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"interactive"} 
[2026-07-27 14:58:33] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"2. Redeem Rewards"} 
[2026-07-27 14:58:34] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":true,"last_node_id":125911,"has_node_data":false} 
[2026-07-27 14:58:34] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":125911,"node_type":"msg-template"} 
[2026-07-27 14:58:34] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125911,"node_type":"msg-template","has_node_data":false,"wf_redirect":null} 
[2026-07-27 14:58:34] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125911,"endpoint":"2"} 
[2026-07-27 14:58:34] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126017,"is_last_node":true,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-27 14:58:34] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80702,"template_slug":"elanco_malaysia_no_name_1784858076588","template_type":"text","node_id":126017,"recipient_identifier":"6590078132"} 
[2026-07-27 14:58:34] production.INFO: [BSUID] Sending message {"template_id":80702,"template_slug":"elanco_malaysia_no_name_1784858076588","identifier_type":"phone","identifier_value":"6590078132","transformed":false,"locale":"en"} 
[2026-07-27 14:58:35] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-27 14:58:37] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.1","payload_size":596} 
[2026-07-27 14:58: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 (
                  'wa_id' => '6590078132',
                  'user_id' => 'SG.4542509739402005',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU5MDA3ODEzMhUCABEYEjFDMTE1NkRFMzREQjZCRUNDOQA=',
                  'status' => 'sent',
                  'timestamp' => '1785135515',
                  '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-27 14:58:37] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 14:58:37] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 14:58:37] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 14:58:37] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 14:58:37] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 14:58:37] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 14:58:37] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.29","payload_size":601} 
[2026-07-27 14:58: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 (
                  'wa_id' => '6590078132',
                  'user_id' => 'SG.4542509739402005',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU5MDA3ODEzMhUCABEYEjFDMTE1NkRFMzREQjZCRUNDOQA=',
                  'status' => 'delivered',
                  'timestamp' => '1785135516',
                  '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-27 14:58:37] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 14:58:37] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 14:58:37] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 14:58:37] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 14:58:37] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 14:58:37] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 14:58:37] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.21","payload_size":601} 
[2026-07-27 14:58: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 (
                  'wa_id' => '6590078132',
                  'user_id' => 'SG.4542509739402005',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU5MDA3ODEzMhUCABEYEjFDMTE1NkRFMzREQjZCRUNDOQA=',
                  'status' => 'delivered',
                  'timestamp' => '1785135516',
                  '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-27 14:58:37] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 14:58:37] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 14:58:37] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 14:58:37] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 14:58:37] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 14:58:37] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 16:02:00] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.6","payload_size":759} 
[2026-07-27 16:02:00] 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.HBgKNjU4NTQwMjA5MBUCABEYEkJEMUJDNEQwNjJCMEI2RDc4OQA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBBNjc1RDE5QTlFRUE0RkFCNjMA',
                  'timestamp' => '1784683288',
                  '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-27 16:02:00] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 16:02:00] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 16:02:00] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 16:02:00] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 16:02:00] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 16:02:00] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 16:02:00] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 16:02:00] production.INFO: Found existing recipient {"recipient_id":48836,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 16:02:00] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48836,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 16:02:00] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBBNjc1RDE5QTlFRUE0RkFCNjMA","message_type":"interactive","from":"6585402090","timestamp":"1784683288"} 
[2026-07-27 16:02:00] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.127.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-27 16:50:25] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.17","payload_size":759} 
[2026-07-27 16:50:25] 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-27 16:50:25] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 16:50:25] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 16:50:25] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 16:50:25] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 16:50:25] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 16:50:25] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 16:50:25] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 16:50:25] production.INFO: Found existing recipient {"recipient_id":48836,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 16:50:25] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48836,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 16:50:25] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-27 16:50:25] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.17"},"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-27 17:06:17] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.32","payload_size":532} 
[2026-07-27 17:06: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 (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBRjIxNTU1QzFDMDNDQ0MwREJEAA==',
                  'timestamp' => '1785143175',
                  'text' => 
                  array (
                    'body' => 'hello',
                  ),
                  'type' => 'text',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:06:17] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:06:17] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:06:17] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:06:17] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:06:17] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:06:17] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:06:17] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 17:06:17] production.INFO: Found existing recipient {"recipient_id":48836,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 17:06:17] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48836,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 17:06:17] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBRjIxNTU1QzFDMDNDQ0MwREJEAA==","message_type":"text","from":"6585402090","timestamp":"1785143175"} 
[2026-07-27 17:06:17] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"text"} 
[2026-07-27 17:06:17] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"hello"} 
[2026-07-27 17:06:18] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":false,"last_node_id":null,"has_node_data":false} 
[2026-07-27 17:06:18] production.INFO: [WORKFLOW_FIND] Starting workflow search {"wa_type":"text","text":"hello","recipient_id":48836,"session_id":371161} 
[2026-07-27 17:06:18] production.INFO: [WORKFLOW_FIND] Workflow search result {"workflow_found":true,"workflow_id":18227,"workflow_name":"Elanco Malaysia Default Check Standard Onboarded User"} 
[2026-07-27 17:06:18] production.INFO: [REPLY_BY_LAST_NODE] Got first node from workflow {"workflow_id":18227,"first_node_id":125930,"node_type":"condition"} 
[2026-07-27 17:06:18] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":125930,"node_type":"condition"} 
[2026-07-27 17:06:18] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125930,"node_type":"condition","has_node_data":true,"wf_redirect":null} 
[2026-07-27 17:06:18] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125930,"endpoint":125931} 
[2026-07-27 17:06:19] 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-27 17:06:19] 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-27 17:06:19] 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-27 17:06:19] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125924,"node_type":"msg-template","has_node_data":false,"wf_redirect":true} 
[2026-07-27 17:06:19] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125924,"endpoint":null} 
[2026-07-27 17:06:20] 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-27 17:06:20] 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-27 17:06:20] 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-27 17:06:21] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-27 17:06:21] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.47","payload_size":596} 
[2026-07-27 17:06:21] 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.HBgKNjU4NTQwMjA5MBUCABEYEkFFM0ZBMTlCMDQ1MDI1Njg0RQA=',
                  'status' => 'sent',
                  'timestamp' => '1785143180',
                  '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-27 17:06:21] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:06:21] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:06:21] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:06:21] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:06:21] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:06:21] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:06:21] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.36","payload_size":601} 
[2026-07-27 17:06:21] 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.HBgKNjU4NTQwMjA5MBUCABEYEkFFM0ZBMTlCMDQ1MDI1Njg0RQA=',
                  'status' => 'delivered',
                  'timestamp' => '1785143180',
                  '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-27 17:06:21] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:06:21] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:06:21] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:06:21] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:06:21] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:06:22] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:06:22] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.17","payload_size":596} 
[2026-07-27 17:06:22] 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.HBgKNjU4NTQwMjA5MBUCABEYEjczRUNBMkFGRTc4MTE5NDM0OAA=',
                  'status' => 'sent',
                  'timestamp' => '1785143181',
                  '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-27 17:06:22] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:06:22] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:06:22] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:06:22] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:06:22] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:06:22] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:06:22] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.20","payload_size":596} 
[2026-07-27 17:06:22] 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.HBgKNjU4NTQwMjA5MBUCABEYEkFFM0ZBMTlCMDQ1MDI1Njg0RQA=',
                  'status' => 'read',
                  'timestamp' => '1785143181',
                  '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-27 17:06:22] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:06:22] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:06:22] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:06:22] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:06:22] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:06:22] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:06:22] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.33","payload_size":601} 
[2026-07-27 17:06:22] 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.HBgKNjU4NTQwMjA5MBUCABEYEjczRUNBMkFGRTc4MTE5NDM0OAA=',
                  'status' => 'delivered',
                  'timestamp' => '1785143181',
                  '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-27 17:06:22] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:06:22] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:06:22] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:06:22] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:06:22] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:06:22] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:06:23] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.79.8","payload_size":596} 
[2026-07-27 17:06: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 (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjczRUNBMkFGRTc4MTE5NDM0OAA=',
                  'status' => 'read',
                  'timestamp' => '1785143181',
                  '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-27 17:06:23] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:06:23] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:06:23] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:06:23] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:06:23] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:06:23] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:06:40] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.13","payload_size":532} 
[2026-07-27 17: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 (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBMDlGMzk2NTNGMzdGNTQ1MTE1AA==',
                  'timestamp' => '1785143199',
                  'text' => 
                  array (
                    'body' => 'hello',
                  ),
                  'type' => 'text',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:06:40] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:06:40] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:06:40] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:06:40] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:06:40] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:06:40] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:06:40] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 17:06:40] production.INFO: Found existing recipient {"recipient_id":48836,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 17:06:40] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48836,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 17:06:40] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBMDlGMzk2NTNGMzdGNTQ1MTE1AA==","message_type":"text","from":"6585402090","timestamp":"1785143199"} 
[2026-07-27 17:06:40] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"text"} 
[2026-07-27 17:06:40] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"hello"} 
[2026-07-27 17:06:41] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":false,"last_node_id":null,"has_node_data":false} 
[2026-07-27 17:06:41] production.INFO: [WORKFLOW_FIND] Starting workflow search {"wa_type":"text","text":"hello","recipient_id":48836,"session_id":371162} 
[2026-07-27 17:06:41] production.INFO: [WORKFLOW_FIND] Workflow search result {"workflow_found":true,"workflow_id":18227,"workflow_name":"Elanco Malaysia Default Check Standard Onboarded User"} 
[2026-07-27 17:06:41] production.INFO: [REPLY_BY_LAST_NODE] Got first node from workflow {"workflow_id":18227,"first_node_id":125930,"node_type":"condition"} 
[2026-07-27 17:06:41] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":125930,"node_type":"condition"} 
[2026-07-27 17:06:41] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125930,"node_type":"condition","has_node_data":true,"wf_redirect":null} 
[2026-07-27 17:06:41] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125930,"endpoint":125931} 
[2026-07-27 17:06: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-27 17:06: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-27 17:06: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-27 17:06:42] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125924,"node_type":"msg-template","has_node_data":false,"wf_redirect":true} 
[2026-07-27 17:06:42] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125924,"endpoint":null} 
[2026-07-27 17:06:42] 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-27 17:06:42] 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-27 17:06:42] 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-27 17:06:43] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-27 17:06:43] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.12","payload_size":596} 
[2026-07-27 17:06:43] 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.HBgKNjU4NTQwMjA5MBUCABEYEkRGNjkyQkI1NkYxOTYwQjAxOAA=',
                  'status' => 'sent',
                  'timestamp' => '1785143202',
                  '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-27 17:06:43] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:06:43] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:06:43] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:06:43] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:06:43] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:06:43] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:06:43] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.13","payload_size":601} 
[2026-07-27 17:06:43] 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.HBgKNjU4NTQwMjA5MBUCABEYEkRGNjkyQkI1NkYxOTYwQjAxOAA=',
                  'status' => 'delivered',
                  'timestamp' => '1785143202',
                  '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-27 17:06:43] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:06:43] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:06:43] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:06:43] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:06:43] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:06:43] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:06:44] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.28","payload_size":596} 
[2026-07-27 17:06: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.HBgKNjU4NTQwMjA5MBUCABEYEkRGNjkyQkI1NkYxOTYwQjAxOAA=',
                  'status' => 'read',
                  'timestamp' => '1785143203',
                  '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-27 17:06:44] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:06:44] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:06:44] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:06:44] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:06:44] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:06:44] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:06:45] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.16","payload_size":596} 
[2026-07-27 17:06: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.HBgKNjU4NTQwMjA5MBUCABEYEjg0RkZCMURBOUU3NEQ1NUM1QQA=',
                  'status' => 'sent',
                  'timestamp' => '1785143203',
                  '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-27 17:06:45] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:06:45] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:06:45] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:06:45] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:06:45] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:06:45] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:06:45] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.10","payload_size":601} 
[2026-07-27 17:06: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.HBgKNjU4NTQwMjA5MBUCABEYEjg0RkZCMURBOUU3NEQ1NUM1QQA=',
                  'status' => 'delivered',
                  'timestamp' => '1785143204',
                  '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-27 17:06:45] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:06:45] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:06:45] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:06:45] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:06:45] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:06:45] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:06:45] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.79.113","payload_size":596} 
[2026-07-27 17:06: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.HBgKNjU4NTQwMjA5MBUCABEYEjg0RkZCMURBOUU3NEQ1NUM1QQA=',
                  'status' => 'read',
                  'timestamp' => '1785143204',
                  '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-27 17:06:45] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:06:45] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:06:45] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:06:45] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:06:45] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:06:45] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:19] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.17","payload_size":621} 
[2026-07-27 17:09: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 (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBN0MyMkRDMkVCRTAyRDRFOENEAA==',
                  'timestamp' => '1785143358',
                  'text' => 
                  array (
                    'body' => 'Hey! I\'d love to participate in Carlsberg Buy, Spin & Sure-Win Program to win AWESOME rewards!',
                  ),
                  'type' => 'text',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:09:19] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:19] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:19] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:19] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:19] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:19] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:19] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 17:09:19] production.INFO: Created new recipient {"user_id":"SG.4534979083488404","wa_id":"present","username":null,"matched_by":"new_record"} 
[2026-07-27 17:09:19] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 17:09:19] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBN0MyMkRDMkVCRTAyRDRFOENEAA==","message_type":"text","from":"6585402090","timestamp":"1785143358"} 
[2026-07-27 17:09:19] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"text"} 
[2026-07-27 17:09:19] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"Hey! I'd love to participate in Carlsberg Buy, Spin & Sure-Win Program to win AWESOME rewards!"} 
[2026-07-27 17:09:20] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":false,"last_node_id":null,"has_node_data":false} 
[2026-07-27 17:09:20] production.INFO: [WORKFLOW_FIND] Starting workflow search {"wa_type":"text","text":"Hey! I'd love to participate in Carlsberg Buy, Spin & Sure-Win Program to win AWESOME rewards!","recipient_id":48839,"session_id":371163} 
[2026-07-27 17:09:20] production.INFO: [WORKFLOW_FIND] Workflow search result {"workflow_found":true,"workflow_id":18227,"workflow_name":"Elanco Malaysia Default Check Standard Onboarded User"} 
[2026-07-27 17:09:20] production.INFO: [REPLY_BY_LAST_NODE] Got first node from workflow {"workflow_id":18227,"first_node_id":125930,"node_type":"condition"} 
[2026-07-27 17:09:20] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":125930,"node_type":"condition"} 
[2026-07-27 17:09:20] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125930,"node_type":"condition","has_node_data":true,"wf_redirect":null} 
[2026-07-27 17:09:20] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125930,"endpoint":125932} 
[2026-07-27 17:09:20] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125927,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-27 17:09:20] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80668,"template_slug":"elanco_malaysia_detault_opt_in_message","template_type":"button_reply","node_id":125927,"recipient_identifier":"6585402090"} 
[2026-07-27 17:09:20] production.INFO: [BSUID] Sending message {"template_id":80668,"template_slug":"elanco_malaysia_detault_opt_in_message","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-27 17:09:21] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-27 17:09:23] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.3","payload_size":596} 
[2026-07-27 17:09: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 (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkI4RTNGMTVDMjE0MzNFQ0VBMAA=',
                  'status' => 'sent',
                  'timestamp' => '1785143361',
                  '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-27 17:09:23] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:23] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:23] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:23] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:23] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:23] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:23] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.36","payload_size":601} 
[2026-07-27 17:09: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 (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkI4RTNGMTVDMjE0MzNFQ0VBMAA=',
                  'status' => 'delivered',
                  'timestamp' => '1785143362',
                  '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-27 17:09:23] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:23] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:23] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:23] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:23] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:23] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:23] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.18","payload_size":596} 
[2026-07-27 17:09: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 (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkI4RTNGMTVDMjE0MzNFQ0VBMAA=',
                  'status' => 'read',
                  'timestamp' => '1785143362',
                  '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-27 17:09:23] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:23] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:23] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:23] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:23] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:23] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:23] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.21","payload_size":601} 
[2026-07-27 17:09: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 (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkI4RTNGMTVDMjE0MzNFQ0VBMAA=',
                  'status' => 'delivered',
                  'timestamp' => '1785143362',
                  '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-27 17:09:23] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:23] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:23] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:23] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:23] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:23] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:26] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.10","payload_size":704} 
[2026-07-27 17:09: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 (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkI4RTNGMTVDMjE0MzNFQ0VBMAA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBODM5REU1QjA2QzgzMkVGNjAxAA==',
                  'timestamp' => '1785143364',
                  'type' => 'interactive',
                  'interactive' => 
                  array (
                    'type' => 'button_reply',
                    'button_reply' => 
                    array (
                      'id' => '1',
                      'title' => 'YES (Click Here)',
                    ),
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:09:26] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:26] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:26] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:26] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:26] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:26] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:26] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 17:09:26] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 17:09:26] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 17:09:26] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBODM5REU1QjA2QzgzMkVGNjAxAA==","message_type":"interactive","from":"6585402090","timestamp":"1785143364"} 
[2026-07-27 17:09:26] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"interactive"} 
[2026-07-27 17:09:26] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"YES (Click Here)"} 
[2026-07-27 17:09:27] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":true,"last_node_id":125927,"has_node_data":false} 
[2026-07-27 17:09:27] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":125927,"node_type":"msg-template"} 
[2026-07-27 17:09:27] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125927,"node_type":"msg-template","has_node_data":false,"wf_redirect":null} 
[2026-07-27 17:09:27] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125927,"endpoint":"1"} 
[2026-07-27 17:09:27] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125936,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-27 17:09:28] production.INFO: array (
  'response' => 
  array (
    'success' => true,
    'message' => NULL,
    'data' => 
    array (
      'identifier' => 'eyJpdiI6ImMydGhiR1V0WTNKc2MySnlaeTB5Tmc9PSIsInZhbHVlIjoiaVNYZGk1RnZFSUZ3K2JFb2FkZWMxZz09IiwibWFjIjoiMDA1ZjgzZjFmZTBkNDE5ZTc1ZjE1ODNjOWM0N2RjNjQ0MmY4ODY0M2I2MzhiZmY0Zjk4OThjZmVlOWU4M2Y0OCJ9',
      'action' => 'update',
      'name' => 'Evan',
      'email' => 'evan.wijaya@skale.today',
      'mobile_country_code' => '65',
      'mobile' => '85402090',
      'wa_username' => NULL,
      'wa_bsuid' => 'SG.4534979083488404',
      'guid' => 'a214b1fe-3941-43e1-aeb0-d0d4c6ecc6d7',
      'login_url' => 'https://carlsbergmybuyspinandsurewin.com/uid/321D156O0590',
    ),
  ),
  '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' => 4315,
      '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":null,"registered_at":"2026-07-27 17:09:19","referer_guid":null,"onboarded_source":null,"reward_code":null,"type":"user"}',
      'response' => '{"success":true,"message":null,"data":{"identifier":"eyJpdiI6ImMydGhiR1V0WTNKc2MySnlaeTB5Tmc9PSIsInZhbHVlIjoiaVNYZGk1RnZFSUZ3K2JFb2FkZWMxZz09IiwibWFjIjoiMDA1ZjgzZjFmZTBkNDE5ZTc1ZjE1ODNjOWM0N2RjNjQ0MmY4ODY0M2I2MzhiZmY0Zjk4OThjZmVlOWU4M2Y0OCJ9","action":"update","name":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiYkRKd1ZLcDZRYUtYczdTVFNDOGppZz09IiwibWFjIjoiYmQ5NjdhMjM4MTliMjlmYTZjMTFkZGJhNDJjYzdlZDQ5YzZhODNhYjUwYWEzYjU1MDI5MDIyZjE2MDQ5ODQ3OCJ9","email":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiQUl3R0FYMHNJS0RLZXRqMEFqblpFd3M1MHpkcnBXblkzMTZsbUhNWFc0UT0iLCJtYWMiOiIzYzg5NjhjMjIwM2FkZGRiNTQyNGVhMTcyNWYyNDMzNjNiNDYzMjZjM2VhNWZiMGIyNjVhNTE3NDZmNmM3MWIzIn0=","mobile_country_code":"65","mobile":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiNUVtUDNaVnZVTWp2eGVtXC8xNzZPY2c9PSIsIm1hYyI6IjBhZDc4NTMyMDc1NmE2MzY5NzNiYTgwZjUxNGMzODc2ODQyNGZlYTc2YWEyMTdkYWIxOTBjMGUwNGI5ZGMyMGQifQ==","wa_username":null,"wa_bsuid":"SG.4534979083488404","guid":"a214b1fe-3941-43e1-aeb0-d0d4c6ecc6d7","login_url":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiMW1jeG02azJlNFAwWVlkb1BxMDNramdnYVRpVzh0N0JKS21TQzZHSStScWVQQWJyMlhQNFRPZGFMZHZ0dEU4Wjg3UkxMdFBkdjVYUFRrdnlaRDVRNlE9PSIsIm1hYyI6ImVmZGRlZmQyMGNkNmU5YzY2YjFlNzYyOWI3ZjVkNjdkYzEyOGMzMDgyMWE1YTMxNTMxMjExZWVmOTlhZWMxNjcifQ=="}}',
      'workflow_node_id' => 125936,
      'chat_session_id' => 371163,
      'response_headers' => '{"Date":["Mon, 27 Jul 2026 09:09:28 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.6a6720480963c"]},"vals":["eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiMW1jeG02azJlNFAwWVlkb1BxMDNramdnYVRpVzh0N0JKS21TQzZHSStScWVQQWJyMlhQNFRPZGFMZHZ0dEU4Wjg3UkxMdFBkdjVYUFRrdnlaRDVRNlE9PSIsIm1hYyI6ImVmZGRlZmQyMGNkNmU5YzY2YjFlNzYyOWI3ZjVkNjdkYzEyOGMzMDgyMWE1YTMxNTMxMjExZWVmOTlhZWMxNjcifQ==","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiQUl3R0FYMHNJS0RLZXRqMEFqblpFd3M1MHpkcnBXblkzMTZsbUhNWFc0UT0iLCJtYWMiOiIzYzg5NjhjMjIwM2FkZGRiNTQyNGVhMTcyNWYyNDMzNjNiNDYzMjZjM2VhNWZiMGIyNjVhNTE3NDZmNmM3MWIzIn0=","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoic1F5aGZRaXl4ZW9MWCs4S0RFRENydz09IiwibWFjIjoiNTg5YTgxODViMmJmNWMyZjIxY2M1ZTBmODIyYWI1Mjk2YWFkYzJlODFlNmI2MDQ3ODhhMDliZTZhNTIwNjU0NCJ9","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiNUVtUDNaVnZVTWp2eGVtXC8xNzZPY2c9PSIsIm1hYyI6IjBhZDc4NTMyMDc1NmE2MzY5NzNiYTgwZjUxNGMzODc2ODQyNGZlYTc2YWEyMTdkYWIxOTBjMGUwNGI5ZGMyMGQifQ==","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiYkRKd1ZLcDZRYUtYczdTVFNDOGppZz09IiwibWFjIjoiYmQ5NjdhMjM4MTliMjlmYTZjMTFkZGJhNDJjYzdlZDQ5YzZhODNhYjUwYWEzYjU1MDI5MDIyZjE2MDQ5ODQ3OCJ9"]}',
      'updated_at' => '2026-07-27 17:09:28',
      'created_at' => '2026-07-27 17:09:28',
      'id' => 223077,
    ),
     'original' => 
    array (
      'integration_id' => 4315,
      '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":null,"registered_at":"2026-07-27 17:09:19","referer_guid":null,"onboarded_source":null,"reward_code":null,"type":"user"}',
      'response' => '{"success":true,"message":null,"data":{"identifier":"eyJpdiI6ImMydGhiR1V0WTNKc2MySnlaeTB5Tmc9PSIsInZhbHVlIjoiaVNYZGk1RnZFSUZ3K2JFb2FkZWMxZz09IiwibWFjIjoiMDA1ZjgzZjFmZTBkNDE5ZTc1ZjE1ODNjOWM0N2RjNjQ0MmY4ODY0M2I2MzhiZmY0Zjk4OThjZmVlOWU4M2Y0OCJ9","action":"update","name":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiYkRKd1ZLcDZRYUtYczdTVFNDOGppZz09IiwibWFjIjoiYmQ5NjdhMjM4MTliMjlmYTZjMTFkZGJhNDJjYzdlZDQ5YzZhODNhYjUwYWEzYjU1MDI5MDIyZjE2MDQ5ODQ3OCJ9","email":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiQUl3R0FYMHNJS0RLZXRqMEFqblpFd3M1MHpkcnBXblkzMTZsbUhNWFc0UT0iLCJtYWMiOiIzYzg5NjhjMjIwM2FkZGRiNTQyNGVhMTcyNWYyNDMzNjNiNDYzMjZjM2VhNWZiMGIyNjVhNTE3NDZmNmM3MWIzIn0=","mobile_country_code":"65","mobile":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiNUVtUDNaVnZVTWp2eGVtXC8xNzZPY2c9PSIsIm1hYyI6IjBhZDc4NTMyMDc1NmE2MzY5NzNiYTgwZjUxNGMzODc2ODQyNGZlYTc2YWEyMTdkYWIxOTBjMGUwNGI5ZGMyMGQifQ==","wa_username":null,"wa_bsuid":"SG.4534979083488404","guid":"a214b1fe-3941-43e1-aeb0-d0d4c6ecc6d7","login_url":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiMW1jeG02azJlNFAwWVlkb1BxMDNramdnYVRpVzh0N0JKS21TQzZHSStScWVQQWJyMlhQNFRPZGFMZHZ0dEU4Wjg3UkxMdFBkdjVYUFRrdnlaRDVRNlE9PSIsIm1hYyI6ImVmZGRlZmQyMGNkNmU5YzY2YjFlNzYyOWI3ZjVkNjdkYzEyOGMzMDgyMWE1YTMxNTMxMjExZWVmOTlhZWMxNjcifQ=="}}',
      'workflow_node_id' => 125936,
      'chat_session_id' => 371163,
      'response_headers' => '{"Date":["Mon, 27 Jul 2026 09:09:28 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.6a6720480963c"]},"vals":["eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiMW1jeG02azJlNFAwWVlkb1BxMDNramdnYVRpVzh0N0JKS21TQzZHSStScWVQQWJyMlhQNFRPZGFMZHZ0dEU4Wjg3UkxMdFBkdjVYUFRrdnlaRDVRNlE9PSIsIm1hYyI6ImVmZGRlZmQyMGNkNmU5YzY2YjFlNzYyOWI3ZjVkNjdkYzEyOGMzMDgyMWE1YTMxNTMxMjExZWVmOTlhZWMxNjcifQ==","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiQUl3R0FYMHNJS0RLZXRqMEFqblpFd3M1MHpkcnBXblkzMTZsbUhNWFc0UT0iLCJtYWMiOiIzYzg5NjhjMjIwM2FkZGRiNTQyNGVhMTcyNWYyNDMzNjNiNDYzMjZjM2VhNWZiMGIyNjVhNTE3NDZmNmM3MWIzIn0=","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoic1F5aGZRaXl4ZW9MWCs4S0RFRENydz09IiwibWFjIjoiNTg5YTgxODViMmJmNWMyZjIxY2M1ZTBmODIyYWI1Mjk2YWFkYzJlODFlNmI2MDQ3ODhhMDliZTZhNTIwNjU0NCJ9","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiNUVtUDNaVnZVTWp2eGVtXC8xNzZPY2c9PSIsIm1hYyI6IjBhZDc4NTMyMDc1NmE2MzY5NzNiYTgwZjUxNGMzODc2ODQyNGZlYTc2YWEyMTdkYWIxOTBjMGUwNGI5ZGMyMGQifQ==","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiYkRKd1ZLcDZRYUtYczdTVFNDOGppZz09IiwibWFjIjoiYmQ5NjdhMjM4MTliMjlmYTZjMTFkZGJhNDJjYzdlZDQ5YzZhODNhYjUwYWEzYjU1MDI5MDIyZjE2MDQ5ODQ3OCJ9"]}',
      'updated_at' => '2026-07-27 17:09:28',
      'created_at' => '2026-07-27 17:09:28',
      'id' => 223077,
    ),
     '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-27 17:09:28] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125936,"node_type":"integration","has_node_data":false,"wf_redirect":true} 
[2026-07-27 17:09:28] production.INFO: array (
  'response' => 
  array (
    'success' => true,
    'message' => NULL,
    'data' => 
    array (
      'identifier' => 'eyJpdiI6ImMydGhiR1V0WTNKc2MySnlaeTB5Tmc9PSIsInZhbHVlIjoiaVNYZGk1RnZFSUZ3K2JFb2FkZWMxZz09IiwibWFjIjoiMDA1ZjgzZjFmZTBkNDE5ZTc1ZjE1ODNjOWM0N2RjNjQ0MmY4ODY0M2I2MzhiZmY0Zjk4OThjZmVlOWU4M2Y0OCJ9',
      'action' => 'update',
      'name' => 'Evan',
      'email' => 'evan.wijaya@skale.today',
      'mobile_country_code' => '65',
      'mobile' => '85402090',
      'wa_username' => NULL,
      'wa_bsuid' => 'SG.4534979083488404',
      'guid' => 'a214b1fe-3941-43e1-aeb0-d0d4c6ecc6d7',
      'login_url' => 'https://carlsbergmybuyspinandsurewin.com/uid/321D156O0590',
    ),
  ),
  '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' => 4315,
      '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":null,"registered_at":"2026-07-27 17:09:19","referer_guid":null,"onboarded_source":null,"reward_code":null,"type":"user"}',
      'response' => '{"success":true,"message":null,"data":{"identifier":"eyJpdiI6ImMydGhiR1V0WTNKc2MySnlaeTB5Tmc9PSIsInZhbHVlIjoiaVNYZGk1RnZFSUZ3K2JFb2FkZWMxZz09IiwibWFjIjoiMDA1ZjgzZjFmZTBkNDE5ZTc1ZjE1ODNjOWM0N2RjNjQ0MmY4ODY0M2I2MzhiZmY0Zjk4OThjZmVlOWU4M2Y0OCJ9","action":"update","name":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiYkRKd1ZLcDZRYUtYczdTVFNDOGppZz09IiwibWFjIjoiYmQ5NjdhMjM4MTliMjlmYTZjMTFkZGJhNDJjYzdlZDQ5YzZhODNhYjUwYWEzYjU1MDI5MDIyZjE2MDQ5ODQ3OCJ9","email":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiQUl3R0FYMHNJS0RLZXRqMEFqblpFd3M1MHpkcnBXblkzMTZsbUhNWFc0UT0iLCJtYWMiOiIzYzg5NjhjMjIwM2FkZGRiNTQyNGVhMTcyNWYyNDMzNjNiNDYzMjZjM2VhNWZiMGIyNjVhNTE3NDZmNmM3MWIzIn0=","mobile_country_code":"65","mobile":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiNUVtUDNaVnZVTWp2eGVtXC8xNzZPY2c9PSIsIm1hYyI6IjBhZDc4NTMyMDc1NmE2MzY5NzNiYTgwZjUxNGMzODc2ODQyNGZlYTc2YWEyMTdkYWIxOTBjMGUwNGI5ZGMyMGQifQ==","wa_username":null,"wa_bsuid":"SG.4534979083488404","guid":"a214b1fe-3941-43e1-aeb0-d0d4c6ecc6d7","login_url":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiMW1jeG02azJlNFAwWVlkb1BxMDNramdnYVRpVzh0N0JKS21TQzZHSStScWVQQWJyMlhQNFRPZGFMZHZ0dEU4Wjg3UkxMdFBkdjVYUFRrdnlaRDVRNlE9PSIsIm1hYyI6ImVmZGRlZmQyMGNkNmU5YzY2YjFlNzYyOWI3ZjVkNjdkYzEyOGMzMDgyMWE1YTMxNTMxMjExZWVmOTlhZWMxNjcifQ=="}}',
      'workflow_node_id' => 125936,
      'chat_session_id' => 371163,
      'response_headers' => '{"Date":["Mon, 27 Jul 2026 09:09:28 GMT"],"Server":["Apache"],"Cache-Control":["no-cache, private"],"X-RateLimit-Limit":["60"],"X-RateLimit-Remaining":["58"],"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.6a67204878ee5"]},"vals":["eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiMW1jeG02azJlNFAwWVlkb1BxMDNramdnYVRpVzh0N0JKS21TQzZHSStScWVQQWJyMlhQNFRPZGFMZHZ0dEU4Wjg3UkxMdFBkdjVYUFRrdnlaRDVRNlE9PSIsIm1hYyI6ImVmZGRlZmQyMGNkNmU5YzY2YjFlNzYyOWI3ZjVkNjdkYzEyOGMzMDgyMWE1YTMxNTMxMjExZWVmOTlhZWMxNjcifQ==","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiQUl3R0FYMHNJS0RLZXRqMEFqblpFd3M1MHpkcnBXblkzMTZsbUhNWFc0UT0iLCJtYWMiOiIzYzg5NjhjMjIwM2FkZGRiNTQyNGVhMTcyNWYyNDMzNjNiNDYzMjZjM2VhNWZiMGIyNjVhNTE3NDZmNmM3MWIzIn0=","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoic1F5aGZRaXl4ZW9MWCs4S0RFRENydz09IiwibWFjIjoiNTg5YTgxODViMmJmNWMyZjIxY2M1ZTBmODIyYWI1Mjk2YWFkYzJlODFlNmI2MDQ3ODhhMDliZTZhNTIwNjU0NCJ9","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiNUVtUDNaVnZVTWp2eGVtXC8xNzZPY2c9PSIsIm1hYyI6IjBhZDc4NTMyMDc1NmE2MzY5NzNiYTgwZjUxNGMzODc2ODQyNGZlYTc2YWEyMTdkYWIxOTBjMGUwNGI5ZGMyMGQifQ==","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiYkRKd1ZLcDZRYUtYczdTVFNDOGppZz09IiwibWFjIjoiYmQ5NjdhMjM4MTliMjlmYTZjMTFkZGJhNDJjYzdlZDQ5YzZhODNhYjUwYWEzYjU1MDI5MDIyZjE2MDQ5ODQ3OCJ9"]}',
      'updated_at' => '2026-07-27 17:09:28',
      'created_at' => '2026-07-27 17:09:28',
      'id' => 223078,
    ),
     'original' => 
    array (
      'integration_id' => 4315,
      '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":null,"registered_at":"2026-07-27 17:09:19","referer_guid":null,"onboarded_source":null,"reward_code":null,"type":"user"}',
      'response' => '{"success":true,"message":null,"data":{"identifier":"eyJpdiI6ImMydGhiR1V0WTNKc2MySnlaeTB5Tmc9PSIsInZhbHVlIjoiaVNYZGk1RnZFSUZ3K2JFb2FkZWMxZz09IiwibWFjIjoiMDA1ZjgzZjFmZTBkNDE5ZTc1ZjE1ODNjOWM0N2RjNjQ0MmY4ODY0M2I2MzhiZmY0Zjk4OThjZmVlOWU4M2Y0OCJ9","action":"update","name":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiYkRKd1ZLcDZRYUtYczdTVFNDOGppZz09IiwibWFjIjoiYmQ5NjdhMjM4MTliMjlmYTZjMTFkZGJhNDJjYzdlZDQ5YzZhODNhYjUwYWEzYjU1MDI5MDIyZjE2MDQ5ODQ3OCJ9","email":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiQUl3R0FYMHNJS0RLZXRqMEFqblpFd3M1MHpkcnBXblkzMTZsbUhNWFc0UT0iLCJtYWMiOiIzYzg5NjhjMjIwM2FkZGRiNTQyNGVhMTcyNWYyNDMzNjNiNDYzMjZjM2VhNWZiMGIyNjVhNTE3NDZmNmM3MWIzIn0=","mobile_country_code":"65","mobile":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiNUVtUDNaVnZVTWp2eGVtXC8xNzZPY2c9PSIsIm1hYyI6IjBhZDc4NTMyMDc1NmE2MzY5NzNiYTgwZjUxNGMzODc2ODQyNGZlYTc2YWEyMTdkYWIxOTBjMGUwNGI5ZGMyMGQifQ==","wa_username":null,"wa_bsuid":"SG.4534979083488404","guid":"a214b1fe-3941-43e1-aeb0-d0d4c6ecc6d7","login_url":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiMW1jeG02azJlNFAwWVlkb1BxMDNramdnYVRpVzh0N0JKS21TQzZHSStScWVQQWJyMlhQNFRPZGFMZHZ0dEU4Wjg3UkxMdFBkdjVYUFRrdnlaRDVRNlE9PSIsIm1hYyI6ImVmZGRlZmQyMGNkNmU5YzY2YjFlNzYyOWI3ZjVkNjdkYzEyOGMzMDgyMWE1YTMxNTMxMjExZWVmOTlhZWMxNjcifQ=="}}',
      'workflow_node_id' => 125936,
      'chat_session_id' => 371163,
      'response_headers' => '{"Date":["Mon, 27 Jul 2026 09:09:28 GMT"],"Server":["Apache"],"Cache-Control":["no-cache, private"],"X-RateLimit-Limit":["60"],"X-RateLimit-Remaining":["58"],"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.6a67204878ee5"]},"vals":["eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiMW1jeG02azJlNFAwWVlkb1BxMDNramdnYVRpVzh0N0JKS21TQzZHSStScWVQQWJyMlhQNFRPZGFMZHZ0dEU4Wjg3UkxMdFBkdjVYUFRrdnlaRDVRNlE9PSIsIm1hYyI6ImVmZGRlZmQyMGNkNmU5YzY2YjFlNzYyOWI3ZjVkNjdkYzEyOGMzMDgyMWE1YTMxNTMxMjExZWVmOTlhZWMxNjcifQ==","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiQUl3R0FYMHNJS0RLZXRqMEFqblpFd3M1MHpkcnBXblkzMTZsbUhNWFc0UT0iLCJtYWMiOiIzYzg5NjhjMjIwM2FkZGRiNTQyNGVhMTcyNWYyNDMzNjNiNDYzMjZjM2VhNWZiMGIyNjVhNTE3NDZmNmM3MWIzIn0=","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoic1F5aGZRaXl4ZW9MWCs4S0RFRENydz09IiwibWFjIjoiNTg5YTgxODViMmJmNWMyZjIxY2M1ZTBmODIyYWI1Mjk2YWFkYzJlODFlNmI2MDQ3ODhhMDliZTZhNTIwNjU0NCJ9","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiNUVtUDNaVnZVTWp2eGVtXC8xNzZPY2c9PSIsIm1hYyI6IjBhZDc4NTMyMDc1NmE2MzY5NzNiYTgwZjUxNGMzODc2ODQyNGZlYTc2YWEyMTdkYWIxOTBjMGUwNGI5ZGMyMGQifQ==","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiYkRKd1ZLcDZRYUtYczdTVFNDOGppZz09IiwibWFjIjoiYmQ5NjdhMjM4MTliMjlmYTZjMTFkZGJhNDJjYzdlZDQ5YzZhODNhYjUwYWEzYjU1MDI5MDIyZjE2MDQ5ODQ3OCJ9"]}',
      'updated_at' => '2026-07-27 17:09:28',
      'created_at' => '2026-07-27 17:09:28',
      'id' => 223078,
    ),
     '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-27 17:09:28] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125936,"endpoint":null} 
[2026-07-27 17:09:28] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125937,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action"]} 
[2026-07-27 17:09:28] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80669,"template_slug":"elanco_malaysia_default_q_name","template_type":"default_q_name","node_id":125937,"recipient_identifier":"6585402090"} 
[2026-07-27 17:09:28] production.INFO: [BSUID] Sending message {"template_id":80669,"template_slug":"elanco_malaysia_default_q_name","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-27 17:09:29] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-27 17:09:31] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.38","payload_size":596} 
[2026-07-27 17:09: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' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjM4NEQ0MTFFQUYxREJFOUZFMwA=',
                  'status' => 'sent',
                  'timestamp' => '1785143369',
                  '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-27 17:09:31] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:31] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:31] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:31] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:31] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:31] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:31] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.30","payload_size":601} 
[2026-07-27 17:09: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' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjM4NEQ0MTFFQUYxREJFOUZFMwA=',
                  'status' => 'delivered',
                  'timestamp' => '1785143370',
                  '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-27 17:09:31] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:31] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:31] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:31] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:31] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:31] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:31] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.54","payload_size":596} 
[2026-07-27 17:09: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' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjM4NEQ0MTFFQUYxREJFOUZFMwA=',
                  'status' => 'read',
                  'timestamp' => '1785143370',
                  '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-27 17:09:31] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:31] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:31] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:31] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:31] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:31] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:34] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.12","payload_size":531} 
[2026-07-27 17:09: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 (
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBMUJGNEIyNzQ3RjIxRUY2OEQ3AA==',
                  'timestamp' => '1785143372',
                  'text' => 
                  array (
                    'body' => 'Evan',
                  ),
                  'type' => 'text',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:09:34] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:34] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:34] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:34] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:34] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:34] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:34] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 17:09:34] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 17:09:34] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 17:09:34] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBMUJGNEIyNzQ3RjIxRUY2OEQ3AA==","message_type":"text","from":"6585402090","timestamp":"1785143372"} 
[2026-07-27 17:09:34] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"text"} 
[2026-07-27 17:09:34] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"Evan"} 
[2026-07-27 17:09:35] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":true,"last_node_id":125937,"has_node_data":false} 
[2026-07-27 17:09:35] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":125937,"node_type":"msg-template"} 
[2026-07-27 17:09:35] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125937,"node_type":"msg-template","has_node_data":false,"wf_redirect":null} 
[2026-07-27 17:09:35] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125937,"endpoint":null} 
[2026-07-27 17:09:35] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125938,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action"]} 
[2026-07-27 17:09:35] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125938,"node_type":"integration","has_node_data":false,"wf_redirect":null} 
[2026-07-27 17:09:35] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125938,"endpoint":null} 
[2026-07-27 17:09:35] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125939,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action"]} 
[2026-07-27 17:09:35] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80699,"template_slug":"elanco_malaysia_no_name_1781763475116","template_type":"text","node_id":125939,"recipient_identifier":"6585402090"} 
[2026-07-27 17:09:35] production.INFO: [BSUID] Sending message {"template_id":80699,"template_slug":"elanco_malaysia_no_name_1781763475116","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-27 17:09:36] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125939,"node_type":"msg-template","has_node_data":false,"wf_redirect":null} 
[2026-07-27 17:09:36] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125939,"endpoint":null} 
[2026-07-27 17:09:36] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125940,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action"]} 
[2026-07-27 17:09:36] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125940,"node_type":"set-variables","has_node_data":false,"wf_redirect":null} 
[2026-07-27 17:09:36] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125940,"endpoint":null} 
[2026-07-27 17:09:36] production.INFO: array (
  'response' => 
  array (
    'success' => true,
    'message' => NULL,
    'data' => 
    array (
      'identifier' => 'eyJpdiI6ImMydGhiR1V0WTNKc2MySnlaeTB5Tmc9PSIsInZhbHVlIjoiaVNYZGk1RnZFSUZ3K2JFb2FkZWMxZz09IiwibWFjIjoiMDA1ZjgzZjFmZTBkNDE5ZTc1ZjE1ODNjOWM0N2RjNjQ0MmY4ODY0M2I2MzhiZmY0Zjk4OThjZmVlOWU4M2Y0OCJ9',
      'action' => 'update',
      'name' => 'Evan',
      'email' => 'evan.wijaya@skale.today',
      'mobile_country_code' => '65',
      'mobile' => '85402090',
      'wa_username' => NULL,
      'wa_bsuid' => 'SG.4534979083488404',
      'guid' => 'a214b1fe-3941-43e1-aeb0-d0d4c6ecc6d7',
      'login_url' => 'https://carlsbergmybuyspinandsurewin.com/uid/321D156O0590',
    ),
  ),
  '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' => 4315,
      '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":"user"}',
      'response' => '{"success":true,"message":null,"data":{"identifier":"eyJpdiI6ImMydGhiR1V0WTNKc2MySnlaeTB5Tmc9PSIsInZhbHVlIjoiaVNYZGk1RnZFSUZ3K2JFb2FkZWMxZz09IiwibWFjIjoiMDA1ZjgzZjFmZTBkNDE5ZTc1ZjE1ODNjOWM0N2RjNjQ0MmY4ODY0M2I2MzhiZmY0Zjk4OThjZmVlOWU4M2Y0OCJ9","action":"update","name":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiYkRKd1ZLcDZRYUtYczdTVFNDOGppZz09IiwibWFjIjoiYmQ5NjdhMjM4MTliMjlmYTZjMTFkZGJhNDJjYzdlZDQ5YzZhODNhYjUwYWEzYjU1MDI5MDIyZjE2MDQ5ODQ3OCJ9","email":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiQUl3R0FYMHNJS0RLZXRqMEFqblpFd3M1MHpkcnBXblkzMTZsbUhNWFc0UT0iLCJtYWMiOiIzYzg5NjhjMjIwM2FkZGRiNTQyNGVhMTcyNWYyNDMzNjNiNDYzMjZjM2VhNWZiMGIyNjVhNTE3NDZmNmM3MWIzIn0=","mobile_country_code":"65","mobile":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiNUVtUDNaVnZVTWp2eGVtXC8xNzZPY2c9PSIsIm1hYyI6IjBhZDc4NTMyMDc1NmE2MzY5NzNiYTgwZjUxNGMzODc2ODQyNGZlYTc2YWEyMTdkYWIxOTBjMGUwNGI5ZGMyMGQifQ==","wa_username":null,"wa_bsuid":"SG.4534979083488404","guid":"a214b1fe-3941-43e1-aeb0-d0d4c6ecc6d7","login_url":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiMW1jeG02azJlNFAwWVlkb1BxMDNramdnYVRpVzh0N0JKS21TQzZHSStScWVQQWJyMlhQNFRPZGFMZHZ0dEU4Wjg3UkxMdFBkdjVYUFRrdnlaRDVRNlE9PSIsIm1hYyI6ImVmZGRlZmQyMGNkNmU5YzY2YjFlNzYyOWI3ZjVkNjdkYzEyOGMzMDgyMWE1YTMxNTMxMjExZWVmOTlhZWMxNjcifQ=="}}',
      'workflow_node_id' => 125938,
      'chat_session_id' => 371163,
      'response_headers' => '{"Date":["Mon, 27 Jul 2026 09:09:36 GMT"],"Server":["Apache"],"Cache-Control":["no-cache, private"],"X-RateLimit-Limit":["60"],"X-RateLimit-Remaining":["57"],"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.6a6720503ca7d"]},"vals":["eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiMW1jeG02azJlNFAwWVlkb1BxMDNramdnYVRpVzh0N0JKS21TQzZHSStScWVQQWJyMlhQNFRPZGFMZHZ0dEU4Wjg3UkxMdFBkdjVYUFRrdnlaRDVRNlE9PSIsIm1hYyI6ImVmZGRlZmQyMGNkNmU5YzY2YjFlNzYyOWI3ZjVkNjdkYzEyOGMzMDgyMWE1YTMxNTMxMjExZWVmOTlhZWMxNjcifQ==","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiQUl3R0FYMHNJS0RLZXRqMEFqblpFd3M1MHpkcnBXblkzMTZsbUhNWFc0UT0iLCJtYWMiOiIzYzg5NjhjMjIwM2FkZGRiNTQyNGVhMTcyNWYyNDMzNjNiNDYzMjZjM2VhNWZiMGIyNjVhNTE3NDZmNmM3MWIzIn0=","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoic1F5aGZRaXl4ZW9MWCs4S0RFRENydz09IiwibWFjIjoiNTg5YTgxODViMmJmNWMyZjIxY2M1ZTBmODIyYWI1Mjk2YWFkYzJlODFlNmI2MDQ3ODhhMDliZTZhNTIwNjU0NCJ9","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiNUVtUDNaVnZVTWp2eGVtXC8xNzZPY2c9PSIsIm1hYyI6IjBhZDc4NTMyMDc1NmE2MzY5NzNiYTgwZjUxNGMzODc2ODQyNGZlYTc2YWEyMTdkYWIxOTBjMGUwNGI5ZGMyMGQifQ==","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiYkRKd1ZLcDZRYUtYczdTVFNDOGppZz09IiwibWFjIjoiYmQ5NjdhMjM4MTliMjlmYTZjMTFkZGJhNDJjYzdlZDQ5YzZhODNhYjUwYWEzYjU1MDI5MDIyZjE2MDQ5ODQ3OCJ9"]}',
      'updated_at' => '2026-07-27 17:09:36',
      'created_at' => '2026-07-27 17:09:36',
      'id' => 223079,
    ),
     'original' => 
    array (
      'integration_id' => 4315,
      '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":"user"}',
      'response' => '{"success":true,"message":null,"data":{"identifier":"eyJpdiI6ImMydGhiR1V0WTNKc2MySnlaeTB5Tmc9PSIsInZhbHVlIjoiaVNYZGk1RnZFSUZ3K2JFb2FkZWMxZz09IiwibWFjIjoiMDA1ZjgzZjFmZTBkNDE5ZTc1ZjE1ODNjOWM0N2RjNjQ0MmY4ODY0M2I2MzhiZmY0Zjk4OThjZmVlOWU4M2Y0OCJ9","action":"update","name":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiYkRKd1ZLcDZRYUtYczdTVFNDOGppZz09IiwibWFjIjoiYmQ5NjdhMjM4MTliMjlmYTZjMTFkZGJhNDJjYzdlZDQ5YzZhODNhYjUwYWEzYjU1MDI5MDIyZjE2MDQ5ODQ3OCJ9","email":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiQUl3R0FYMHNJS0RLZXRqMEFqblpFd3M1MHpkcnBXblkzMTZsbUhNWFc0UT0iLCJtYWMiOiIzYzg5NjhjMjIwM2FkZGRiNTQyNGVhMTcyNWYyNDMzNjNiNDYzMjZjM2VhNWZiMGIyNjVhNTE3NDZmNmM3MWIzIn0=","mobile_country_code":"65","mobile":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiNUVtUDNaVnZVTWp2eGVtXC8xNzZPY2c9PSIsIm1hYyI6IjBhZDc4NTMyMDc1NmE2MzY5NzNiYTgwZjUxNGMzODc2ODQyNGZlYTc2YWEyMTdkYWIxOTBjMGUwNGI5ZGMyMGQifQ==","wa_username":null,"wa_bsuid":"SG.4534979083488404","guid":"a214b1fe-3941-43e1-aeb0-d0d4c6ecc6d7","login_url":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiMW1jeG02azJlNFAwWVlkb1BxMDNramdnYVRpVzh0N0JKS21TQzZHSStScWVQQWJyMlhQNFRPZGFMZHZ0dEU4Wjg3UkxMdFBkdjVYUFRrdnlaRDVRNlE9PSIsIm1hYyI6ImVmZGRlZmQyMGNkNmU5YzY2YjFlNzYyOWI3ZjVkNjdkYzEyOGMzMDgyMWE1YTMxNTMxMjExZWVmOTlhZWMxNjcifQ=="}}',
      'workflow_node_id' => 125938,
      'chat_session_id' => 371163,
      'response_headers' => '{"Date":["Mon, 27 Jul 2026 09:09:36 GMT"],"Server":["Apache"],"Cache-Control":["no-cache, private"],"X-RateLimit-Limit":["60"],"X-RateLimit-Remaining":["57"],"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.6a6720503ca7d"]},"vals":["eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiMW1jeG02azJlNFAwWVlkb1BxMDNramdnYVRpVzh0N0JKS21TQzZHSStScWVQQWJyMlhQNFRPZGFMZHZ0dEU4Wjg3UkxMdFBkdjVYUFRrdnlaRDVRNlE9PSIsIm1hYyI6ImVmZGRlZmQyMGNkNmU5YzY2YjFlNzYyOWI3ZjVkNjdkYzEyOGMzMDgyMWE1YTMxNTMxMjExZWVmOTlhZWMxNjcifQ==","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiQUl3R0FYMHNJS0RLZXRqMEFqblpFd3M1MHpkcnBXblkzMTZsbUhNWFc0UT0iLCJtYWMiOiIzYzg5NjhjMjIwM2FkZGRiNTQyNGVhMTcyNWYyNDMzNjNiNDYzMjZjM2VhNWZiMGIyNjVhNTE3NDZmNmM3MWIzIn0=","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoic1F5aGZRaXl4ZW9MWCs4S0RFRENydz09IiwibWFjIjoiNTg5YTgxODViMmJmNWMyZjIxY2M1ZTBmODIyYWI1Mjk2YWFkYzJlODFlNmI2MDQ3ODhhMDliZTZhNTIwNjU0NCJ9","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiNUVtUDNaVnZVTWp2eGVtXC8xNzZPY2c9PSIsIm1hYyI6IjBhZDc4NTMyMDc1NmE2MzY5NzNiYTgwZjUxNGMzODc2ODQyNGZlYTc2YWEyMTdkYWIxOTBjMGUwNGI5ZGMyMGQifQ==","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoiYkRKd1ZLcDZRYUtYczdTVFNDOGppZz09IiwibWFjIjoiYmQ5NjdhMjM4MTliMjlmYTZjMTFkZGJhNDJjYzdlZDQ5YzZhODNhYjUwYWEzYjU1MDI5MDIyZjE2MDQ5ODQ3OCJ9"]}',
      'updated_at' => '2026-07-27 17:09:36',
      'created_at' => '2026-07-27 17:09:36',
      'id' => 223079,
    ),
     '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-27 17:09:36] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126010,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-27 17:09:36] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80698,"template_slug":"elanco_malaysia_no_name_1781593397962","template_type":"list_reply","node_id":126010,"recipient_identifier":"6585402090"} 
[2026-07-27 17:09:36] production.INFO: [BSUID] Sending message {"template_id":80698,"template_slug":"elanco_malaysia_no_name_1781593397962","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-27 17:09:37] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-27 17:09:37] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.112","payload_size":601} 
[2026-07-27 17:09: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 (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkY4MjQzQzk2Q0I5NURFNTk0MwA=',
                  'status' => 'delivered',
                  'timestamp' => '1785143376',
                  '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-27 17:09:37] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:37] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:37] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:37] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:37] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:37] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:38] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.26","payload_size":596} 
[2026-07-27 17:09: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 (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkY4MjQzQzk2Q0I5NURFNTk0MwA=',
                  'status' => 'sent',
                  'timestamp' => '1785143376',
                  '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-27 17:09:38] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:38] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:38] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:38] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:38] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:38] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:38] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.79.9","payload_size":596} 
[2026-07-27 17:09: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 (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkY4MjQzQzk2Q0I5NURFNTk0MwA=',
                  'status' => 'read',
                  'timestamp' => '1785143377',
                  '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-27 17:09:38] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:38] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:38] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:38] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:38] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:38] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:39] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.79.1","payload_size":596} 
[2026-07-27 17:09:39] 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.HBgKNjU4NTQwMjA5MBUCABEYEjFBMTkxNjZERUJCOTAxOTk0QwA=',
                  'status' => 'sent',
                  'timestamp' => '1785143377',
                  '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-27 17:09:39] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:39] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:39] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:39] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:39] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:39] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:39] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.6","payload_size":601} 
[2026-07-27 17:09:39] 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.HBgKNjU4NTQwMjA5MBUCABEYEjFBMTkxNjZERUJCOTAxOTk0QwA=',
                  'status' => 'delivered',
                  'timestamp' => '1785143378',
                  '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-27 17:09:39] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:39] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:39] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:39] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:39] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:39] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:39] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.24","payload_size":596} 
[2026-07-27 17:09:39] 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.HBgKNjU4NTQwMjA5MBUCABEYEjFBMTkxNjZERUJCOTAxOTk0QwA=',
                  'status' => 'read',
                  'timestamp' => '1785143378',
                  '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-27 17:09:39] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:39] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:39] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:39] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:39] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:39] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:44] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.12","payload_size":687} 
[2026-07-27 17:09: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 (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjFBMTkxNjZERUJCOTAxOTk0QwA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBOEJCRTQ2NURFNEVGMkZERjZGAA==',
                  'timestamp' => '1785143383',
                  'type' => 'interactive',
                  'interactive' => 
                  array (
                    'type' => 'list_reply',
                    'list_reply' => 
                    array (
                      'id' => '1',
                      'title' => 'Yes',
                    ),
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:09:44] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:44] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:44] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:44] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:44] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:44] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:45] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 17:09:45] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 17:09:45] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 17:09:45] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBOEJCRTQ2NURFNEVGMkZERjZGAA==","message_type":"interactive","from":"6585402090","timestamp":"1785143383"} 
[2026-07-27 17:09:45] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"interactive"} 
[2026-07-27 17:09:45] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"Yes"} 
[2026-07-27 17:09:45] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":true,"last_node_id":126010,"has_node_data":false} 
[2026-07-27 17:09:45] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":126010,"node_type":"msg-template"} 
[2026-07-27 17:09:45] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126010,"node_type":"msg-template","has_node_data":false,"wf_redirect":null} 
[2026-07-27 17:09:45] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126010,"endpoint":"1"} 
[2026-07-27 17:09:46] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125965,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-27 17:09:46] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80696,"template_slug":"elanco_malaysia_no_name_1781535357364","template_type":"text","node_id":125965,"recipient_identifier":"6585402090"} 
[2026-07-27 17:09:46] production.INFO: [BSUID] Sending message {"template_id":80696,"template_slug":"elanco_malaysia_no_name_1781535357364","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-27 17:09:46] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125965,"node_type":"msg-template","has_node_data":false,"wf_redirect":true} 
[2026-07-27 17:09:46] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125965,"endpoint":null} 
[2026-07-27 17:09:47] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125966,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action"]} 
[2026-07-27 17:09:47] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80690,"template_slug":"elanco_malaysia_brand_q","template_type":"list_reply","node_id":125966,"recipient_identifier":"6585402090"} 
[2026-07-27 17:09:47] production.INFO: [BSUID] Sending message {"template_id":80690,"template_slug":"elanco_malaysia_brand_q","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-27 17:09:47] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-27 17:09:48] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.4","payload_size":596} 
[2026-07-27 17:09: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.HBgKNjU4NTQwMjA5MBUCABEYEjhDRjU0MjU0ODEwODFFNEFENwA=',
                  'status' => 'sent',
                  'timestamp' => '1785143386',
                  '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-27 17:09:48] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:48] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:48] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:48] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:48] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:48] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:48] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.2","payload_size":601} 
[2026-07-27 17:09: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.HBgKNjU4NTQwMjA5MBUCABEYEjhDRjU0MjU0ODEwODFFNEFENwA=',
                  'status' => 'delivered',
                  'timestamp' => '1785143387',
                  '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-27 17:09:48] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:48] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:48] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:48] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:48] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:48] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.30","payload_size":596} 
[2026-07-27 17:09: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 (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkI5MTZGQkYyQUZCQThGNDU4QgA=',
                  'status' => 'sent',
                  'timestamp' => '1785143388',
                  '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-27 17:09:49] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.3","payload_size":601} 
[2026-07-27 17:09: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 (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjhDRjU0MjU0ODEwODFFNEFENwA=',
                  'status' => 'delivered',
                  'timestamp' => '1785143387',
                  '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-27 17:09:49] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.46","payload_size":596} 
[2026-07-27 17:09: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 (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjhDRjU0MjU0ODEwODFFNEFENwA=',
                  'status' => 'read',
                  'timestamp' => '1785143387',
                  '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-27 17:09:49] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.113","payload_size":601} 
[2026-07-27 17:09: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 (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkI5MTZGQkYyQUZCQThGNDU4QgA=',
                  'status' => 'delivered',
                  'timestamp' => '1785143388',
                  '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-27 17:09:49] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.79.7","payload_size":596} 
[2026-07-27 17:09: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 (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkI5MTZGQkYyQUZCQThGNDU4QgA=',
                  'status' => 'read',
                  'timestamp' => '1785143388',
                  '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-27 17:09:49] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:49] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:54] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.10","payload_size":692} 
[2026-07-27 17:09:54] 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.HBgKNjU4NTQwMjA5MBUCABEYEkI5MTZGQkYyQUZCQThGNDU4QgA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBNUU2QTI2Q0Y0RDIwOUYwRkM4AA==',
                  'timestamp' => '1785143393',
                  'type' => 'interactive',
                  'interactive' => 
                  array (
                    'type' => 'list_reply',
                    'list_reply' => 
                    array (
                      'id' => '5',
                      'title' => 'Guinness',
                    ),
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:09:54] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:54] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:54] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:54] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:54] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:54] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:54] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 17:09:54] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 17:09:54] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 17:09:54] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBNUU2QTI2Q0Y0RDIwOUYwRkM4AA==","message_type":"interactive","from":"6585402090","timestamp":"1785143393"} 
[2026-07-27 17:09:54] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"interactive"} 
[2026-07-27 17:09:54] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"Guinness"} 
[2026-07-27 17:09:55] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":true,"last_node_id":125966,"has_node_data":false} 
[2026-07-27 17:09:55] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":125966,"node_type":"msg-template"} 
[2026-07-27 17:09:55] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125966,"node_type":"msg-template","has_node_data":false,"wf_redirect":null} 
[2026-07-27 17:09:55] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125966,"endpoint":"5"} 
[2026-07-27 17:09:55] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125977,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action"]} 
[2026-07-27 17:09:55] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80700,"template_slug":"elanco_malaysia_copy_brand_q","template_type":"list_reply","node_id":125977,"recipient_identifier":"6585402090"} 
[2026-07-27 17:09:55] production.INFO: [BSUID] Sending message {"template_id":80700,"template_slug":"elanco_malaysia_copy_brand_q","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-27 17:09:56] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-27 17:09:57] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.113","payload_size":596} 
[2026-07-27 17:09:57] 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.HBgKNjU4NTQwMjA5MBUCABEYEjdDQjY2QkFCNDcyNDFCNUJGOQA=',
                  'status' => 'sent',
                  'timestamp' => '1785143396',
                  '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-27 17:09:57] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:57] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:57] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:57] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:57] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:57] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:58] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.1","payload_size":601} 
[2026-07-27 17:09:58] 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.HBgKNjU4NTQwMjA5MBUCABEYEjdDQjY2QkFCNDcyNDFCNUJGOQA=',
                  'status' => 'delivered',
                  'timestamp' => '1785143397',
                  '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-27 17:09:58] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:58] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:58] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:58] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:58] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:58] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:58] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.63","payload_size":601} 
[2026-07-27 17:09:58] 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.HBgKNjU4NTQwMjA5MBUCABEYEjdDQjY2QkFCNDcyNDFCNUJGOQA=',
                  'status' => 'delivered',
                  'timestamp' => '1785143397',
                  '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-27 17:09:58] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:58] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:58] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:58] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:58] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:58] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:09:58] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.5","payload_size":596} 
[2026-07-27 17:09:58] 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.HBgKNjU4NTQwMjA5MBUCABEYEjdDQjY2QkFCNDcyNDFCNUJGOQA=',
                  'status' => 'read',
                  'timestamp' => '1785143397',
                  '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-27 17:09:58] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:09:58] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:09:58] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:09:58] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:09:58] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:09:58] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:10:02] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.8","payload_size":692} 
[2026-07-27 17:10:02] 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.HBgKNjU4NTQwMjA5MBUCABEYEjdDQjY2QkFCNDcyNDFCNUJGOQA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBQTEwQTQ4REQ5Mzk3NTdENjUxAA==',
                  'timestamp' => '1785143400',
                  'type' => 'interactive',
                  'interactive' => 
                  array (
                    'type' => 'list_reply',
                    'list_reply' => 
                    array (
                      'id' => '5',
                      'title' => 'Guinness',
                    ),
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:10:02] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:10:02] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:10:02] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:10:02] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:10:02] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:10:02] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:10:02] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 17:10:02] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 17:10:02] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 17:10:02] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBQTEwQTQ4REQ5Mzk3NTdENjUxAA==","message_type":"interactive","from":"6585402090","timestamp":"1785143400"} 
[2026-07-27 17:10:02] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"interactive"} 
[2026-07-27 17:10:02] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"Guinness"} 
[2026-07-27 17:10:03] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":true,"last_node_id":125977,"has_node_data":false} 
[2026-07-27 17:10:03] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":125977,"node_type":"msg-template"} 
[2026-07-27 17:10:03] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125977,"node_type":"msg-template","has_node_data":false,"wf_redirect":null} 
[2026-07-27 17:10:03] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125977,"endpoint":"5"} 
[2026-07-27 17:10:03] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125988,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action"]} 
[2026-07-27 17:10:03] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80701,"template_slug":"elanco_malaysia_copy_copy_brand_q","template_type":"list_reply","node_id":125988,"recipient_identifier":"6585402090"} 
[2026-07-27 17:10:03] production.INFO: [BSUID] Sending message {"template_id":80701,"template_slug":"elanco_malaysia_copy_copy_brand_q","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-27 17:10:04] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-27 17:10:06] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.63","payload_size":596} 
[2026-07-27 17:10: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 (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY3QzVDNkVGNDlCNkQ2RTczRQA=',
                  'status' => 'sent',
                  'timestamp' => '1785143404',
                  '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-27 17:10:06] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:10:06] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:10:06] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:10:06] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:10:06] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:10:06] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:10:06] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.46","payload_size":601} 
[2026-07-27 17:10: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 (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY3QzVDNkVGNDlCNkQ2RTczRQA=',
                  'status' => 'delivered',
                  'timestamp' => '1785143405',
                  '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-27 17:10:06] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:10:06] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:10:06] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:10:06] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:10:06] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:10:06] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:10:06] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.0","payload_size":596} 
[2026-07-27 17:10: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 (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY3QzVDNkVGNDlCNkQ2RTczRQA=',
                  'status' => 'read',
                  'timestamp' => '1785143405',
                  '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-27 17:10:06] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:10:06] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:10:06] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:10:06] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:10:06] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:10:06] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:10:07] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.26","payload_size":601} 
[2026-07-27 17:10: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 (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY3QzVDNkVGNDlCNkQ2RTczRQA=',
                  'status' => 'delivered',
                  'timestamp' => '1785143405',
                  '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-27 17:10:07] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:10:07] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:10:07] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:10:07] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:10:07] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:10:07] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:10:10] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.6","payload_size":707} 
[2026-07-27 17:10: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.HBgKNjU4NTQwMjA5MBUCABEYEjY3QzVDNkVGNDlCNkQ2RTczRQA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBQTc5Q0M0NzQ3RTlFNjZGQUY0AA==',
                  'timestamp' => '1785143409',
                  'type' => 'interactive',
                  'interactive' => 
                  array (
                    'type' => 'list_reply',
                    'list_reply' => 
                    array (
                      'id' => '4',
                      'title' => 'Word of Mouth/Referral',
                    ),
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:10:10] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:10:10] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:10:10] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:10:10] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:10:10] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:10:10] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:10:10] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 17:10:10] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 17:10:10] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 17:10:10] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBQTc5Q0M0NzQ3RTlFNjZGQUY0AA==","message_type":"interactive","from":"6585402090","timestamp":"1785143409"} 
[2026-07-27 17:10:10] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"interactive"} 
[2026-07-27 17:10:10] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"Word of Mouth/Referral"} 
[2026-07-27 17:10:11] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":true,"last_node_id":125988,"has_node_data":false} 
[2026-07-27 17:10:11] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":125988,"node_type":"msg-template"} 
[2026-07-27 17:10:11] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125988,"node_type":"msg-template","has_node_data":false,"wf_redirect":null} 
[2026-07-27 17:10:11] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125988,"endpoint":"4"} 
[2026-07-27 17:10:11] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125997,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action"]} 
[2026-07-27 17:10:11] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125997,"node_type":"integration","has_node_data":false,"wf_redirect":null} 
[2026-07-27 17:10:11] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125997,"endpoint":null} 
[2026-07-27 17:10:12] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":125999,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-27 17:10:12] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80691,"template_slug":"elanco_malaysia_no_name_1780380699892","template_type":"button_reply","node_id":125999,"recipient_identifier":"6585402090"} 
[2026-07-27 17:10:12] production.INFO: [BSUID] Sending message {"template_id":80691,"template_slug":"elanco_malaysia_no_name_1780380699892","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-27 17:10:13] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-27 17:10:13] production.INFO: array (
  'response' => 
  array (
    'success' => false,
    'error' => 'Something went wrong!',
    'error_msg' => 'Oops, something went wrong',
  ),
  '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' => 4318,
      'channel_id' => 17,
      'url' => 'https://carlsbergmybuyspinandsurewin.com/api/v1/webhook?api_token=pcZ75zxYtFnHYEWo7mCW6qIouhm7wW96uoUo2eH8yZjlNuXQ2Xpdykj3v9f6',
      'method' => 'POST',
      'headers' => '[]',
      'payload' => '{"mobile":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoic1F5aGZRaXl4ZW9MWCs4S0RFRENydz09IiwibWFjIjoiNTg5YTgxODViMmJmNWMyZjIxY2M1ZTBmODIyYWI1Mjk2YWFkYzJlODFlNmI2MDQ3ODhhMDliZTZhNTIwNjU0NCJ9","wa_username":null,"wa_bsuid":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoicmwzVW5pekZiU3NFVjR4K25sNGRmdkZEb2YyZW00aFwvTFNIZDRmTXhHcjQ9IiwibWFjIjoiNjZmYzhkMThmNzU3MjQ5OGIyZjQ2MGNiOWVhOGU1ZTI0ODhjYWY1ZGNlMWExMmJiMjVhYWQzZjU2YjQ3NWE3MyJ9","type":"riddle","issue_at":"2026-07-27T09:09:47.000000Z","completed_at":"2026-07-27T09:10:04.000000Z","body":[{"is_open_ended":false,"title":"(3\\/5) Which beer brand have you consumed most often in the last six months? Please select one.","options":["Carlsberg Danish Pilsner","Carlsberg Smooth Draught","Tiger","Tiger Crystal","Guinness","Heineken","Connor\'s","1664","Edelweiss","Others"],"value":"Guinness"},{"is_open_ended":false,"title":"(4\\/5) Which is your favourite beer?","options":["Carlsberg Danish Pilsner","Carlsberg Smooth Draught","Tiger","Tiger Crystal","Guinness","Heineken","Connor\'s","1664","Edelweiss","Others"],"value":"Guinness"},{"is_open_ended":false,"title":"(5\\/5) Where have you seen or heard about this Program?","options":["Carlsberg Socmed Page","KOL\\/Creator Socmed Page","Content Publisher","Word of Mouth\\/Referral","Nearby Location\\/Walk in","Radio advertising","Display advertising","Others"],"value":"Word of Mouth\\/Referral"}]}',
      'response' => '{"success":false,"error":"Something went wrong!","error_msg":"Oops, something went wrong"}',
      'workflow_node_id' => 125997,
      'chat_session_id' => 371163,
      'response_headers' => '{"Date":["Mon, 27 Jul 2026 09:10:13 GMT"],"Server":["Apache"],"Cache-Control":["no-cache, private"],"X-RateLimit-Limit":["60"],"X-RateLimit-Remaining":["56"],"Connection":["close"],"Transfer-Encoding":["chunked"],"Content-Type":["application\\/json"]}',
      'http_code' => 500,
      'encryption_paths' => '{"paths":{"payload":["payload.mobile","payload.wa_username","payload.wa_bsuid"]},"vals":["eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoicmwzVW5pekZiU3NFVjR4K25sNGRmdkZEb2YyZW00aFwvTFNIZDRmTXhHcjQ9IiwibWFjIjoiNjZmYzhkMThmNzU3MjQ5OGIyZjQ2MGNiOWVhOGU1ZTI0ODhjYWY1ZGNlMWExMmJiMjVhYWQzZjU2YjQ3NWE3MyJ9","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoic1F5aGZRaXl4ZW9MWCs4S0RFRENydz09IiwibWFjIjoiNTg5YTgxODViMmJmNWMyZjIxY2M1ZTBmODIyYWI1Mjk2YWFkYzJlODFlNmI2MDQ3ODhhMDliZTZhNTIwNjU0NCJ9"]}',
      'updated_at' => '2026-07-27 17:10:13',
      'created_at' => '2026-07-27 17:10:13',
      'id' => 223080,
    ),
     'original' => 
    array (
      'integration_id' => 4318,
      'channel_id' => 17,
      'url' => 'https://carlsbergmybuyspinandsurewin.com/api/v1/webhook?api_token=pcZ75zxYtFnHYEWo7mCW6qIouhm7wW96uoUo2eH8yZjlNuXQ2Xpdykj3v9f6',
      'method' => 'POST',
      'headers' => '[]',
      'payload' => '{"mobile":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoic1F5aGZRaXl4ZW9MWCs4S0RFRENydz09IiwibWFjIjoiNTg5YTgxODViMmJmNWMyZjIxY2M1ZTBmODIyYWI1Mjk2YWFkYzJlODFlNmI2MDQ3ODhhMDliZTZhNTIwNjU0NCJ9","wa_username":null,"wa_bsuid":"eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoicmwzVW5pekZiU3NFVjR4K25sNGRmdkZEb2YyZW00aFwvTFNIZDRmTXhHcjQ9IiwibWFjIjoiNjZmYzhkMThmNzU3MjQ5OGIyZjQ2MGNiOWVhOGU1ZTI0ODhjYWY1ZGNlMWExMmJiMjVhYWQzZjU2YjQ3NWE3MyJ9","type":"riddle","issue_at":"2026-07-27T09:09:47.000000Z","completed_at":"2026-07-27T09:10:04.000000Z","body":[{"is_open_ended":false,"title":"(3\\/5) Which beer brand have you consumed most often in the last six months? Please select one.","options":["Carlsberg Danish Pilsner","Carlsberg Smooth Draught","Tiger","Tiger Crystal","Guinness","Heineken","Connor\'s","1664","Edelweiss","Others"],"value":"Guinness"},{"is_open_ended":false,"title":"(4\\/5) Which is your favourite beer?","options":["Carlsberg Danish Pilsner","Carlsberg Smooth Draught","Tiger","Tiger Crystal","Guinness","Heineken","Connor\'s","1664","Edelweiss","Others"],"value":"Guinness"},{"is_open_ended":false,"title":"(5\\/5) Where have you seen or heard about this Program?","options":["Carlsberg Socmed Page","KOL\\/Creator Socmed Page","Content Publisher","Word of Mouth\\/Referral","Nearby Location\\/Walk in","Radio advertising","Display advertising","Others"],"value":"Word of Mouth\\/Referral"}]}',
      'response' => '{"success":false,"error":"Something went wrong!","error_msg":"Oops, something went wrong"}',
      'workflow_node_id' => 125997,
      'chat_session_id' => 371163,
      'response_headers' => '{"Date":["Mon, 27 Jul 2026 09:10:13 GMT"],"Server":["Apache"],"Cache-Control":["no-cache, private"],"X-RateLimit-Limit":["60"],"X-RateLimit-Remaining":["56"],"Connection":["close"],"Transfer-Encoding":["chunked"],"Content-Type":["application\\/json"]}',
      'http_code' => 500,
      'encryption_paths' => '{"paths":{"payload":["payload.mobile","payload.wa_username","payload.wa_bsuid"]},"vals":["eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoicmwzVW5pekZiU3NFVjR4K25sNGRmdkZEb2YyZW00aFwvTFNIZDRmTXhHcjQ9IiwibWFjIjoiNjZmYzhkMThmNzU3MjQ5OGIyZjQ2MGNiOWVhOGU1ZTI0ODhjYWY1ZGNlMWExMmJiMjVhYWQzZjU2YjQ3NWE3MyJ9","eyJpdiI6ImMyaGxjbTl4ZFdWbGJtaGhhR0ZvWVE9PSIsInZhbHVlIjoic1F5aGZRaXl4ZW9MWCs4S0RFRENydz09IiwibWFjIjoiNTg5YTgxODViMmJmNWMyZjIxY2M1ZTBmODIyYWI1Mjk2YWFkYzJlODFlNmI2MDQ3ODhhMDliZTZhNTIwNjU0NCJ9"]}',
      'updated_at' => '2026-07-27 17:10:13',
      'created_at' => '2026-07-27 17:10:13',
      'id' => 223080,
    ),
     '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-27 17:10:14] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.46","payload_size":596} 
[2026-07-27 17:10: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 (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY5RjQ2MzY1NjRFOEMzQUIwMAA=',
                  'status' => 'sent',
                  'timestamp' => '1785143413',
                  '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-27 17:10:14] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:10:14] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:10:14] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:10:14] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:10:14] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:10:14] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:10:15] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.43","payload_size":601} 
[2026-07-27 17:10:15] 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.HBgKNjU4NTQwMjA5MBUCABEYEjY5RjQ2MzY1NjRFOEMzQUIwMAA=',
                  'status' => 'delivered',
                  'timestamp' => '1785143414',
                  '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-27 17:10:15] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:10:15] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:10:15] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:10:15] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:10:15] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:10:15] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:10:15] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.8","payload_size":596} 
[2026-07-27 17:10:15] 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.HBgKNjU4NTQwMjA5MBUCABEYEjY5RjQ2MzY1NjRFOEMzQUIwMAA=',
                  'status' => 'read',
                  'timestamp' => '1785143414',
                  '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-27 17:10:15] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:10:15] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:10:15] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:10:15] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:10:15] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:10:15] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:10:18] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.27","payload_size":702} 
[2026-07-27 17:10: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' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjY5RjQ2MzY1NjRFOEMzQUIwMAA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBQTNCMzQzMjNDRDA0RjYzODM2AA==',
                  'timestamp' => '1785143416',
                  'type' => 'interactive',
                  'interactive' => 
                  array (
                    'type' => 'button_reply',
                    'button_reply' => 
                    array (
                      'id' => '1',
                      'title' => 'Upload Receipt',
                    ),
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:10:18] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:10:18] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:10:18] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:10:18] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:10:18] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:10:18] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:10:18] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 17:10:18] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 17:10:18] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 17:10:18] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBQTNCMzQzMjNDRDA0RjYzODM2AA==","message_type":"interactive","from":"6585402090","timestamp":"1785143416"} 
[2026-07-27 17:10:18] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"interactive"} 
[2026-07-27 17:10:18] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"Upload Receipt"} 
[2026-07-27 17:10:19] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":true,"last_node_id":125999,"has_node_data":false} 
[2026-07-27 17:10:19] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":125999,"node_type":"msg-template"} 
[2026-07-27 17:10:19] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":125999,"node_type":"msg-template","has_node_data":false,"wf_redirect":null} 
[2026-07-27 17:10:19] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":125999,"endpoint":"1"} 
[2026-07-27 17:10:19] 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-27 17:10:19] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80692,"template_slug":"elanco_malaysia_no_name_1780380800564","template_type":"text","node_id":126003,"recipient_identifier":"6585402090"} 
[2026-07-27 17:10:19] production.INFO: [BSUID] Sending message {"template_id":80692,"template_slug":"elanco_malaysia_no_name_1780380800564","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-27 17:10:20] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-27 17:10:22] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.37","payload_size":596} 
[2026-07-27 17:10:22] 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.HBgKNjU4NTQwMjA5MBUCABEYEjU3NTBDMDM3Q0NEMzlCRUQxMwA=',
                  'status' => 'sent',
                  'timestamp' => '1785143420',
                  '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-27 17:10:22] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:10:22] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:10:22] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:10:22] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:10:22] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:10:22] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:10:22] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.6","payload_size":601} 
[2026-07-27 17:10:22] 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.HBgKNjU4NTQwMjA5MBUCABEYEjU3NTBDMDM3Q0NEMzlCRUQxMwA=',
                  'status' => 'delivered',
                  'timestamp' => '1785143421',
                  '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-27 17:10:22] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:10:22] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:10:22] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:10:22] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:10:22] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:10:22] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:10:22] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.35","payload_size":596} 
[2026-07-27 17:10:22] 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.HBgKNjU4NTQwMjA5MBUCABEYEjU3NTBDMDM3Q0NEMzlCRUQxMwA=',
                  'status' => 'read',
                  'timestamp' => '1785143421',
                  '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-27 17:10:22] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 17:10:22] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:10:22] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 17:10:22] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 17:10:22] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 17:10:22] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:12:06] production.INFO: [BlastCreate] start {"id":null,"display_name":"Elanco Malaysia","template_count":1} 
[2026-07-27 17:12:06] production.INFO: [BlastCreate] seedTemplateBlast built templates {"is_business_initiated":true,"template_slug":"elanco_malaysia_testing52","templates":[{"type":"text","slug":"elanco_malaysia_testing52","has_image_url":false,"image_url":""}]} 
[2026-07-27 17:12:06] production.INFO: [BlastCreate] blast template missing, creating {"template_slug":"elanco_malaysia_testing52","channel_id":17} 
[2026-07-27 17:12:06] production.INFO: [BlastCreate] dispatching BlastBiSyncJob {"template_id":80718,"slug":"elanco_malaysia_testing52","channel_id":17,"action":"create"} 
[2026-07-27 17:12:07] production.INFO: [BlastCreate] committed {"journey_id":35,"channel_id":17} 
[2026-07-27 17:12:09] production.INFO: [BlastCreate] BlastBiSyncJob handling {"template_id":80718,"slug":"elanco_malaysia_testing52","channel_id":17,"action":"create"} 
[2026-07-27 17:12:09] production.INFO: [BlastCreate] sending create template request to Meta {"slug":"elanco_malaysia_testing52","locale":"en","payload":{"allow_category_change":false,"category":"MARKETING","name":"elanco_malaysia_testing52","language":"en","components":[{"type":"BODY","text":"hey this is a testing blast for 52"}]}} 
[2026-07-27 17:12:09] production.INFO: [BlastCreate] Meta create template response {"slug":"elanco_malaysia_testing52","locale":"en","response":{"error":{"message":"(#200) You do not have permission to access this field.","type":"OAuthException","code":200,"fbtrace_id":"A0c1K6sYCPhHA2jspJdOKq9"}}} 
[2026-07-27 17:12:09] production.ERROR: [BlastCreate] Meta rejected template {"slug":"elanco_malaysia_testing52","locale":"en","error":{"message":"(#200) You do not have permission to access this field.","type":"OAuthException","code":200,"fbtrace_id":"A0c1K6sYCPhHA2jspJdOKq9"}} 
[2026-07-27 17:12:10] production.ERROR: Meta rejected template 'elanco_malaysia_testing52' (en): (#200) You do not have permission to access this field. {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev","ip":"127.0.0.1"},"exception":"[object] (RuntimeException(code: 0): Meta rejected template 'elanco_malaysia_testing52' (en): (#200) You do not have permission to access this field. at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php:1698)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Notifications/Whatsapp/WaNotifications.php(1954): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->throwMetaTemplateError(Object(App\\Models\\ChannelTemplates), 'en', Array)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Services/NotificationService.php(245): App\\Skale\\Notifications\\Whatsapp\\WaNotifications->createBiTemplate(Object(App\\Models\\ChannelTemplates), NULL)
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Skale/Services/NotificationService.php(210): App\\Skale\\Services\\NotificationService->_redirect('createBiTemplat...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/MetaWhatsapp/BlastBiSyncJob.php(107): App\\Skale\\Services\\NotificationService->createBiTemplate(Object(App\\Models\\ChannelTemplates), NULL)
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\MetaWhatsapp\\BlastBiSyncJob->handle()
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#7 /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))
#8 /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)
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(128): Illuminate\\Container\\Container->call(Array)
#10 /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\\MetaWhatsapp\\BlastBiSyncJob))
#11 /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\\MetaWhatsapp\\BlastBiSyncJob))
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(132): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(120): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\MetaWhatsapp\\BlastBiSyncJob), false)
#14 /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\\MetaWhatsapp\\BlastBiSyncJob))
#15 /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\\MetaWhatsapp\\BlastBiSyncJob))
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(122): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#17 /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\\MetaWhatsapp\\BlastBiSyncJob))
#18 /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)
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()
#20 /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))
#21 /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))
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(118): Illuminate\\Queue\\Worker->daemon('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(101): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#27 /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))
#28 /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)
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)
#30 /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))
#31 /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))
#32 /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))
#33 /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))
#34 /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))
#35 /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))
#36 /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))
#37 /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))
#38 {main}
"} 
[2026-07-27 17:34:18] production.INFO: [BlastCreate] BI text not on Meta — will create {"slug":"zespri_redruby_receipt_rejection_message_v2"} 
[2026-07-27 17:34:18] production.INFO: [BlastCreate] BI text not on Meta — will create {"slug":"zespri_redruby_receipt_success_message_with_a_game_link"} 
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 1,
    'title' => '1. Upload Receipt',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 2,
    'title' => '2. Redeem Rewards',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 3,
    'title' => '3. T&C and FAQ',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 4,
    'title' => '4. Carlsberg CVS Range',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 5,
    'title' => '5. Submit an Enquiry',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 6,
    'title' => '6. Opt In / Opt Out',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 1,
    'title' => 'Carlsberg Danish Pilsner',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 2,
    'title' => 'Carlsberg Smooth Draught',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 3,
    'title' => 'Tiger',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 4,
    'title' => 'Tiger Crystal',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 5,
    'title' => 'Guinness',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 6,
    'title' => 'Heineken',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 7,
    'title' => 'Connor\'s',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 8,
    'title' => '1664',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 9,
    'title' => 'Edelweiss',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 10,
    'title' => 'Others',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 1,
    'title' => 'Yes',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 2,
    'title' => 'No',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 1,
    'title' => 'Carlsberg Danish Pilsner',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 2,
    'title' => 'Carlsberg Smooth Draught',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 3,
    'title' => 'Tiger',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 4,
    'title' => 'Tiger Crystal',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 5,
    'title' => 'Guinness',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 6,
    'title' => 'Heineken',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 7,
    'title' => 'Connor\'s',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 8,
    'title' => '1664',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 9,
    'title' => 'Edelweiss',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 10,
    'title' => 'Others',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 1,
    'title' => 'Carlsberg Socmed Page',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 2,
    'title' => 'KOL/Creator Socmed Page',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 3,
    'title' => 'Content Publisher',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 4,
    'title' => 'Word of Mouth/Referral',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 5,
    'title' => 'Nearby Location/Walk in',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 6,
    'title' => 'Radio advertising',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 7,
    'title' => 'Display advertising',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: array (
  'row' => 
  array (
    'id' => 8,
    'title' => 'Others',
    'description' => NULL,
  ),
)  
[2026-07-27 17:34:18] production.INFO: [BlastCreate] dispatching BlastBiSyncJob (journey) {"template_id":80723,"slug":"zespri_redruby_receipt_rejection_message_v2","action":"create"} 
[2026-07-27 17:34:18] production.INFO: [BlastCreate] dispatching BlastBiSyncJob (journey) {"template_id":80725,"slug":"zespri_redruby_receipt_success_message_with_a_game_link","action":"create"} 
[2026-07-27 17:34:22] production.INFO: commit  
[2026-07-27 17:34:22] production.INFO: array (
  'soft delete' => true,
)  
[2026-07-27 17:34:22] production.INFO: array (
  'commit ' => 9,
  'name' => 'Zespri RubyRed YT Blast',
)  
[2026-07-27 17:34:22] production.INFO: [BlastCreate] start {"id":9,"display_name":"Zespri RubyRed YT Blast","template_count":1} 
[2026-07-27 17:34:22] production.INFO: [BlastCreate] seedTemplateBlast built templates {"is_business_initiated":true,"template_slug":"zespri_rubyred_yt_blast_youtube","templates":[{"type":"text","slug":"zespri_rubyred_yt_blast_youtube","has_image_url":false,"image_url":""}]} 
[2026-07-27 17:34:22] production.INFO: [BlastCreate] blast template missing, creating {"template_slug":"zespri_rubyred_yt_blast_youtube","channel_id":21} 
[2026-07-27 17:34:22] production.INFO: [BlastCreate] dispatching BlastBiSyncJob {"template_id":80756,"slug":"zespri_rubyred_yt_blast_youtube","channel_id":21,"action":"create"} 
[2026-07-27 17:34:23] production.INFO: [BlastCreate] committed {"journey_id":9,"channel_id":21} 
[2026-07-27 17:34:23] production.INFO: array (
  'commit ' => 11,
  'name' => 'Zespri RubyRed Winner Blast',
)  
[2026-07-27 17:34:23] production.INFO: [BlastCreate] start {"id":11,"display_name":"Zespri RubyRed Winner Blast","template_count":1} 
[2026-07-27 17:34:23] production.INFO: [BlastCreate] seedTemplateBlast built templates {"is_business_initiated":true,"template_slug":"zespri_rubyred_winner_blast_winner_message","templates":[{"type":"text","slug":"zespri_rubyred_winner_blast_winner_message","has_image_url":false,"image_url":""}]} 
[2026-07-27 17:34:23] production.INFO: [BlastCreate] blast template missing, creating {"template_slug":"zespri_rubyred_winner_blast_winner_message","channel_id":21} 
[2026-07-27 17:34:23] production.INFO: [BlastCreate] dispatching BlastBiSyncJob {"template_id":80757,"slug":"zespri_rubyred_winner_blast_winner_message","channel_id":21,"action":"create"} 
[2026-07-27 17:34:23] production.INFO: [BlastCreate] committed {"journey_id":11,"channel_id":21} 
[2026-07-27 17:34:23] production.INFO: array (
  'commit ' => 14,
  'name' => 'Royal Umbrella Recipe',
)  
[2026-07-27 17:34:23] production.INFO: [BlastCreate] start {"id":14,"display_name":"Royal Umbrella Recipe","template_count":1} 
[2026-07-27 17:34:23] production.INFO: [BlastCreate] seedTemplateBlast built templates {"is_business_initiated":true,"template_slug":"royal_umbrella_recipe_blast1","templates":[{"type":"text","slug":"royal_umbrella_recipe_blast1","has_image_url":false,"image_url":""}]} 
[2026-07-27 17:34:23] production.INFO: [BlastCreate] blast template missing, creating {"template_slug":"royal_umbrella_recipe_blast1","channel_id":21} 
[2026-07-27 17:34:23] production.INFO: [BlastCreate] dispatching BlastBiSyncJob {"template_id":80758,"slug":"royal_umbrella_recipe_blast1","channel_id":21,"action":"create"} 
[2026-07-27 17:34:23] production.INFO: [BlastCreate] committed {"journey_id":14,"channel_id":21} 
[2026-07-27 17:34:23] production.INFO: array (
  'commit ' => 19,
  'name' => 'Perennial Happenings',
)  
[2026-07-27 17:34:23] production.INFO: [BlastCreate] start {"id":19,"display_name":"Perennial Happenings","template_count":1} 
[2026-07-27 17:34:23] production.INFO: [BlastCreate] seedTemplateBlast built templates {"is_business_initiated":true,"template_slug":"perennial_happenings_blast2","templates":[{"type":"text","slug":"perennial_happenings_blast2","has_image_url":false,"image_url":""}]} 
[2026-07-27 17:34:23] production.INFO: [BlastCreate] blast template missing, creating {"template_slug":"perennial_happenings_blast2","channel_id":21} 
[2026-07-27 17:34:23] production.INFO: [BlastCreate] BlastBiSyncJob handling {"template_id":80723,"slug":"zespri_redruby_receipt_rejection_message_v2","channel_id":21,"action":"create"} 
[2026-07-27 17:34:23] production.INFO: [BlastCreate] sending create template request to Meta {"slug":"zespri_redruby_receipt_rejection_message_v2","locale":"en","payload":{"allow_category_change":false,"category":"MARKETING","name":"zespri_redruby_receipt_rejection_message_v2","language":"en","components":[{"type":"BODY","text":"Hi {{1}}! *Your receipt has been sent for manual review.* It will usually take up to 48 hours for validation ⌛
You will hear back from us if your receipt is approved.

*If you do not hear back after 48 hours and believe your receipt is valid, kindly drop us an enquiry by selecting \"Submit Enquiry\" from dropdown menu.*","example":{"body_text":[["Sample"]]}}]}} 
[2026-07-27 17:34:23] production.INFO: [BlastCreate] dispatching BlastBiSyncJob {"template_id":80759,"slug":"perennial_happenings_blast2","channel_id":21,"action":"create"} 
[2026-07-27 17:34:23] production.INFO: [BlastCreate] committed {"journey_id":19,"channel_id":21} 
[2026-07-27 17:34:23] production.INFO: array (
  'commit ' => 29,
  'name' => 'Zespri RedRuby',
)  
[2026-07-27 17:34:23] production.INFO: [BlastCreate] start {"id":29,"display_name":"Zespri RedRuby","template_count":1} 
[2026-07-27 17:34:23] production.INFO: [BlastCreate] seedTemplateBlast built templates {"is_business_initiated":true,"template_slug":"zespri_redruby_letstestroyal_umbrella","templates":[{"type":"template_blast_button_image","slug":"zespri_redruby_letstestroyal_umbrella","has_image_url":true,"image_url":"https://pr-one-wa.growthdesk.dev/storage/channel/21/images/a98f8ed0-3ba8-4bd7-9b90-5a3a6abdf430-1-6a3a3745b1470.png"}]} 
[2026-07-27 17:34:23] production.INFO: [BlastCreate] blast template missing, creating {"template_slug":"zespri_redruby_letstestroyal_umbrella","channel_id":21} 
[2026-07-27 17:34:23] production.INFO: [BlastCreate] dispatching BlastBiSyncJob {"template_id":80760,"slug":"zespri_redruby_letstestroyal_umbrella","channel_id":21,"action":"create"} 
[2026-07-27 17:34:23] production.INFO: [BlastCreate] cleaned up stale no-group workflow {"workflow_id":18281,"name":"Zespri RedRuby no group","channel_id":21} 
[2026-07-27 17:34:23] production.INFO: [BlastCreate] committed {"journey_id":29,"channel_id":21} 
[2026-07-27 17:34:23] production.INFO: array (
  'commit ' => 32,
  'name' => 'Zespri RedRuby',
)  
[2026-07-27 17:34:23] production.INFO: [BlastCreate] start {"id":32,"display_name":"Zespri RedRuby","template_count":1} 
[2026-07-27 17:34:23] production.INFO: [BlastCreate] seedTemplateBlast built templates {"is_business_initiated":true,"template_slug":"zespri_redruby_no_name_1782207410596_dev_test","templates":[{"type":"template_blast_button_image","slug":"zespri_redruby_no_name_1782207410596_dev_test","has_image_url":true,"image_url":"https://pr-one-wa.growthdesk.dev/storage/channel/21/images/ff-woay-wa-image-6a3a53c2990e4.png"}]} 
[2026-07-27 17:34:23] production.INFO: [BlastCreate] blast template missing, creating {"template_slug":"zespri_redruby_no_name_1782207410596_dev_test","channel_id":21} 
[2026-07-27 17:34:23] production.INFO: [BlastCreate] dispatching BlastBiSyncJob {"template_id":80761,"slug":"zespri_redruby_no_name_1782207410596_dev_test","channel_id":21,"action":"create"} 
[2026-07-27 17:34:24] production.INFO: [BlastCreate] committed {"journey_id":32,"channel_id":21} 
[2026-07-27 17:34:24] production.INFO: array (
  'commit ' => 33,
  'name' => 'Zespri RedRuby',
)  
[2026-07-27 17:34:24] production.INFO: [BlastCreate] start {"id":33,"display_name":"Zespri RedRuby","template_count":1} 
[2026-07-27 17:34:24] production.INFO: [BlastCreate] seedTemplateBlast built templates {"is_business_initiated":true,"template_slug":"zespri_redruby_with_app_id","templates":[{"type":"template_blast_button_image","slug":"zespri_redruby_with_app_id","has_image_url":true,"image_url":"https://pr-one-wa.growthdesk.dev/storage/channel/21/images/ff-woay-wa-image-6a3a5a2859506.png"}]} 
[2026-07-27 17:34:24] production.INFO: [BlastCreate] blast template missing, creating {"template_slug":"zespri_redruby_with_app_id","channel_id":21} 
[2026-07-27 17:34:24] production.INFO: [BlastCreate] dispatching BlastBiSyncJob {"template_id":80762,"slug":"zespri_redruby_with_app_id","channel_id":21,"action":"create"} 
[2026-07-27 17:34:24] production.INFO: [BlastCreate] committed {"journey_id":33,"channel_id":21} 
[2026-07-27 17:34:24] production.INFO: array (
  'commit ' => 34,
  'name' => 'Zespri RedRuby',
)  
[2026-07-27 17:34:24] production.INFO: [BlastCreate] start {"id":34,"display_name":"Zespri RedRuby","template_count":1} 
[2026-07-27 17:34:24] production.INFO: [BlastCreate] seedTemplateBlast built templates {"is_business_initiated":true,"template_slug":"zespri_redruby_perennial_screeningtest","templates":[{"type":"text","slug":"zespri_redruby_perennial_screeningtest","has_image_url":false,"image_url":""}]} 
[2026-07-27 17:34:24] production.INFO: [BlastCreate] blast template missing, creating {"template_slug":"zespri_redruby_perennial_screeningtest","channel_id":21} 
[2026-07-27 17:34:24] production.INFO: [BlastCreate] dispatching BlastBiSyncJob {"template_id":80763,"slug":"zespri_redruby_perennial_screeningtest","channel_id":21,"action":"create"} 
[2026-07-27 17:34:24] production.INFO: [BlastCreate] committed {"journey_id":34,"channel_id":21} 
[2026-07-27 17:34:25] production.INFO: [BlastCreate] BlastBiSyncJob handling {"template_id":80725,"slug":"zespri_redruby_receipt_success_message_with_a_game_link","channel_id":21,"action":"create"} 
[2026-07-27 17:34:25] production.INFO: [BlastCreate] sending create template request to Meta {"slug":"zespri_redruby_receipt_success_message_with_a_game_link","locale":"en","payload":{"allow_category_change":false,"category":"MARKETING","name":"zespri_redruby_receipt_success_message_with_a_game_link","language":"en","components":[{"type":"BODY","text":"🎉 Congratulations! Your receipt has been validated. Click on this link to Spin the Bottle and win awesome rewards: {{1}}​ ✨","example":{"body_text":[["Sample"]]}}]}} 
[2026-07-27 17:34:26] production.INFO: [BlastCreate] Meta create template response {"slug":"zespri_redruby_receipt_rejection_message_v2","locale":"en","response":{"error":{"message":"Invalid parameter","type":"OAuthException","code":100,"error_subcode":2388024,"is_transient":false,"error_user_title":"Content in this language already exists","error_user_msg":"There is already English content for this template. You can create a new template and try again.","fbtrace_id":"A5uqF_hAWm3DGSFqjFB1ZgJ"}}} 
[2026-07-27 17:34:26] production.INFO: [BlastCreate] template already exists on Meta — syncing id and switching to update {"slug":"zespri_redruby_receipt_rejection_message_v2","locale":"en"} 
[2026-07-27 17:34:27] production.INFO: [BlastCreate] Meta content compare {"slug":"zespri_redruby_receipt_rejection_message_v2","locale":"en","template_id":"1412159047445509","matched":false,"live_signature":{"BODY":"Hi {{1}}! Your receipt has been sent for manual review. It will usually take up to 48 hours for validation ⌛ You will hear back from us if your receipt is approved. If you do not hear back after 48 hours and believe your receipt is valid, kindly drop us an enquiry by selecting \"Submit Enquiry\" from dropdown menu."},"new_signature":{"BODY":"Hi {{1}}! *Your receipt has been sent for manual review.* It will usually take up to 48 hours for validation ⌛ You will hear back from us if your receipt is approved. *If you do not hear back after 48 hours and believe your receipt is valid, kindly drop us an enquiry by selecting \"Submit Enquiry\" from dropdown menu.*"}} 
[2026-07-27 17:34:27] production.INFO: [BlastCreate] sending update template request to Meta {"slug":"zespri_redruby_receipt_rejection_message_v2","locale":"en","template_id":"1412159047445509","payload":{"category":"MARKETING","components":[{"type":"BODY","text":"Hi {{1}}! *Your receipt has been sent for manual review.* It will usually take up to 48 hours for validation ⌛
You will hear back from us if your receipt is approved.

*If you do not hear back after 48 hours and believe your receipt is valid, kindly drop us an enquiry by selecting \"Submit Enquiry\" from dropdown menu.*","example":{"body_text":[["Sample"]]}}]}} 
[2026-07-27 17:34:28] production.INFO: [BlastCreate] Meta create template response {"slug":"zespri_redruby_receipt_success_message_with_a_game_link","locale":"en","response":{"error":{"message":"Invalid parameter","type":"OAuthException","code":100,"error_subcode":2388024,"is_transient":false,"error_user_title":"Content in this language already exists","error_user_msg":"There is already English content for this template. You can create a new template and try again.","fbtrace_id":"AQh4-y78IqOc7HHyOPN-riL"}}} 
[2026-07-27 17:34:28] production.INFO: [BlastCreate] template already exists on Meta — syncing id and switching to update {"slug":"zespri_redruby_receipt_success_message_with_a_game_link","locale":"en"} 
[2026-07-27 17:34:30] production.INFO: [BlastCreate] Meta content compare {"slug":"zespri_redruby_receipt_success_message_with_a_game_link","locale":"en","template_id":"1020579407340150","matched":false,"live_signature":{"BODY":"🎉 Yay {{1}}!! *Your receipt is approved!* {{2}} You can now try your luck at our Jam-Packed Blind Box, tap the above link to play! 🎁"},"new_signature":{"BODY":"🎉 Congratulations! Your receipt has been validated. Click on this link to Spin the Bottle and win awesome rewards: {{1}}​ ✨"}} 
[2026-07-27 17:34:30] production.INFO: [BlastCreate] sending update template request to Meta {"slug":"zespri_redruby_receipt_success_message_with_a_game_link","locale":"en","template_id":"1020579407340150","payload":{"category":"MARKETING","components":[{"type":"BODY","text":"🎉 Congratulations! Your receipt has been validated. Click on this link to Spin the Bottle and win awesome rewards: {{1}}​ ✨","example":{"body_text":[["Sample"]]}}]}} 
[2026-07-27 17:34:32] production.INFO: [BlastCreate] Meta update template response {"slug":"zespri_redruby_receipt_rejection_message_v2","locale":"en","response":{"success":true,"id":"1412159047445509","name":"zespri_redruby_receipt_rejection_message_v2","category":"MARKETING"}} 
[2026-07-27 17:34:32] production.INFO: [BlastCreate] BlastBiSyncJob done {"template_id":80723,"wa_displayed_status":"pending"} 
[2026-07-27 17:34:32] production.INFO: [BlastCreate] BlastBiSyncJob handling {"template_id":80756,"slug":"zespri_rubyred_yt_blast_youtube","channel_id":21,"action":"create"} 
[2026-07-27 17:34:32] production.INFO: [BlastCreate] sending create template request to Meta {"slug":"zespri_rubyred_yt_blast_youtube","locale":"en","payload":{"allow_category_change":false,"category":"MARKETING","name":"zespri_rubyred_yt_blast_youtube","language":"en","components":[{"type":"BODY","text":"These are some information on Zespri RubyRed‼️

https://youtu.be/CwRaxOP2AUE?si=YTm_BETNudSFZRx8"}]}} 
[2026-07-27 17:34:34] production.INFO: [BlastCreate] Meta create template response {"slug":"zespri_rubyred_yt_blast_youtube","locale":"en","response":{"error":{"message":"Invalid parameter","type":"OAuthException","code":100,"error_subcode":2388024,"is_transient":false,"error_user_title":"Content in this language already exists","error_user_msg":"There is already English content for this template. You can create a new template and try again.","fbtrace_id":"AfENH1ACa7s4hVGRxnyZyKA"}}} 
[2026-07-27 17:34:34] production.INFO: [BlastCreate] template already exists on Meta — syncing id and switching to update {"slug":"zespri_rubyred_yt_blast_youtube","locale":"en"} 
[2026-07-27 17:34:35] production.INFO: [BlastCreate] Meta content compare {"slug":"zespri_rubyred_yt_blast_youtube","locale":"en","template_id":"1260802642868432","matched":true,"live_signature":{"BODY":"These are some information on Zespri RubyRed‼️ https://youtu.be/CwRaxOP2AUE?si=YTm_BETNudSFZRx8"},"new_signature":{"BODY":"These are some information on Zespri RubyRed‼️ https://youtu.be/CwRaxOP2AUE?si=YTm_BETNudSFZRx8"}} 
[2026-07-27 17:34:35] production.INFO: [BlastCreate] BlastBiSyncJob done {"template_id":80756,"wa_displayed_status":"approved"} 
[2026-07-27 17:34:36] production.INFO: [BlastCreate] BlastBiSyncJob handling {"template_id":80757,"slug":"zespri_rubyred_winner_blast_winner_message","channel_id":21,"action":"create"} 
[2026-07-27 17:34:36] production.INFO: [BlastCreate] sending create template request to Meta {"slug":"zespri_rubyred_winner_blast_winner_message","locale":"en","payload":{"allow_category_change":false,"category":"MARKETING","name":"zespri_rubyred_winner_blast_winner_message","language":"en","components":[{"type":"BODY","text":"Hey {{1}}, congratulations! 🎉

You’ve been selected as a winner for this week’s Zespri RubyRed contest and won a limited edition Zespri Kiwisister 🥝

Please submit your address here: {{2}}

⚠️ If your address is not submitted within 7 working days, your reward may be forfeited.","example":{"body_text":[["Sample","Sample"]]}}]}} 
[2026-07-27 17:34:38] production.INFO: [BlastCreate] Meta create template response {"slug":"zespri_rubyred_winner_blast_winner_message","locale":"en","response":{"error":{"message":"Invalid parameter","type":"OAuthException","code":100,"error_subcode":2388024,"is_transient":false,"error_user_title":"Content in this language already exists","error_user_msg":"There is already English content for this template. You can create a new template and try again.","fbtrace_id":"AILvG6n6BvL3R7AeNtyEQ4f"}}} 
[2026-07-27 17:34:38] production.INFO: [BlastCreate] template already exists on Meta — syncing id and switching to update {"slug":"zespri_rubyred_winner_blast_winner_message","locale":"en"} 
[2026-07-27 17:34:38] production.INFO: [BlastCreate] Meta update template response {"slug":"zespri_redruby_receipt_success_message_with_a_game_link","locale":"en","response":{"success":true,"id":"1020579407340150","name":"zespri_redruby_receipt_success_message_with_a_game_link_v3","category":"MARKETING"}} 
[2026-07-27 17:34:38] production.INFO: [BlastCreate] BlastBiSyncJob done {"template_id":80725,"wa_displayed_status":"pending"} 
[2026-07-27 17:34:38] production.INFO: [BlastCreate] Meta content compare {"slug":"zespri_rubyred_winner_blast_winner_message","locale":"en","template_id":"925548636854557","matched":true,"live_signature":{"BODY":"Hey {{1}}, congratulations! 🎉 You’ve been selected as a winner for this week’s Zespri RubyRed contest and won a limited edition Zespri Kiwisister 🥝 Please submit your address here: {{2}} ⚠️ If your address is not submitted within 7 working days, your reward may be forfeited."},"new_signature":{"BODY":"Hey {{1}}, congratulations! 🎉 You’ve been selected as a winner for this week’s Zespri RubyRed contest and won a limited edition Zespri Kiwisister 🥝 Please submit your address here: {{2}} ⚠️ If your address is not submitted within 7 working days, your reward may be forfeited."}} 
[2026-07-27 17:34:38] production.INFO: [BlastCreate] BlastBiSyncJob done {"template_id":80757,"wa_displayed_status":"approved"} 
[2026-07-27 17:34:38] production.INFO: [BlastCreate] BlastBiSyncJob handling {"template_id":80758,"slug":"royal_umbrella_recipe_blast1","channel_id":21,"action":"create"} 
[2026-07-27 17:34:38] production.INFO: [BlastCreate] sending create template request to Meta {"slug":"royal_umbrella_recipe_blast1","locale":"en","payload":{"allow_category_change":false,"category":"MARKETING","name":"royal_umbrella_recipe_blast1","language":"en","components":[{"type":"BODY","text":"🍚✨ Discover Delicious Ways to Enjoy Royal Umbrella Rice! ✨🍚

Looking to elevate your everyday meals? Get inspired with a variety of easy and mouthwatering recipes you can create with Royal Umbrella rice 🍴

From comforting classics to exciting new dishes, there’s something for everyone to try at home.

👉 Explore recipes here: https://www.royalumbrellasg.com/recipes

Bring out the best in every meal with Royal Umbrella — premium quality rice for every occasion 🌾💛"}]}} 
[2026-07-27 17:34:40] production.INFO: [BlastCreate] Meta create template response {"slug":"royal_umbrella_recipe_blast1","locale":"en","response":{"error":{"message":"Invalid parameter","type":"OAuthException","code":100,"error_subcode":2388024,"is_transient":false,"error_user_title":"Content in this language already exists","error_user_msg":"There is already English content for this template. You can create a new template and try again.","fbtrace_id":"AIduomb8-sxSxCNYvMDc3dD"}}} 
[2026-07-27 17:34:40] production.INFO: [BlastCreate] template already exists on Meta — syncing id and switching to update {"slug":"royal_umbrella_recipe_blast1","locale":"en"} 
[2026-07-27 17:34:40] production.INFO: [BlastCreate] Meta content compare {"slug":"royal_umbrella_recipe_blast1","locale":"en","template_id":"956286900113088","matched":true,"live_signature":{"BODY":"🍚✨ Discover Delicious Ways to Enjoy Royal Umbrella Rice! ✨🍚 Looking to elevate your everyday meals? Get inspired with a variety of easy and mouthwatering recipes you can create with Royal Umbrella rice 🍴 From comforting classics to exciting new dishes, there’s something for everyone to try at home. 👉 Explore recipes here: https://www.royalumbrellasg.com/recipes Bring out the best in every meal with Royal Umbrella — premium quality rice for every occasion 🌾💛"},"new_signature":{"BODY":"🍚✨ Discover Delicious Ways to Enjoy Royal Umbrella Rice! ✨🍚 Looking to elevate your everyday meals? Get inspired with a variety of easy and mouthwatering recipes you can create with Royal Umbrella rice 🍴 From comforting classics to exciting new dishes, there’s something for everyone to try at home. 👉 Explore recipes here: https://www.royalumbrellasg.com/recipes Bring out the best in every meal with Royal Umbrella — premium quality rice for every occasion 🌾💛"}} 
[2026-07-27 17:34:40] production.INFO: [BlastCreate] BlastBiSyncJob done {"template_id":80758,"wa_displayed_status":"approved"} 
[2026-07-27 17:34:40] production.INFO: [BlastCreate] BlastBiSyncJob handling {"template_id":80759,"slug":"perennial_happenings_blast2","channel_id":21,"action":"create"} 
[2026-07-27 17:34:40] production.INFO: [BlastCreate] sending create template request to Meta {"slug":"perennial_happenings_blast2","locale":"en","payload":{"allow_category_change":false,"category":"MARKETING","name":"perennial_happenings_blast2","language":"en","components":[{"type":"BODY","text":"🎉 Here are the latest upcoming events and happenings at Perennial malls:

Capitol Singapore
https://capitolsingapore.com/happening/
Chinatown Point
https://chinatownpoint.com.sg/whats-on
CHIJMES
https://chijmes.com.sg/happenings/

Feel free to explore each page for the newest promotions, dining deals, live events, and seasonal activities happening across the malls."}]}} 
[2026-07-27 17:34:42] production.INFO: [BlastCreate] Meta create template response {"slug":"perennial_happenings_blast2","locale":"en","response":{"error":{"message":"Invalid parameter","type":"OAuthException","code":100,"error_subcode":2388024,"is_transient":false,"error_user_title":"Content in this language already exists","error_user_msg":"There is already English content for this template. You can create a new template and try again.","fbtrace_id":"Akoe2RbFJ2xYUkVujTWqh4T"}}} 
[2026-07-27 17:34:42] production.INFO: [BlastCreate] template already exists on Meta — syncing id and switching to update {"slug":"perennial_happenings_blast2","locale":"en"} 
[2026-07-27 17:34:43] production.INFO: [BlastCreate] Meta content compare {"slug":"perennial_happenings_blast2","locale":"en","template_id":"1687126865760212","matched":true,"live_signature":{"BODY":"🎉 Here are the latest upcoming events and happenings at Perennial malls: Capitol Singapore https://capitolsingapore.com/happening/ Chinatown Point https://chinatownpoint.com.sg/whats-on CHIJMES https://chijmes.com.sg/happenings/ Feel free to explore each page for the newest promotions, dining deals, live events, and seasonal activities happening across the malls."},"new_signature":{"BODY":"🎉 Here are the latest upcoming events and happenings at Perennial malls: Capitol Singapore https://capitolsingapore.com/happening/ Chinatown Point https://chinatownpoint.com.sg/whats-on CHIJMES https://chijmes.com.sg/happenings/ Feel free to explore each page for the newest promotions, dining deals, live events, and seasonal activities happening across the malls."}} 
[2026-07-27 17:34:43] production.INFO: [BlastCreate] BlastBiSyncJob done {"template_id":80759,"wa_displayed_status":"approved"} 
[2026-07-27 17:34:43] production.INFO: [BlastCreate] BlastBiSyncJob handling {"template_id":80760,"slug":"zespri_redruby_letstestroyal_umbrella","channel_id":21,"action":"create"} 
[2026-07-27 17:34:43] production.INFO: [BlastCreate] uploading template media to Meta {"slug":"zespri_redruby_letstestroyal_umbrella","image_url":"https://pr-one-wa.growthdesk.dev/storage/channel/21/images/a98f8ed0-3ba8-4bd7-9b90-5a3a6abdf430-1-6a3a3745b1470.png","media_type":"image"} 
[2026-07-27 17:34:44] production.INFO: [BlastCreate] template media upload result {"slug":"zespri_redruby_letstestroyal_umbrella","handle":"4:YTk4ZjhlZDAtM2JhOC00YmQ3LTliOTAtNWEzYTZhYmRmNDMwLTEtNmEzYTM3NDViMTQ3MC5wbmc=:aW1hZ2UvanBlZw==:ARbBn8ZjfSOJWEoqfNYTFLtBW7qDbPUTyv7cULi8TkPvE7xxtxX0T6q0xhbU-j388xo4xf1MTUMCKEcXAA2qaGVFvs2KI-sxCLTYn5Q9V7ca5g:e:1785490484:1215422496645258:100084204499950:ARbJMuSKoTEOOT2-Dc8"} 
[2026-07-27 17:34:44] production.INFO: [BlastCreate] sending create template request to Meta {"slug":"zespri_redruby_letstestroyal_umbrella","locale":"en","payload":{"allow_category_change":false,"category":"MARKETING","name":"zespri_redruby_letstestroyal_umbrella","language":"en","components":[{"type":"BODY","text":"ROYAL UMBRELLA FOR ZESPRI IS BACK! 🎉

WIN $5 VOUCHERS BY SPENDING $10 ON ROYAL UMBRELLA"},{"type":"BUTTONS","buttons":[{"type":"QUICK_REPLY","text":"I'm coming!"},{"type":"QUICK_REPLY","text":"I can't make it!"}]},{"type":"HEADER","format":"IMAGE","example":{"header_handle":["4:YTk4ZjhlZDAtM2JhOC00YmQ3LTliOTAtNWEzYTZhYmRmNDMwLTEtNmEzYTM3NDViMTQ3MC5wbmc=:aW1hZ2UvanBlZw==:ARbBn8ZjfSOJWEoqfNYTFLtBW7qDbPUTyv7cULi8TkPvE7xxtxX0T6q0xhbU-j388xo4xf1MTUMCKEcXAA2qaGVFvs2KI-sxCLTYn5Q9V7ca5g:e:1785490484:1215422496645258:100084204499950:ARbJMuSKoTEOOT2-Dc8"]}}]}} 
[2026-07-27 17:34:45] production.INFO: [BlastCreate] Meta create template response {"slug":"zespri_redruby_letstestroyal_umbrella","locale":"en","response":{"error":{"message":"Invalid parameter","type":"OAuthException","code":100,"error_subcode":2388024,"is_transient":false,"error_user_title":"Content in this language already exists","error_user_msg":"There is already English content for this template. You can create a new template and try again.","fbtrace_id":"AIETIfsBC_31fkK57pP7Irv"}}} 
[2026-07-27 17:34:45] production.INFO: [BlastCreate] template already exists on Meta — syncing id and switching to update {"slug":"zespri_redruby_letstestroyal_umbrella","locale":"en"} 
[2026-07-27 17:34:46] production.INFO: [BlastCreate] uploading template media to Meta {"slug":"zespri_redruby_letstestroyal_umbrella","image_url":"https://pr-one-wa.growthdesk.dev/storage/channel/21/images/a98f8ed0-3ba8-4bd7-9b90-5a3a6abdf430-1-6a3a3745b1470.png","media_type":"image"} 
[2026-07-27 17:34:46] production.INFO: [BlastCreate] BlastBiSyncJob handling {"template_id":80761,"slug":"zespri_redruby_no_name_1782207410596_dev_test","channel_id":21,"action":"create"} 
[2026-07-27 17:34:46] production.INFO: [BlastCreate] uploading template media to Meta {"slug":"zespri_redruby_no_name_1782207410596_dev_test","image_url":"https://pr-one-wa.growthdesk.dev/storage/channel/21/images/ff-woay-wa-image-6a3a53c2990e4.png","media_type":"image"} 
[2026-07-27 17:34:47] production.INFO: [BlastCreate] template media upload result {"slug":"zespri_redruby_letstestroyal_umbrella","handle":"4:YTk4ZjhlZDAtM2JhOC00YmQ3LTliOTAtNWEzYTZhYmRmNDMwLTEtNmEzYTM3NDViMTQ3MC5wbmc=:aW1hZ2UvanBlZw==:ARZ1-IROM2JUfixqMoiw4D0rES2a4GA1Fv6w_sh4o9Mitnwgvx-IAInH9ieL6diZTBB8Rh-WdGKH7uOFiXSO6qyAFX5eEoN93ykJ9rKs1JPgrQ:e:1785490487:1215422496645258:100084204499950:ARaIbuYWa9G_XZVnS8A"} 
[2026-07-27 17:34:47] production.INFO: [BlastCreate] Meta content compare {"slug":"zespri_redruby_letstestroyal_umbrella","locale":"en","template_id":"2226096374848911","matched":true,"live_signature":{"BODY":"ROYAL UMBRELLA FOR ZESPRI IS BACK! 🎉 WIN $5 VOUCHERS BY SPENDING $10 ON ROYAL UMBRELLA","BUTTONS":[{"type":"QUICK_REPLY","text":"I'm coming!"},{"type":"QUICK_REPLY","text":"I can't make it!"}],"HEADER":"IMAGE"},"new_signature":{"BODY":"ROYAL UMBRELLA FOR ZESPRI IS BACK! 🎉 WIN $5 VOUCHERS BY SPENDING $10 ON ROYAL UMBRELLA","BUTTONS":[{"type":"QUICK_REPLY","text":"I'm coming!"},{"type":"QUICK_REPLY","text":"I can't make it!"}],"HEADER":"IMAGE"}} 
[2026-07-27 17:34:47] production.INFO: [BlastCreate] BlastBiSyncJob done {"template_id":80760,"wa_displayed_status":"approved"} 
[2026-07-27 17:34:48] production.INFO: [BlastCreate] template media upload result {"slug":"zespri_redruby_no_name_1782207410596_dev_test","handle":"4:ZmYtd29heS13YS1pbWFnZS02YTNhNTNjMjk5MGU0LnBuZw==:aW1hZ2UvanBlZw==:ARbHfwXQ_1P6TfldPwldpv8dTG2Dd9nLUcyg0RflqqtZOSsV5Lq-7qSV7ZszsckSZj6TT5KKTve0-S6VPoZLv_b1L_kzBqioWeGYmW0ksk88-g:e:1785490487:1215422496645258:100084204499950:ARYTs-Dm11gKY2GjIC8"} 
[2026-07-27 17:34:48] production.INFO: [BlastCreate] sending create template request to Meta {"slug":"zespri_redruby_no_name_1782207410596_dev_test","locale":"en","payload":{"allow_category_change":false,"category":"MARKETING","name":"zespri_redruby_no_name_1782207410596_dev_test","language":"en","components":[{"type":"BODY","text":"ROYAL UMBRELLA FOR ZESPRI IS BACK! 🎉

WIN $5 VOUCHERS BY SPENDING $10 ON ROYAL UMBRELLA"},{"type":"BUTTONS","buttons":[{"type":"QUICK_REPLY","text":"Upload Receipt"}]},{"type":"HEADER","format":"IMAGE","example":{"header_handle":["4:ZmYtd29heS13YS1pbWFnZS02YTNhNTNjMjk5MGU0LnBuZw==:aW1hZ2UvanBlZw==:ARbHfwXQ_1P6TfldPwldpv8dTG2Dd9nLUcyg0RflqqtZOSsV5Lq-7qSV7ZszsckSZj6TT5KKTve0-S6VPoZLv_b1L_kzBqioWeGYmW0ksk88-g:e:1785490487:1215422496645258:100084204499950:ARYTs-Dm11gKY2GjIC8"]}}]}} 
[2026-07-27 17:34:49] production.INFO: [BlastCreate] Meta create template response {"slug":"zespri_redruby_no_name_1782207410596_dev_test","locale":"en","response":{"error":{"message":"Invalid parameter","type":"OAuthException","code":100,"error_subcode":2388024,"is_transient":false,"error_user_title":"Content in this language already exists","error_user_msg":"There is already English content for this template. You can create a new template and try again.","fbtrace_id":"A8lbRAPQblw3Klh0cCn6sZl"}}} 
[2026-07-27 17:34:49] production.INFO: [BlastCreate] template already exists on Meta — syncing id and switching to update {"slug":"zespri_redruby_no_name_1782207410596_dev_test","locale":"en"} 
[2026-07-27 17:34:50] production.INFO: [BlastCreate] uploading template media to Meta {"slug":"zespri_redruby_no_name_1782207410596_dev_test","image_url":"https://pr-one-wa.growthdesk.dev/storage/channel/21/images/ff-woay-wa-image-6a3a53c2990e4.png","media_type":"image"} 
[2026-07-27 17:34:51] production.INFO: [BlastCreate] template media upload result {"slug":"zespri_redruby_no_name_1782207410596_dev_test","handle":"4:ZmYtd29heS13YS1pbWFnZS02YTNhNTNjMjk5MGU0LnBuZw==:aW1hZ2UvanBlZw==:ARacTmDRq3E4FEXjBHIwfk43JiKYBo-pEySZA0Eg8NeijznH1oggZkKuuisA_YTpix3z-Cuas75Qj2r96unhIDt4AYFtkR-Y4ck09XxOTuRM9A:e:1785490490:1215422496645258:100084204499950:ARYcPvrIiJDtW3PV_ws"} 
[2026-07-27 17:34:51] production.INFO: [BlastCreate] BlastBiSyncJob handling {"template_id":80762,"slug":"zespri_redruby_with_app_id","channel_id":21,"action":"create"} 
[2026-07-27 17:34:51] production.INFO: [BlastCreate] uploading template media to Meta {"slug":"zespri_redruby_with_app_id","image_url":"https://pr-one-wa.growthdesk.dev/storage/channel/21/images/ff-woay-wa-image-6a3a5a2859506.png","media_type":"image"} 
[2026-07-27 17:34:51] production.INFO: [BlastCreate] Meta content compare {"slug":"zespri_redruby_no_name_1782207410596_dev_test","locale":"en","template_id":"1006704818987579","matched":true,"live_signature":{"BODY":"ROYAL UMBRELLA FOR ZESPRI IS BACK! 🎉 WIN $5 VOUCHERS BY SPENDING $10 ON ROYAL UMBRELLA","BUTTONS":[{"type":"QUICK_REPLY","text":"Upload Receipt"}],"HEADER":"IMAGE"},"new_signature":{"BODY":"ROYAL UMBRELLA FOR ZESPRI IS BACK! 🎉 WIN $5 VOUCHERS BY SPENDING $10 ON ROYAL UMBRELLA","BUTTONS":[{"type":"QUICK_REPLY","text":"Upload Receipt"}],"HEADER":"IMAGE"}} 
[2026-07-27 17:34:51] production.INFO: [BlastCreate] BlastBiSyncJob done {"template_id":80761,"wa_displayed_status":"approved"} 
[2026-07-27 17:34:52] production.INFO: [BlastCreate] template media upload result {"slug":"zespri_redruby_with_app_id","handle":"4:ZmYtd29heS13YS1pbWFnZS02YTNhNWEyODU5NTA2LnBuZw==:aW1hZ2UvanBlZw==:ARZDapTTsoGUkzW85rY9CPlnFOA7bAshN3QwuhdcI0-_lGNPMZ95tnyknALq6ULsQR9A81d3mgRgB-Xf_rRw0D8rZf96s2UqpqNJ5NjvxykDVw:e:1785490491:1215422496645258:100084204499950:ARZdcNAmkFv5EFF5izc"} 
[2026-07-27 17:34:52] production.INFO: [BlastCreate] sending create template request to Meta {"slug":"zespri_redruby_with_app_id","locale":"en","payload":{"allow_category_change":false,"category":"MARKETING","name":"zespri_redruby_with_app_id","language":"en","components":[{"type":"BODY","text":"SAmple content {{1}}
Thanks","example":{"body_text":[["wilson"]]}},{"type":"BUTTONS","buttons":[{"type":"QUICK_REPLY","text":"Ok"}]},{"type":"HEADER","format":"IMAGE","example":{"header_handle":["4:ZmYtd29heS13YS1pbWFnZS02YTNhNWEyODU5NTA2LnBuZw==:aW1hZ2UvanBlZw==:ARZDapTTsoGUkzW85rY9CPlnFOA7bAshN3QwuhdcI0-_lGNPMZ95tnyknALq6ULsQR9A81d3mgRgB-Xf_rRw0D8rZf96s2UqpqNJ5NjvxykDVw:e:1785490491:1215422496645258:100084204499950:ARZdcNAmkFv5EFF5izc"]}}]}} 
[2026-07-27 17:34:54] production.INFO: [BlastCreate] Meta create template response {"slug":"zespri_redruby_with_app_id","locale":"en","response":{"error":{"message":"Invalid parameter","type":"OAuthException","code":100,"error_subcode":2388024,"is_transient":false,"error_user_title":"Content in this language already exists","error_user_msg":"There is already English content for this template. You can create a new template and try again.","fbtrace_id":"AkGz1XKFlVZ74a07AWrtwYY"}}} 
[2026-07-27 17:34:54] production.INFO: [BlastCreate] template already exists on Meta — syncing id and switching to update {"slug":"zespri_redruby_with_app_id","locale":"en"} 
[2026-07-27 17:34:54] production.INFO: [BlastCreate] uploading template media to Meta {"slug":"zespri_redruby_with_app_id","image_url":"https://pr-one-wa.growthdesk.dev/storage/channel/21/images/ff-woay-wa-image-6a3a5a2859506.png","media_type":"image"} 
[2026-07-27 17:34:55] production.INFO: [BlastCreate] BlastBiSyncJob handling {"template_id":80763,"slug":"zespri_redruby_perennial_screeningtest","channel_id":21,"action":"create"} 
[2026-07-27 17:34:55] production.INFO: [BlastCreate] sending create template request to Meta {"slug":"zespri_redruby_perennial_screeningtest","locale":"en","payload":{"allow_category_change":false,"category":"MARKETING","name":"zespri_redruby_perennial_screeningtest","language":"en","components":[{"type":"BODY","text":"⚽ LIVE Football Screening at Chinatown Point! 🏆

The knockout stage is here! Catch all the football action LIVE with fellow fans at Chinatown Point and soak in the matchday atmosphere.

📍 Chinatown Point
🍻 Great food, drinks & matchday vibes await!

While you're there, don't forget to join Perennial Football Fever:
⚽ Spend $40 in a day and earn 1 Match & Win chance + 1 Grand Draw chance!
🎁 Win instant dining and shopping vouchers from participating tenants.

See you at Chinatown Point for the beautiful game! 🙌"}]}} 
[2026-07-27 17:34:55] production.INFO: [BlastCreate] template media upload result {"slug":"zespri_redruby_with_app_id","handle":"4:ZmYtd29heS13YS1pbWFnZS02YTNhNWEyODU5NTA2LnBuZw==:aW1hZ2UvanBlZw==:ARbE3W_iD5-0Q7ioR86yDUB-HGBpFy0zfFx0Q81hSlf5O4LIuMTiSjNYeawn6GwNjk5fNPKvhZjrdiTR2igbISIfWEFcA165pNmOgomIepUlkQ:e:1785490495:1215422496645258:100084204499950:ARZ4I0DVp3mRSUyobRw"} 
[2026-07-27 17:34:55] production.INFO: [BlastCreate] Meta content compare {"slug":"zespri_redruby_with_app_id","locale":"en","template_id":"2827550234281291","matched":true,"live_signature":{"BODY":"SAmple content {{1}} Thanks","BUTTONS":[{"type":"QUICK_REPLY","text":"Ok"}],"HEADER":"IMAGE"},"new_signature":{"BODY":"SAmple content {{1}} Thanks","BUTTONS":[{"type":"QUICK_REPLY","text":"Ok"}],"HEADER":"IMAGE"}} 
[2026-07-27 17:34:55] production.INFO: [BlastCreate] BlastBiSyncJob done {"template_id":80762,"wa_displayed_status":"approved"} 
[2026-07-27 17:34:56] production.INFO: [BlastCreate] Meta create template response {"slug":"zespri_redruby_perennial_screeningtest","locale":"en","response":{"error":{"message":"Invalid parameter","type":"OAuthException","code":100,"error_subcode":2388024,"is_transient":false,"error_user_title":"Content in this language already exists","error_user_msg":"There is already English content for this template. You can create a new template and try again.","fbtrace_id":"AA9jGmggkgRlOnoD_3Uq187"}}} 
[2026-07-27 17:34:56] production.INFO: [BlastCreate] template already exists on Meta — syncing id and switching to update {"slug":"zespri_redruby_perennial_screeningtest","locale":"en"} 
[2026-07-27 17:34:57] production.INFO: [BlastCreate] Meta content compare {"slug":"zespri_redruby_perennial_screeningtest","locale":"en","template_id":"1396784649218923","matched":true,"live_signature":{"BODY":"⚽ LIVE Football Screening at Chinatown Point! 🏆 The knockout stage is here! Catch all the football action LIVE with fellow fans at Chinatown Point and soak in the matchday atmosphere. 📍 Chinatown Point 🍻 Great food, drinks & matchday vibes await! While you're there, don't forget to join Perennial Football Fever: ⚽ Spend $40 in a day and earn 1 Match & Win chance + 1 Grand Draw chance! 🎁 Win instant dining and shopping vouchers from participating tenants. See you at Chinatown Point for the beautiful game! 🙌"},"new_signature":{"BODY":"⚽ LIVE Football Screening at Chinatown Point! 🏆 The knockout stage is here! Catch all the football action LIVE with fellow fans at Chinatown Point and soak in the matchday atmosphere. 📍 Chinatown Point 🍻 Great food, drinks & matchday vibes await! While you're there, don't forget to join Perennial Football Fever: ⚽ Spend $40 in a day and earn 1 Match & Win chance + 1 Grand Draw chance! 🎁 Win instant dining and shopping vouchers from participating tenants. See you at Chinatown Point for the beautiful game! 🙌"}} 
[2026-07-27 17:34:57] production.INFO: [BlastCreate] BlastBiSyncJob done {"template_id":80763,"wa_displayed_status":"approved"} 
[2026-07-27 17:35:41] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.39","payload_size":681} 
[2026-07-27 17:35:41] 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.HBgKNjU4NTQwMjA5MBUCABEYEjk1QkE3N0Y0QTk2RTE2OTIwQwA=',
                  'status' => 'read',
                  'timestamp' => '1785144938',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '671220cc0d436cb248313f014e35ebf7',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:35:41] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:35:41] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:35:41] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:35:41] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:35:41] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:35:41] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:35:41] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.2","payload_size":681} 
[2026-07-27 17:35:41] 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.HBgKNjU4NTQwMjA5MBUCABEYEkI1QUI4RTMyQjg2MDg3RTg0NwA=',
                  'status' => 'read',
                  'timestamp' => '1785144938',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '01e22ca5aeb3821f80abb4f68b9df4a0',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:35:41] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:35:41] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:35:41] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:35:41] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:35:41] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:35:42] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:36:33] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.19","payload_size":389} 
[2026-07-27 17:36:33] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'time' => 1785144993,
        'changes' => 
        array (
          0 => 
          array (
            'field' => 'message_template_status_update',
            'value' => 
            array (
              'event' => 'APPROVED',
              'message_template_id' => 1020579407340150,
              'message_template_name' => 'zespri_redruby_receipt_success_message_with_a_game_link_v3',
              'message_template_language' => 'en',
              'reason' => 'NONE',
              'message_template_category' => 'MARKETING',
            ),
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:36:33] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:36:33] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"message_template_status_update","has_value":true} 
[2026-07-27 17:36:33] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"message_template_status_update"} 
[2026-07-27 17:36:33] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:36:33] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:36:33] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:36:33] production.INFO: [WEBHOOK] message_template_status_update {"name":"zespri_redruby_receipt_success_message_with_a_game_link_v3","template_id":1020579407340150,"event":"APPROVED","reason":"NONE"} 
[2026-07-27 17:36:33] production.WARNING: [WEBHOOK] template_status_update: template not found {"channel_id":21,"wa_tpl_name":"zespri_redruby_receipt_success_message_with_a_game_link_v3","wa_tpl_id":1020579407340150,"status":"approved"} 
[2026-07-27 17:36:36] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"66.220.149.8","payload_size":374} 
[2026-07-27 17:36:36] production.INFO: array (
  'payload_callback' => 
  array (
    'object' => 'whatsapp_business_account',
    'entry' => 
    array (
      0 => 
      array (
        'id' => '4139233843069234',
        'time' => 1785144995,
        'changes' => 
        array (
          0 => 
          array (
            'field' => 'message_template_status_update',
            'value' => 
            array (
              'event' => 'APPROVED',
              'message_template_id' => 1412159047445509,
              'message_template_name' => 'zespri_redruby_receipt_rejection_message_v2',
              'message_template_language' => 'en',
              'reason' => 'NONE',
              'message_template_category' => 'MARKETING',
            ),
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:36:36] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:36:36] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"message_template_status_update","has_value":true} 
[2026-07-27 17:36:36] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"message_template_status_update"} 
[2026-07-27 17:36:36] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:36:36] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:36:36] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:36:36] production.INFO: [WEBHOOK] message_template_status_update {"name":"zespri_redruby_receipt_rejection_message_v2","template_id":1412159047445509,"event":"APPROVED","reason":"NONE"} 
[2026-07-27 17:36:36] production.INFO: [WEBHOOK] template status updated {"template_id":80723,"slug":"zespri_redruby_receipt_rejection_message_v2","locale":"en","status":"approved","wa_displayed_status":"approved"} 
[2026-07-27 17:36:37] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.14","payload_size":621} 
[2026-07-27 17:36:37] 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.HBgKNjU4NTQwMjA5MBUCABIYFDNBQkVBMjk1QTQyRjk0NENFMzA5AA==',
                  'timestamp' => '1785144995',
                  'text' => 
                  array (
                    'body' => 'Hey! I\'d love to participate in Carlsberg Buy, Spin & Sure-Win Program to win AWESOME rewards!',
                  ),
                  'type' => 'text',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:36:37] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:36:37] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:36:37] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:36:37] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:36:37] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:36:37] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:36:37] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 17:36:37] production.INFO: Created new recipient {"user_id":"SG.4534979083488404","wa_id":"present","username":null,"matched_by":"new_record"} 
[2026-07-27 17:36:37] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48840,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 17:36:37] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBQkVBMjk1QTQyRjk0NENFMzA5AA==","message_type":"text","from":"6585402090","timestamp":"1785144995"} 
[2026-07-27 17:36:37] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"text"} 
[2026-07-27 17:36:37] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"Hey! I'd love to participate in Carlsberg Buy, Spin & Sure-Win Program to win AWESOME rewards!"} 
[2026-07-27 17:36:38] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":false,"last_node_id":null,"has_node_data":false} 
[2026-07-27 17:36:38] production.INFO: [WORKFLOW_FIND] Starting workflow search {"wa_type":"text","text":"Hey! I'd love to participate in Carlsberg Buy, Spin & Sure-Win Program to win AWESOME rewards!","recipient_id":48840,"session_id":371164} 
[2026-07-27 17:36:38] production.INFO: [WORKFLOW_FIND] Workflow search result {"workflow_found":true,"workflow_id":18267,"workflow_name":"Zespri RedRuby Default Check Standard Onboarded User"} 
[2026-07-27 17:36:38] production.INFO: [REPLY_BY_LAST_NODE] Got first node from workflow {"workflow_id":18267,"first_node_id":126067,"node_type":"condition"} 
[2026-07-27 17:36:38] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":126067,"node_type":"condition"} 
[2026-07-27 17:36:38] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126067,"node_type":"condition","has_node_data":true,"wf_redirect":null} 
[2026-07-27 17:36:38] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126067,"endpoint":126069} 
[2026-07-27 17:36:38] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126064,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-27 17:36:38] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80719,"template_slug":"zespri_redruby_detault_opt_in_message","template_type":"button_reply","node_id":126064,"recipient_identifier":"6585402090"} 
[2026-07-27 17:36:38] production.INFO: [BSUID] Sending message {"template_id":80719,"template_slug":"zespri_redruby_detault_opt_in_message","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-27 17:36:39] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-27 17:36:41] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.20","payload_size":717} 
[2026-07-27 17:36:41] 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.HBgKNjU4NTQwMjA5MBUCABEYEjUzMUQzQkM1RjA0QTdFMDBCRAA=',
                  'status' => 'sent',
                  'timestamp' => '1785145000',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '2a602186ca28a2642495f9c3a1c8155d',
                    'expiration_timestamp' => '1785145000',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:36:41] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:36:41] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:36:41] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:36:41] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:36:41] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:36:41] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:36:42] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.7","payload_size":686} 
[2026-07-27 17:36:42] 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.HBgKNjU4NTQwMjA5MBUCABEYEjUzMUQzQkM1RjA0QTdFMDBCRAA=',
                  'status' => 'delivered',
                  'timestamp' => '1785145001',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '2a602186ca28a2642495f9c3a1c8155d',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:36:42] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:36:42] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:36:42] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:36:42] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:36:42] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:36:42] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:36:42] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.113","payload_size":681} 
[2026-07-27 17:36:42] 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.HBgKNjU4NTQwMjA5MBUCABEYEjUzMUQzQkM1RjA0QTdFMDBCRAA=',
                  'status' => 'read',
                  'timestamp' => '1785145001',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '2a602186ca28a2642495f9c3a1c8155d',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:36:42] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:36:42] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:36:42] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:36:42] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:36:42] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:36:42] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:36:42] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.3","payload_size":686} 
[2026-07-27 17:36:42] 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.HBgKNjU4NTQwMjA5MBUCABEYEjUzMUQzQkM1RjA0QTdFMDBCRAA=',
                  'status' => 'delivered',
                  'timestamp' => '1785145001',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '2a602186ca28a2642495f9c3a1c8155d',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:36:42] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:36:42] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:36:42] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:36:42] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:36:42] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:36:42] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:36:44] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.21","payload_size":704} 
[2026-07-27 17:36: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' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6588940902',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjUzMUQzQkM1RjA0QTdFMDBCRAA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBMjREREY2Q0E3MkFEQzc2N0NFAA==',
                  'timestamp' => '1785145002',
                  'type' => 'interactive',
                  'interactive' => 
                  array (
                    'type' => 'button_reply',
                    'button_reply' => 
                    array (
                      'id' => '1',
                      'title' => 'YES (Click Here)',
                    ),
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:36:44] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:36:44] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:36:44] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:36:44] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:36:44] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:36:44] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:36:44] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 17:36:44] production.INFO: Found existing recipient {"recipient_id":48840,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 17:36:44] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48840,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 17:36:44] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBMjREREY2Q0E3MkFEQzc2N0NFAA==","message_type":"interactive","from":"6585402090","timestamp":"1785145002"} 
[2026-07-27 17:36:44] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"interactive"} 
[2026-07-27 17:36:44] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"YES (Click Here)"} 
[2026-07-27 17:36:45] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":true,"last_node_id":126064,"has_node_data":false} 
[2026-07-27 17:36:45] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":126064,"node_type":"msg-template"} 
[2026-07-27 17:36:45] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126064,"node_type":"msg-template","has_node_data":false,"wf_redirect":null} 
[2026-07-27 17:36:45] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126064,"endpoint":"1"} 
[2026-07-27 17:36:45] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126073,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-27 17:36:46] production.ERROR: cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z  
[2026-07-27 17:36:46] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126073,"node_type":"integration","has_node_data":false,"wf_redirect":true} 
[2026-07-27 17:36:46] production.ERROR: cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z  
[2026-07-27 17:36:46] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126073,"endpoint":null} 
[2026-07-27 17:36:46] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126074,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action"]} 
[2026-07-27 17:36:46] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80720,"template_slug":"zespri_redruby_default_q_name","template_type":"default_q_name","node_id":126074,"recipient_identifier":"6585402090"} 
[2026-07-27 17:36:46] production.INFO: [BSUID] Sending message {"template_id":80720,"template_slug":"zespri_redruby_default_q_name","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-27 17:36:47] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-27 17:36:48] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.6","payload_size":717} 
[2026-07-27 17:36:48] 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.HBgKNjU4NTQwMjA5MBUCABEYEkEyMTBGN0E1RTMwQTQ1MTUxMQA=',
                  'status' => 'sent',
                  'timestamp' => '1785145007',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '5472edefae16bab01b236f9cc73f30e7',
                    'expiration_timestamp' => '1785145007',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:36:48] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:36:48] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:36:48] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:36:48] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:36:48] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:36:48] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:36:49] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.7","payload_size":686} 
[2026-07-27 17:36: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' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkEyMTBGN0E1RTMwQTQ1MTUxMQA=',
                  'status' => 'delivered',
                  'timestamp' => '1785145007',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '5472edefae16bab01b236f9cc73f30e7',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:36:49] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:36:49] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:36:49] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:36:49] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:36:49] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:36:49] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:36:49] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.1","payload_size":686} 
[2026-07-27 17:36: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' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkEyMTBGN0E1RTMwQTQ1MTUxMQA=',
                  'status' => 'delivered',
                  'timestamp' => '1785145008',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '5472edefae16bab01b236f9cc73f30e7',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:36:49] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:36:49] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:36:49] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:36:49] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:36:49] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:36:49] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:36:49] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.29","payload_size":681} 
[2026-07-27 17:36: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' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkEyMTBGN0E1RTMwQTQ1MTUxMQA=',
                  'status' => 'read',
                  'timestamp' => '1785145008',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '5472edefae16bab01b236f9cc73f30e7',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:36:49] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:36:49] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:36:49] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:36:49] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:36:49] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:36:49] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:36:51] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.23","payload_size":531} 
[2026-07-27 17:36:51] 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.HBgKNjU4NTQwMjA5MBUCABIYFDNBRkNFNTY2NzZGQkEwQUE1MjQ2AA==',
                  'timestamp' => '1785145010',
                  'text' => 
                  array (
                    'body' => 'Evan',
                  ),
                  'type' => 'text',
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:36:51] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:36:51] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:36:51] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:36:51] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:36:51] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:36:51] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:36:51] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 17:36:51] production.INFO: Found existing recipient {"recipient_id":48840,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 17:36:51] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48840,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 17:36:51] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBRkNFNTY2NzZGQkEwQUE1MjQ2AA==","message_type":"text","from":"6585402090","timestamp":"1785145010"} 
[2026-07-27 17:36:51] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"text"} 
[2026-07-27 17:36:51] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"Evan"} 
[2026-07-27 17:36:52] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":true,"last_node_id":126074,"has_node_data":false} 
[2026-07-27 17:36:52] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":126074,"node_type":"msg-template"} 
[2026-07-27 17:36:52] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126074,"node_type":"msg-template","has_node_data":false,"wf_redirect":null} 
[2026-07-27 17:36:52] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126074,"endpoint":null} 
[2026-07-27 17:36:52] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126075,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action"]} 
[2026-07-27 17:36:52] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126075,"node_type":"integration","has_node_data":false,"wf_redirect":null} 
[2026-07-27 17:36:52] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126075,"endpoint":null} 
[2026-07-27 17:36:52] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126076,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action"]} 
[2026-07-27 17:36:52] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80750,"template_slug":"zespri_redruby_no_name_1781763475116","template_type":"text","node_id":126076,"recipient_identifier":"6585402090"} 
[2026-07-27 17:36:52] production.INFO: [BSUID] Sending message {"template_id":80750,"template_slug":"zespri_redruby_no_name_1781763475116","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-27 17:36:53] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126076,"node_type":"msg-template","has_node_data":false,"wf_redirect":null} 
[2026-07-27 17:36:53] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126076,"endpoint":null} 
[2026-07-27 17:36:53] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126077,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action"]} 
[2026-07-27 17:36:53] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126077,"node_type":"set-variables","has_node_data":false,"wf_redirect":null} 
[2026-07-27 17:36:53] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126077,"endpoint":null} 
[2026-07-27 17:36:54] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126147,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-27 17:36:54] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80749,"template_slug":"zespri_redruby_no_name_1781593397962","template_type":"list_reply","node_id":126147,"recipient_identifier":"6585402090"} 
[2026-07-27 17:36:54] production.INFO: [BSUID] Sending message {"template_id":80749,"template_slug":"zespri_redruby_no_name_1781593397962","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-27 17:36:54] production.ERROR: cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev","ip":"127.0.0.1"},"exception":"[object] (Illuminate\\Http\\Client\\ConnectionException(code: 0): cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php:711)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Support/helpers.php(234): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(1)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(713): retry(0, Object(Closure), 100, NULL)
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(596): Illuminate\\Http\\Client\\PendingRequest->send('POST', 'https://carlsbe...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(90): Illuminate\\Http\\Client\\PendingRequest->post('https://carlsbe...', Array)
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(47): App\\Jobs\\Integration\\BaseIntegration->executeAPI('https://carlsbe...', 'POST', Array, Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegrationWithChatSession.php(50): App\\Jobs\\Integration\\BaseIntegration->execRequest(Array, Object(App\\Models\\Channels), Array)
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/ProcessIntegration.php(152): App\\Jobs\\Integration\\BaseIntegrationWithChatSession->exec(Array, Object(App\\Models\\WorkflowNodes), Object(App\\Models\\RecipientChatSessions), NULL, Array)
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\Integration\\ProcessIntegration->handle()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#10 /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))
#11 /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)
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(128): Illuminate\\Container\\Container->call(Array)
#13 /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))
#14 /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))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(132): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#16 /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)
#17 /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))
#18 /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))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(122): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#20 /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))
#21 /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)
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()
#23 /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))
#24 /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))
#25 /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))
#26 /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...')
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#30 /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))
#31 /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)
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)
#33 /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))
#34 /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))
#35 /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))
#36 /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))
#37 /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))
#38 /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))
#39 /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))
#40 /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))
#41 {main}

[previous exception] [object] (GuzzleHttp\\Exception\\ConnectException(code: 0): cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:277)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(207): GuzzleHttp\\Handler\\CurlFactory::createRejection(Object(GuzzleHttp\\Handler\\EasyHandle), Array)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(159): GuzzleHttp\\Handler\\CurlFactory::finishError(Object(GuzzleHttp\\Handler\\CurlHandler), Object(GuzzleHttp\\Handler\\EasyHandle), Object(GuzzleHttp\\Handler\\CurlFactory))
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(47): GuzzleHttp\\Handler\\CurlFactory::finish(Object(GuzzleHttp\\Handler\\CurlHandler), Object(GuzzleHttp\\Handler\\EasyHandle), Object(GuzzleHttp\\Handler\\CurlFactory))
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleHttp\\Handler\\CurlHandler->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(945): GuzzleHttp\\Handler\\Proxy::GuzzleHttp\\Handler\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(915): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(901): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php(64): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Middleware.php(38): GuzzleHttp\\PrepareBodyMiddleware->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php(71): GuzzleHttp\\Middleware::GuzzleHttp\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Middleware.php(63): GuzzleHttp\\RedirectMiddleware->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/HandlerStack.php(75): GuzzleHttp\\Middleware::GuzzleHttp\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(333): GuzzleHttp\\HandlerStack->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(169): GuzzleHttp\\Client->transfer(Object(GuzzleHttp\\Psr7\\Request), Array)
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(189): GuzzleHttp\\Client->requestAsync('POST', Object(GuzzleHttp\\Psr7\\Uri), Array)
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(768): GuzzleHttp\\Client->request('POST', 'https://carlsbe...', Array)
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(699): Illuminate\\Http\\Client\\PendingRequest->sendRequest('POST', 'https://carlsbe...', Array)
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Support/helpers.php(234): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(1)
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(713): retry(0, Object(Closure), 100, NULL)
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(596): Illuminate\\Http\\Client\\PendingRequest->send('POST', 'https://carlsbe...', Array)
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(90): Illuminate\\Http\\Client\\PendingRequest->post('https://carlsbe...', Array)
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(47): App\\Jobs\\Integration\\BaseIntegration->executeAPI('https://carlsbe...', 'POST', Array, Array)
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegrationWithChatSession.php(50): App\\Jobs\\Integration\\BaseIntegration->execRequest(Array, Object(App\\Models\\Channels), Array)
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/ProcessIntegration.php(152): App\\Jobs\\Integration\\BaseIntegrationWithChatSession->exec(Array, Object(App\\Models\\WorkflowNodes), Object(App\\Models\\RecipientChatSessions), NULL, Array)
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\Integration\\ProcessIntegration->handle()
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#27 /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))
#28 /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)
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(128): Illuminate\\Container\\Container->call(Array)
#30 /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))
#31 /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))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(132): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#33 /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)
#34 /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))
#35 /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))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(122): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#37 /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))
#38 /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)
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()
#40 /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))
#41 /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))
#42 /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))
#43 /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...')
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#47 /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))
#48 /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)
#49 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)
#50 /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))
#51 /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))
#52 /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))
#53 /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))
#54 /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))
#55 /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))
#56 /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))
#57 /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))
#58 {main}
"} 
[2026-07-27 17:36:54] production.ERROR: cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev","ip":"127.0.0.1"},"exception":"[object] (Illuminate\\Http\\Client\\ConnectionException(code: 0): cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php:711)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Support/helpers.php(234): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(1)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(713): retry(0, Object(Closure), 100, NULL)
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(596): Illuminate\\Http\\Client\\PendingRequest->send('POST', 'https://carlsbe...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(90): Illuminate\\Http\\Client\\PendingRequest->post('https://carlsbe...', Array)
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(47): App\\Jobs\\Integration\\BaseIntegration->executeAPI('https://carlsbe...', 'POST', Array, Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegrationWithChatSession.php(50): App\\Jobs\\Integration\\BaseIntegration->execRequest(Array, Object(App\\Models\\Channels), Array)
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/ProcessIntegration.php(152): App\\Jobs\\Integration\\BaseIntegrationWithChatSession->exec(Array, Object(App\\Models\\WorkflowNodes), Object(App\\Models\\RecipientChatSessions), NULL, Array)
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\Integration\\ProcessIntegration->handle()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#10 /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))
#11 /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)
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(128): Illuminate\\Container\\Container->call(Array)
#13 /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))
#14 /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))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(132): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#16 /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)
#17 /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))
#18 /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))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(122): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#20 /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))
#21 /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)
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()
#23 /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))
#24 /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))
#25 /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))
#26 /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...')
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#30 /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))
#31 /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)
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)
#33 /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))
#34 /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))
#35 /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))
#36 /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))
#37 /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))
#38 /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))
#39 /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))
#40 /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))
#41 {main}

[previous exception] [object] (GuzzleHttp\\Exception\\ConnectException(code: 0): cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:277)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(207): GuzzleHttp\\Handler\\CurlFactory::createRejection(Object(GuzzleHttp\\Handler\\EasyHandle), Array)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(159): GuzzleHttp\\Handler\\CurlFactory::finishError(Object(GuzzleHttp\\Handler\\CurlHandler), Object(GuzzleHttp\\Handler\\EasyHandle), Object(GuzzleHttp\\Handler\\CurlFactory))
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(47): GuzzleHttp\\Handler\\CurlFactory::finish(Object(GuzzleHttp\\Handler\\CurlHandler), Object(GuzzleHttp\\Handler\\EasyHandle), Object(GuzzleHttp\\Handler\\CurlFactory))
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleHttp\\Handler\\CurlHandler->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(945): GuzzleHttp\\Handler\\Proxy::GuzzleHttp\\Handler\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(915): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(901): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php(64): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Middleware.php(38): GuzzleHttp\\PrepareBodyMiddleware->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php(71): GuzzleHttp\\Middleware::GuzzleHttp\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Middleware.php(63): GuzzleHttp\\RedirectMiddleware->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/HandlerStack.php(75): GuzzleHttp\\Middleware::GuzzleHttp\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(333): GuzzleHttp\\HandlerStack->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(169): GuzzleHttp\\Client->transfer(Object(GuzzleHttp\\Psr7\\Request), Array)
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(189): GuzzleHttp\\Client->requestAsync('POST', Object(GuzzleHttp\\Psr7\\Uri), Array)
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(768): GuzzleHttp\\Client->request('POST', 'https://carlsbe...', Array)
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(699): Illuminate\\Http\\Client\\PendingRequest->sendRequest('POST', 'https://carlsbe...', Array)
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Support/helpers.php(234): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(1)
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(713): retry(0, Object(Closure), 100, NULL)
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(596): Illuminate\\Http\\Client\\PendingRequest->send('POST', 'https://carlsbe...', Array)
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(90): Illuminate\\Http\\Client\\PendingRequest->post('https://carlsbe...', Array)
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(47): App\\Jobs\\Integration\\BaseIntegration->executeAPI('https://carlsbe...', 'POST', Array, Array)
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegrationWithChatSession.php(50): App\\Jobs\\Integration\\BaseIntegration->execRequest(Array, Object(App\\Models\\Channels), Array)
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/ProcessIntegration.php(152): App\\Jobs\\Integration\\BaseIntegrationWithChatSession->exec(Array, Object(App\\Models\\WorkflowNodes), Object(App\\Models\\RecipientChatSessions), NULL, Array)
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\Integration\\ProcessIntegration->handle()
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#27 /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))
#28 /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)
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(128): Illuminate\\Container\\Container->call(Array)
#30 /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))
#31 /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))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(132): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#33 /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)
#34 /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))
#35 /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))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(122): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#37 /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))
#38 /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)
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()
#40 /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))
#41 /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))
#42 /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))
#43 /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...')
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#47 /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))
#48 /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)
#49 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)
#50 /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))
#51 /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))
#52 /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))
#53 /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))
#54 /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))
#55 /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))
#56 /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))
#57 /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))
#58 {main}
"} 
[2026-07-27 17:36:54] production.ERROR: cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev","ip":"127.0.0.1"},"exception":"[object] (Illuminate\\Http\\Client\\ConnectionException(code: 0): cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php:711)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Support/helpers.php(234): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(1)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(713): retry(0, Object(Closure), 100, NULL)
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(596): Illuminate\\Http\\Client\\PendingRequest->send('POST', 'https://carlsbe...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(90): Illuminate\\Http\\Client\\PendingRequest->post('https://carlsbe...', Array)
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(47): App\\Jobs\\Integration\\BaseIntegration->executeAPI('https://carlsbe...', 'POST', Array, Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegrationWithChatSession.php(50): App\\Jobs\\Integration\\BaseIntegration->execRequest(Array, Object(App\\Models\\Channels), Array)
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/ProcessIntegration.php(152): App\\Jobs\\Integration\\BaseIntegrationWithChatSession->exec(Array, Object(App\\Models\\WorkflowNodes), Object(App\\Models\\RecipientChatSessions), NULL, Array)
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\Integration\\ProcessIntegration->handle()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#10 /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))
#11 /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)
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(128): Illuminate\\Container\\Container->call(Array)
#13 /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))
#14 /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))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(132): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#16 /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)
#17 /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))
#18 /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))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(122): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#20 /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))
#21 /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)
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()
#23 /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))
#24 /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))
#25 /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))
#26 /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...')
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#30 /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))
#31 /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)
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)
#33 /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))
#34 /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))
#35 /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))
#36 /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))
#37 /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))
#38 /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))
#39 /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))
#40 /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))
#41 {main}

[previous exception] [object] (GuzzleHttp\\Exception\\ConnectException(code: 0): cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:277)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(207): GuzzleHttp\\Handler\\CurlFactory::createRejection(Object(GuzzleHttp\\Handler\\EasyHandle), Array)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(159): GuzzleHttp\\Handler\\CurlFactory::finishError(Object(GuzzleHttp\\Handler\\CurlHandler), Object(GuzzleHttp\\Handler\\EasyHandle), Object(GuzzleHttp\\Handler\\CurlFactory))
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(47): GuzzleHttp\\Handler\\CurlFactory::finish(Object(GuzzleHttp\\Handler\\CurlHandler), Object(GuzzleHttp\\Handler\\EasyHandle), Object(GuzzleHttp\\Handler\\CurlFactory))
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleHttp\\Handler\\CurlHandler->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(945): GuzzleHttp\\Handler\\Proxy::GuzzleHttp\\Handler\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(915): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(901): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php(64): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Middleware.php(38): GuzzleHttp\\PrepareBodyMiddleware->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php(71): GuzzleHttp\\Middleware::GuzzleHttp\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Middleware.php(63): GuzzleHttp\\RedirectMiddleware->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/HandlerStack.php(75): GuzzleHttp\\Middleware::GuzzleHttp\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(333): GuzzleHttp\\HandlerStack->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(169): GuzzleHttp\\Client->transfer(Object(GuzzleHttp\\Psr7\\Request), Array)
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(189): GuzzleHttp\\Client->requestAsync('POST', Object(GuzzleHttp\\Psr7\\Uri), Array)
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(768): GuzzleHttp\\Client->request('POST', 'https://carlsbe...', Array)
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(699): Illuminate\\Http\\Client\\PendingRequest->sendRequest('POST', 'https://carlsbe...', Array)
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Support/helpers.php(234): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(1)
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(713): retry(0, Object(Closure), 100, NULL)
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(596): Illuminate\\Http\\Client\\PendingRequest->send('POST', 'https://carlsbe...', Array)
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(90): Illuminate\\Http\\Client\\PendingRequest->post('https://carlsbe...', Array)
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(47): App\\Jobs\\Integration\\BaseIntegration->executeAPI('https://carlsbe...', 'POST', Array, Array)
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegrationWithChatSession.php(50): App\\Jobs\\Integration\\BaseIntegration->execRequest(Array, Object(App\\Models\\Channels), Array)
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/ProcessIntegration.php(152): App\\Jobs\\Integration\\BaseIntegrationWithChatSession->exec(Array, Object(App\\Models\\WorkflowNodes), Object(App\\Models\\RecipientChatSessions), NULL, Array)
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\Integration\\ProcessIntegration->handle()
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#27 /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))
#28 /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)
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(128): Illuminate\\Container\\Container->call(Array)
#30 /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))
#31 /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))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(132): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#33 /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)
#34 /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))
#35 /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))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(122): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#37 /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))
#38 /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)
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()
#40 /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))
#41 /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))
#42 /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))
#43 /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...')
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#47 /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))
#48 /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)
#49 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)
#50 /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))
#51 /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))
#52 /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))
#53 /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))
#54 /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))
#55 /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))
#56 /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))
#57 /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))
#58 {main}
"} 
[2026-07-27 17:36:54] production.ERROR: cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev","ip":"127.0.0.1"},"exception":"[object] (Illuminate\\Http\\Client\\ConnectionException(code: 0): cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php:711)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Support/helpers.php(234): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(1)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(713): retry(0, Object(Closure), 100, NULL)
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(596): Illuminate\\Http\\Client\\PendingRequest->send('POST', 'https://carlsbe...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(90): Illuminate\\Http\\Client\\PendingRequest->post('https://carlsbe...', Array)
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(47): App\\Jobs\\Integration\\BaseIntegration->executeAPI('https://carlsbe...', 'POST', Array, Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegrationWithChatSession.php(50): App\\Jobs\\Integration\\BaseIntegration->execRequest(Array, Object(App\\Models\\Channels), Array)
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/ProcessIntegration.php(152): App\\Jobs\\Integration\\BaseIntegrationWithChatSession->exec(Array, Object(App\\Models\\WorkflowNodes), Object(App\\Models\\RecipientChatSessions), NULL, Array)
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\Integration\\ProcessIntegration->handle()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#10 /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))
#11 /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)
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(128): Illuminate\\Container\\Container->call(Array)
#13 /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))
#14 /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))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(132): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#16 /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)
#17 /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))
#18 /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))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(122): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#20 /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))
#21 /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)
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()
#23 /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))
#24 /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))
#25 /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))
#26 /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...')
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#30 /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))
#31 /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)
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)
#33 /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))
#34 /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))
#35 /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))
#36 /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))
#37 /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))
#38 /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))
#39 /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))
#40 /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))
#41 {main}

[previous exception] [object] (GuzzleHttp\\Exception\\ConnectException(code: 0): cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:277)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(207): GuzzleHttp\\Handler\\CurlFactory::createRejection(Object(GuzzleHttp\\Handler\\EasyHandle), Array)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(159): GuzzleHttp\\Handler\\CurlFactory::finishError(Object(GuzzleHttp\\Handler\\CurlHandler), Object(GuzzleHttp\\Handler\\EasyHandle), Object(GuzzleHttp\\Handler\\CurlFactory))
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(47): GuzzleHttp\\Handler\\CurlFactory::finish(Object(GuzzleHttp\\Handler\\CurlHandler), Object(GuzzleHttp\\Handler\\EasyHandle), Object(GuzzleHttp\\Handler\\CurlFactory))
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleHttp\\Handler\\CurlHandler->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(945): GuzzleHttp\\Handler\\Proxy::GuzzleHttp\\Handler\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(915): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(901): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php(64): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Middleware.php(38): GuzzleHttp\\PrepareBodyMiddleware->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php(71): GuzzleHttp\\Middleware::GuzzleHttp\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Middleware.php(63): GuzzleHttp\\RedirectMiddleware->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/HandlerStack.php(75): GuzzleHttp\\Middleware::GuzzleHttp\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(333): GuzzleHttp\\HandlerStack->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(169): GuzzleHttp\\Client->transfer(Object(GuzzleHttp\\Psr7\\Request), Array)
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(189): GuzzleHttp\\Client->requestAsync('POST', Object(GuzzleHttp\\Psr7\\Uri), Array)
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(768): GuzzleHttp\\Client->request('POST', 'https://carlsbe...', Array)
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(699): Illuminate\\Http\\Client\\PendingRequest->sendRequest('POST', 'https://carlsbe...', Array)
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Support/helpers.php(234): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(1)
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(713): retry(0, Object(Closure), 100, NULL)
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(596): Illuminate\\Http\\Client\\PendingRequest->send('POST', 'https://carlsbe...', Array)
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(90): Illuminate\\Http\\Client\\PendingRequest->post('https://carlsbe...', Array)
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(47): App\\Jobs\\Integration\\BaseIntegration->executeAPI('https://carlsbe...', 'POST', Array, Array)
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegrationWithChatSession.php(50): App\\Jobs\\Integration\\BaseIntegration->execRequest(Array, Object(App\\Models\\Channels), Array)
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/ProcessIntegration.php(152): App\\Jobs\\Integration\\BaseIntegrationWithChatSession->exec(Array, Object(App\\Models\\WorkflowNodes), Object(App\\Models\\RecipientChatSessions), NULL, Array)
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\Integration\\ProcessIntegration->handle()
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#27 /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))
#28 /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)
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(128): Illuminate\\Container\\Container->call(Array)
#30 /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))
#31 /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))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(132): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#33 /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)
#34 /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))
#35 /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))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(122): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#37 /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))
#38 /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)
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()
#40 /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))
#41 /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))
#42 /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))
#43 /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...')
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#47 /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))
#48 /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)
#49 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)
#50 /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))
#51 /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))
#52 /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))
#53 /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))
#54 /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))
#55 /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))
#56 /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))
#57 /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))
#58 {main}
"} 
[2026-07-27 17:36:54] production.ERROR: cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev","ip":"127.0.0.1"},"exception":"[object] (Illuminate\\Http\\Client\\ConnectionException(code: 0): cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php:711)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Support/helpers.php(234): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(1)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(713): retry(0, Object(Closure), 100, NULL)
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(596): Illuminate\\Http\\Client\\PendingRequest->send('POST', 'https://carlsbe...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(90): Illuminate\\Http\\Client\\PendingRequest->post('https://carlsbe...', Array)
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(47): App\\Jobs\\Integration\\BaseIntegration->executeAPI('https://carlsbe...', 'POST', Array, Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegrationWithChatSession.php(50): App\\Jobs\\Integration\\BaseIntegration->execRequest(Array, Object(App\\Models\\Channels), Array)
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/ProcessIntegration.php(152): App\\Jobs\\Integration\\BaseIntegrationWithChatSession->exec(Array, Object(App\\Models\\WorkflowNodes), Object(App\\Models\\RecipientChatSessions), NULL, Array)
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\Integration\\ProcessIntegration->handle()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#10 /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))
#11 /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)
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(128): Illuminate\\Container\\Container->call(Array)
#13 /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))
#14 /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))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(132): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#16 /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)
#17 /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))
#18 /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))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(122): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#20 /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))
#21 /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)
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()
#23 /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))
#24 /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))
#25 /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))
#26 /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...')
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#30 /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))
#31 /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)
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)
#33 /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))
#34 /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))
#35 /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))
#36 /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))
#37 /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))
#38 /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))
#39 /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))
#40 /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))
#41 {main}

[previous exception] [object] (GuzzleHttp\\Exception\\ConnectException(code: 0): cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:277)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(207): GuzzleHttp\\Handler\\CurlFactory::createRejection(Object(GuzzleHttp\\Handler\\EasyHandle), Array)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(159): GuzzleHttp\\Handler\\CurlFactory::finishError(Object(GuzzleHttp\\Handler\\CurlHandler), Object(GuzzleHttp\\Handler\\EasyHandle), Object(GuzzleHttp\\Handler\\CurlFactory))
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(47): GuzzleHttp\\Handler\\CurlFactory::finish(Object(GuzzleHttp\\Handler\\CurlHandler), Object(GuzzleHttp\\Handler\\EasyHandle), Object(GuzzleHttp\\Handler\\CurlFactory))
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleHttp\\Handler\\CurlHandler->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(945): GuzzleHttp\\Handler\\Proxy::GuzzleHttp\\Handler\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(915): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(901): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php(64): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Middleware.php(38): GuzzleHttp\\PrepareBodyMiddleware->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php(71): GuzzleHttp\\Middleware::GuzzleHttp\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Middleware.php(63): GuzzleHttp\\RedirectMiddleware->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/HandlerStack.php(75): GuzzleHttp\\Middleware::GuzzleHttp\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(333): GuzzleHttp\\HandlerStack->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(169): GuzzleHttp\\Client->transfer(Object(GuzzleHttp\\Psr7\\Request), Array)
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(189): GuzzleHttp\\Client->requestAsync('POST', Object(GuzzleHttp\\Psr7\\Uri), Array)
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(768): GuzzleHttp\\Client->request('POST', 'https://carlsbe...', Array)
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(699): Illuminate\\Http\\Client\\PendingRequest->sendRequest('POST', 'https://carlsbe...', Array)
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Support/helpers.php(234): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(1)
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(713): retry(0, Object(Closure), 100, NULL)
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(596): Illuminate\\Http\\Client\\PendingRequest->send('POST', 'https://carlsbe...', Array)
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(90): Illuminate\\Http\\Client\\PendingRequest->post('https://carlsbe...', Array)
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(47): App\\Jobs\\Integration\\BaseIntegration->executeAPI('https://carlsbe...', 'POST', Array, Array)
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegrationWithChatSession.php(50): App\\Jobs\\Integration\\BaseIntegration->execRequest(Array, Object(App\\Models\\Channels), Array)
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/ProcessIntegration.php(152): App\\Jobs\\Integration\\BaseIntegrationWithChatSession->exec(Array, Object(App\\Models\\WorkflowNodes), Object(App\\Models\\RecipientChatSessions), NULL, Array)
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\Integration\\ProcessIntegration->handle()
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#27 /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))
#28 /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)
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(128): Illuminate\\Container\\Container->call(Array)
#30 /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))
#31 /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))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(132): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#33 /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)
#34 /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))
#35 /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))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(122): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#37 /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))
#38 /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)
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()
#40 /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))
#41 /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))
#42 /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))
#43 /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...')
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#47 /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))
#48 /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)
#49 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)
#50 /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))
#51 /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))
#52 /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))
#53 /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))
#54 /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))
#55 /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))
#56 /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))
#57 /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))
#58 {main}
"} 
[2026-07-27 17:36:55] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.5","payload_size":717} 
[2026-07-27 17:36:55] 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.HBgKNjU4NTQwMjA5MBUCABEYEjkwMTU0Nzk0MjFDOEREQzdGRAA=',
                  'status' => 'sent',
                  'timestamp' => '1785145013',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '34874ae99f8d762d2b09684c33e83016',
                    'expiration_timestamp' => '1785145013',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:36:55] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:36:55] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:36:55] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:36:55] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:36:55] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:36:55] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-27 17:36:55] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:36:55] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.9","payload_size":686} 
[2026-07-27 17:36:55] 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.HBgKNjU4NTQwMjA5MBUCABEYEjkwMTU0Nzk0MjFDOEREQzdGRAA=',
                  'status' => 'delivered',
                  'timestamp' => '1785145014',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '34874ae99f8d762d2b09684c33e83016',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:36:55] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:36:55] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:36:55] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:36:55] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:36:55] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:36:55] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:36:55] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.7","payload_size":681} 
[2026-07-27 17:36:55] 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.HBgKNjU4NTQwMjA5MBUCABEYEjkwMTU0Nzk0MjFDOEREQzdGRAA=',
                  'status' => 'read',
                  'timestamp' => '1785145014',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '34874ae99f8d762d2b09684c33e83016',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:36:55] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:36:55] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:36:55] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:36:55] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:36:55] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:36:55] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:36:56] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.27","payload_size":717} 
[2026-07-27 17:36:56] 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.HBgKNjU4NTQwMjA5MBUCABEYEjUwMEE4RjMwRDc0RjY4Mzc2OQA=',
                  'status' => 'sent',
                  'timestamp' => '1785145015',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '93e854455a98f75c4a1fe3481fc1e9da',
                    'expiration_timestamp' => '1785145015',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:36:56] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:36:56] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:36:56] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:36:56] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:36:56] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:36:56] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:36:57] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.31","payload_size":686} 
[2026-07-27 17:36:57] 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.HBgKNjU4NTQwMjA5MBUCABEYEjUwMEE4RjMwRDc0RjY4Mzc2OQA=',
                  'status' => 'delivered',
                  'timestamp' => '1785145015',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '93e854455a98f75c4a1fe3481fc1e9da',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:36:57] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:36:57] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:36:57] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:36:57] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:36:57] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:36:57] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:36:57] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.54","payload_size":681} 
[2026-07-27 17:36:57] 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.HBgKNjU4NTQwMjA5MBUCABEYEjUwMEE4RjMwRDc0RjY4Mzc2OQA=',
                  'status' => 'read',
                  'timestamp' => '1785145016',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '93e854455a98f75c4a1fe3481fc1e9da',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:36:57] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:36:57] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:36:57] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:36:57] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:36:57] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:36:57] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:37:01] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.79.6","payload_size":687} 
[2026-07-27 17:37:01] 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.HBgKNjU4NTQwMjA5MBUCABEYEjUwMEE4RjMwRDc0RjY4Mzc2OQA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBRDhFNjBFQ0MwOTg0RTlDREJFAA==',
                  'timestamp' => '1785145019',
                  'type' => 'interactive',
                  'interactive' => 
                  array (
                    'type' => 'list_reply',
                    'list_reply' => 
                    array (
                      'id' => '1',
                      'title' => 'Yes',
                    ),
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:37:01] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:37:01] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:37:01] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:37:01] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:37:01] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:37:01] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:37:01] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 17:37:01] production.INFO: Found existing recipient {"recipient_id":48840,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 17:37:01] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48840,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 17:37:01] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBRDhFNjBFQ0MwOTg0RTlDREJFAA==","message_type":"interactive","from":"6585402090","timestamp":"1785145019"} 
[2026-07-27 17:37:01] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"interactive"} 
[2026-07-27 17:37:01] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"Yes"} 
[2026-07-27 17:37:02] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":true,"last_node_id":126147,"has_node_data":false} 
[2026-07-27 17:37:02] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":126147,"node_type":"msg-template"} 
[2026-07-27 17:37:02] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126147,"node_type":"msg-template","has_node_data":false,"wf_redirect":null} 
[2026-07-27 17:37:02] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126147,"endpoint":"1"} 
[2026-07-27 17:37:02] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126102,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-27 17:37:02] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80747,"template_slug":"zespri_redruby_no_name_1781535357364","template_type":"text","node_id":126102,"recipient_identifier":"6585402090"} 
[2026-07-27 17:37:02] production.INFO: [BSUID] Sending message {"template_id":80747,"template_slug":"zespri_redruby_no_name_1781535357364","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-27 17:37:03] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126102,"node_type":"msg-template","has_node_data":false,"wf_redirect":true} 
[2026-07-27 17:37:03] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126102,"endpoint":null} 
[2026-07-27 17:37:04] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126103,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action"]} 
[2026-07-27 17:37:04] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80741,"template_slug":"zespri_redruby_brand_q","template_type":"list_reply","node_id":126103,"recipient_identifier":"6585402090"} 
[2026-07-27 17:37:04] production.INFO: [BSUID] Sending message {"template_id":80741,"template_slug":"zespri_redruby_brand_q","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-27 17:37:04] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-27 17:37:05] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.11","payload_size":717} 
[2026-07-27 17:37: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 (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkZDOTQ3NzkwQjExRkFGRTc0MQA=',
                  'status' => 'sent',
                  'timestamp' => '1785145023',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => 'e31e714c7a08b899ad33e4409dc17aab',
                    'expiration_timestamp' => '1785145023',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:37:05] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:37:05] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:37:05] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:37:05] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:37:05] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:37:05] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:37:05] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.6","payload_size":686} 
[2026-07-27 17:37: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 (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEkZDOTQ3NzkwQjExRkFGRTc0MQA=',
                  'status' => 'delivered',
                  'timestamp' => '1785145024',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => 'e31e714c7a08b899ad33e4409dc17aab',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:37:05] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:37:05] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:37:05] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:37:05] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:37:05] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:37:05] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:37:06] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.57","payload_size":717} 
[2026-07-27 17:37:06] 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.HBgKNjU4NTQwMjA5MBUCABEYEjIwM0Y1ODU5MkY5RTlGMzE5RgA=',
                  'status' => 'sent',
                  'timestamp' => '1785145025',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '19680396f21f2158f139f61ff6d82ad0',
                    'expiration_timestamp' => '1785145025',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:37:06] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:37:06] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:37:06] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:37:06] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:37:06] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:37:06] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:37:06] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.8","payload_size":681} 
[2026-07-27 17:37:06] 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.HBgKNjU4NTQwMjA5MBUCABEYEkZDOTQ3NzkwQjExRkFGRTc0MQA=',
                  'status' => 'read',
                  'timestamp' => '1785145024',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => 'e31e714c7a08b899ad33e4409dc17aab',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:37:06] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:37:06] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:37:06] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:37:06] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:37:06] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:37:06] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:37:06] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.5","payload_size":686} 
[2026-07-27 17:37:06] 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.HBgKNjU4NTQwMjA5MBUCABEYEjIwM0Y1ODU5MkY5RTlGMzE5RgA=',
                  'status' => 'delivered',
                  'timestamp' => '1785145025',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '19680396f21f2158f139f61ff6d82ad0',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:37:06] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:37:06] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:37:06] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:37:06] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:37:06] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:37:06] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:37:07] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.36","payload_size":681} 
[2026-07-27 17:37:07] 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.HBgKNjU4NTQwMjA5MBUCABEYEjIwM0Y1ODU5MkY5RTlGMzE5RgA=',
                  'status' => 'read',
                  'timestamp' => '1785145025',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '19680396f21f2158f139f61ff6d82ad0',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:37:07] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:37:07] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:37:07] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:37:07] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:37:07] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:37:07] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:37:10] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.3","payload_size":692} 
[2026-07-27 17:37:10] 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.HBgKNjU4NTQwMjA5MBUCABEYEjIwM0Y1ODU5MkY5RTlGMzE5RgA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBOTY4NkEwNjg3QzY1Q0YzNEM5AA==',
                  'timestamp' => '1785145029',
                  'type' => 'interactive',
                  'interactive' => 
                  array (
                    'type' => 'list_reply',
                    'list_reply' => 
                    array (
                      'id' => '6',
                      'title' => 'Heineken',
                    ),
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:37:10] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:37:10] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:37:10] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:37:10] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:37:10] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:37:10] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:37:10] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 17:37:10] production.INFO: Found existing recipient {"recipient_id":48840,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 17:37:10] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48840,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 17:37:10] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBOTY4NkEwNjg3QzY1Q0YzNEM5AA==","message_type":"interactive","from":"6585402090","timestamp":"1785145029"} 
[2026-07-27 17:37:10] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"interactive"} 
[2026-07-27 17:37:10] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"Heineken"} 
[2026-07-27 17:37:11] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":true,"last_node_id":126103,"has_node_data":false} 
[2026-07-27 17:37:11] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":126103,"node_type":"msg-template"} 
[2026-07-27 17:37:11] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126103,"node_type":"msg-template","has_node_data":false,"wf_redirect":null} 
[2026-07-27 17:37:11] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126103,"endpoint":"6"} 
[2026-07-27 17:37:11] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126114,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action"]} 
[2026-07-27 17:37:11] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80751,"template_slug":"zespri_redruby_copy_brand_q","template_type":"list_reply","node_id":126114,"recipient_identifier":"6585402090"} 
[2026-07-27 17:37:11] production.INFO: [BSUID] Sending message {"template_id":80751,"template_slug":"zespri_redruby_copy_brand_q","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-27 17:37:12] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-27 17:37:14] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.21","payload_size":717} 
[2026-07-27 17:37:14] 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.HBgKNjU4NTQwMjA5MBUCABEYEjNGMkVBRjBGOTMxQ0ExMTRDNgA=',
                  'status' => 'sent',
                  'timestamp' => '1785145032',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '285b330d73dac19796c53a7d052d42b9',
                    'expiration_timestamp' => '1785145032',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:37:14] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:37:14] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:37:14] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:37:14] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:37:14] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:37:14] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:37:14] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.115","payload_size":686} 
[2026-07-27 17:37:14] 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.HBgKNjU4NTQwMjA5MBUCABEYEjNGMkVBRjBGOTMxQ0ExMTRDNgA=',
                  'status' => 'delivered',
                  'timestamp' => '1785145033',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '285b330d73dac19796c53a7d052d42b9',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:37:14] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:37:14] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:37:14] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:37:14] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:37:14] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:37:14] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:37:14] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.30","payload_size":681} 
[2026-07-27 17:37:14] 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.HBgKNjU4NTQwMjA5MBUCABEYEjNGMkVBRjBGOTMxQ0ExMTRDNgA=',
                  'status' => 'read',
                  'timestamp' => '1785145033',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => '285b330d73dac19796c53a7d052d42b9',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:37:14] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:37:14] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:37:14] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:37:14] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:37:14] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:37:14] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:37:18] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.6","payload_size":692} 
[2026-07-27 17:37:18] 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.HBgKNjU4NTQwMjA5MBUCABEYEjNGMkVBRjBGOTMxQ0ExMTRDNgA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBODlEMUQxNjAwRUIzRURFOEU2AA==',
                  'timestamp' => '1785145036',
                  'type' => 'interactive',
                  'interactive' => 
                  array (
                    'type' => 'list_reply',
                    'list_reply' => 
                    array (
                      'id' => '6',
                      'title' => 'Heineken',
                    ),
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:37:18] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:37:18] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:37:18] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:37:18] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:37:18] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:37:18] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:37:18] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 17:37:18] production.INFO: Found existing recipient {"recipient_id":48840,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 17:37:18] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48840,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 17:37:18] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBODlEMUQxNjAwRUIzRURFOEU2AA==","message_type":"interactive","from":"6585402090","timestamp":"1785145036"} 
[2026-07-27 17:37:18] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"interactive"} 
[2026-07-27 17:37:18] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"Heineken"} 
[2026-07-27 17:37:19] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":true,"last_node_id":126114,"has_node_data":false} 
[2026-07-27 17:37:19] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":126114,"node_type":"msg-template"} 
[2026-07-27 17:37:19] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126114,"node_type":"msg-template","has_node_data":false,"wf_redirect":null} 
[2026-07-27 17:37:19] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126114,"endpoint":"6"} 
[2026-07-27 17:37:19] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126125,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action"]} 
[2026-07-27 17:37:19] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80752,"template_slug":"zespri_redruby_copy_copy_brand_q","template_type":"list_reply","node_id":126125,"recipient_identifier":"6585402090"} 
[2026-07-27 17:37:19] production.INFO: [BSUID] Sending message {"template_id":80752,"template_slug":"zespri_redruby_copy_copy_brand_q","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-27 17:37:20] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-27 17:37:21] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.21","payload_size":717} 
[2026-07-27 17:37: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 (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjBFQUIxQThGNUVFNTA1MkNCNQA=',
                  'status' => 'sent',
                  'timestamp' => '1785145040',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => 'f48c8ebff75a71a61e48282ee0d3e9a7',
                    'expiration_timestamp' => '1785145040',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:37:21] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:37:21] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:37:21] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:37:21] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:37:21] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:37:21] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:37:21] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.38","payload_size":686} 
[2026-07-27 17:37: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 (
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'statuses' => 
              array (
                0 => 
                array (
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjBFQUIxQThGNUVFNTA1MkNCNQA=',
                  'status' => 'delivered',
                  'timestamp' => '1785145040',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => 'f48c8ebff75a71a61e48282ee0d3e9a7',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:37:21] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:37:21] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:37:21] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:37:21] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:37:21] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:37:21] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:37:23] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.26","payload_size":681} 
[2026-07-27 17:37:23] 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.HBgKNjU4NTQwMjA5MBUCABEYEjBFQUIxQThGNUVFNTA1MkNCNQA=',
                  'status' => 'read',
                  'timestamp' => '1785145041',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => 'f48c8ebff75a71a61e48282ee0d3e9a7',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:37:23] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:37:23] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:37:23] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:37:23] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:37:23] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:37:23] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:37:27] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.5","payload_size":707} 
[2026-07-27 17:37: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' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6588940902',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjBFQUIxQThGNUVFNTA1MkNCNQA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBNzUwOUExQUY5NzQ1OTEzQjRFAA==',
                  'timestamp' => '1785145046',
                  'type' => 'interactive',
                  'interactive' => 
                  array (
                    'type' => 'list_reply',
                    'list_reply' => 
                    array (
                      'id' => '4',
                      'title' => 'Word of Mouth/Referral',
                    ),
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:37:27] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:37:27] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:37:27] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:37:27] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:37:27] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:37:27] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:37:27] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 17:37:27] production.INFO: Found existing recipient {"recipient_id":48840,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 17:37:27] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48840,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 17:37:27] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBNzUwOUExQUY5NzQ1OTEzQjRFAA==","message_type":"interactive","from":"6585402090","timestamp":"1785145046"} 
[2026-07-27 17:37:27] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"interactive"} 
[2026-07-27 17:37:27] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"Word of Mouth/Referral"} 
[2026-07-27 17:37:28] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":true,"last_node_id":126125,"has_node_data":false} 
[2026-07-27 17:37:28] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":126125,"node_type":"msg-template"} 
[2026-07-27 17:37:28] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126125,"node_type":"msg-template","has_node_data":false,"wf_redirect":null} 
[2026-07-27 17:37:28] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126125,"endpoint":"4"} 
[2026-07-27 17:37:28] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126134,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action"]} 
[2026-07-27 17:37:28] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126134,"node_type":"integration","has_node_data":false,"wf_redirect":null} 
[2026-07-27 17:37:28] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126134,"endpoint":null} 
[2026-07-27 17:37:29] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126136,"is_last_node":false,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-27 17:37:29] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80742,"template_slug":"zespri_redruby_no_name_1780380699892","template_type":"button_reply","node_id":126136,"recipient_identifier":"6585402090"} 
[2026-07-27 17:37:29] production.INFO: [BSUID] Sending message {"template_id":80742,"template_slug":"zespri_redruby_no_name_1780380699892","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-27 17:37:29] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-27 17:37:30] production.ERROR: cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev","ip":"127.0.0.1"},"exception":"[object] (Illuminate\\Http\\Client\\ConnectionException(code: 0): cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php:711)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Support/helpers.php(234): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(1)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(713): retry(0, Object(Closure), 100, NULL)
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(596): Illuminate\\Http\\Client\\PendingRequest->send('POST', 'https://carlsbe...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(90): Illuminate\\Http\\Client\\PendingRequest->post('https://carlsbe...', Array)
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(47): App\\Jobs\\Integration\\BaseIntegration->executeAPI('https://carlsbe...', 'POST', Array, Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegrationWithChatSession.php(50): App\\Jobs\\Integration\\BaseIntegration->execRequest(Array, Object(App\\Models\\Channels), Array)
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/ProcessIntegration.php(152): App\\Jobs\\Integration\\BaseIntegrationWithChatSession->exec(Array, Object(App\\Models\\WorkflowNodes), Object(App\\Models\\RecipientChatSessions), NULL, Array)
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\Integration\\ProcessIntegration->handle()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#10 /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))
#11 /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)
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(128): Illuminate\\Container\\Container->call(Array)
#13 /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))
#14 /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))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(132): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#16 /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)
#17 /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))
#18 /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))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(122): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#20 /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))
#21 /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)
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()
#23 /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))
#24 /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))
#25 /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))
#26 /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...')
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#30 /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))
#31 /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)
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)
#33 /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))
#34 /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))
#35 /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))
#36 /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))
#37 /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))
#38 /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))
#39 /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))
#40 /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))
#41 {main}

[previous exception] [object] (GuzzleHttp\\Exception\\ConnectException(code: 0): cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:277)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(207): GuzzleHttp\\Handler\\CurlFactory::createRejection(Object(GuzzleHttp\\Handler\\EasyHandle), Array)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(159): GuzzleHttp\\Handler\\CurlFactory::finishError(Object(GuzzleHttp\\Handler\\CurlHandler), Object(GuzzleHttp\\Handler\\EasyHandle), Object(GuzzleHttp\\Handler\\CurlFactory))
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(47): GuzzleHttp\\Handler\\CurlFactory::finish(Object(GuzzleHttp\\Handler\\CurlHandler), Object(GuzzleHttp\\Handler\\EasyHandle), Object(GuzzleHttp\\Handler\\CurlFactory))
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleHttp\\Handler\\CurlHandler->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(945): GuzzleHttp\\Handler\\Proxy::GuzzleHttp\\Handler\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(915): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(901): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php(64): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Middleware.php(38): GuzzleHttp\\PrepareBodyMiddleware->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php(71): GuzzleHttp\\Middleware::GuzzleHttp\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Middleware.php(63): GuzzleHttp\\RedirectMiddleware->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/HandlerStack.php(75): GuzzleHttp\\Middleware::GuzzleHttp\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(333): GuzzleHttp\\HandlerStack->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(169): GuzzleHttp\\Client->transfer(Object(GuzzleHttp\\Psr7\\Request), Array)
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(189): GuzzleHttp\\Client->requestAsync('POST', Object(GuzzleHttp\\Psr7\\Uri), Array)
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(768): GuzzleHttp\\Client->request('POST', 'https://carlsbe...', Array)
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(699): Illuminate\\Http\\Client\\PendingRequest->sendRequest('POST', 'https://carlsbe...', Array)
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Support/helpers.php(234): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(1)
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(713): retry(0, Object(Closure), 100, NULL)
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(596): Illuminate\\Http\\Client\\PendingRequest->send('POST', 'https://carlsbe...', Array)
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(90): Illuminate\\Http\\Client\\PendingRequest->post('https://carlsbe...', Array)
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(47): App\\Jobs\\Integration\\BaseIntegration->executeAPI('https://carlsbe...', 'POST', Array, Array)
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegrationWithChatSession.php(50): App\\Jobs\\Integration\\BaseIntegration->execRequest(Array, Object(App\\Models\\Channels), Array)
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/ProcessIntegration.php(152): App\\Jobs\\Integration\\BaseIntegrationWithChatSession->exec(Array, Object(App\\Models\\WorkflowNodes), Object(App\\Models\\RecipientChatSessions), NULL, Array)
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\Integration\\ProcessIntegration->handle()
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#27 /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))
#28 /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)
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(128): Illuminate\\Container\\Container->call(Array)
#30 /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))
#31 /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))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(132): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#33 /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)
#34 /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))
#35 /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))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(122): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#37 /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))
#38 /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)
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()
#40 /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))
#41 /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))
#42 /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))
#43 /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...')
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#47 /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))
#48 /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)
#49 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)
#50 /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))
#51 /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))
#52 /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))
#53 /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))
#54 /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))
#55 /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))
#56 /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))
#57 /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))
#58 {main}
"} 
[2026-07-27 17:37:30] production.ERROR: cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev","ip":"127.0.0.1"},"exception":"[object] (Illuminate\\Http\\Client\\ConnectionException(code: 0): cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php:711)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Support/helpers.php(234): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(1)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(713): retry(0, Object(Closure), 100, NULL)
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(596): Illuminate\\Http\\Client\\PendingRequest->send('POST', 'https://carlsbe...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(90): Illuminate\\Http\\Client\\PendingRequest->post('https://carlsbe...', Array)
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(47): App\\Jobs\\Integration\\BaseIntegration->executeAPI('https://carlsbe...', 'POST', Array, Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegrationWithChatSession.php(50): App\\Jobs\\Integration\\BaseIntegration->execRequest(Array, Object(App\\Models\\Channels), Array)
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/ProcessIntegration.php(152): App\\Jobs\\Integration\\BaseIntegrationWithChatSession->exec(Array, Object(App\\Models\\WorkflowNodes), Object(App\\Models\\RecipientChatSessions), NULL, Array)
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\Integration\\ProcessIntegration->handle()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#10 /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))
#11 /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)
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(128): Illuminate\\Container\\Container->call(Array)
#13 /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))
#14 /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))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(132): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#16 /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)
#17 /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))
#18 /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))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(122): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#20 /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))
#21 /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)
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()
#23 /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))
#24 /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))
#25 /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))
#26 /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...')
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#30 /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))
#31 /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)
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)
#33 /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))
#34 /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))
#35 /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))
#36 /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))
#37 /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))
#38 /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))
#39 /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))
#40 /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))
#41 {main}

[previous exception] [object] (GuzzleHttp\\Exception\\ConnectException(code: 0): cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:277)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(207): GuzzleHttp\\Handler\\CurlFactory::createRejection(Object(GuzzleHttp\\Handler\\EasyHandle), Array)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(159): GuzzleHttp\\Handler\\CurlFactory::finishError(Object(GuzzleHttp\\Handler\\CurlHandler), Object(GuzzleHttp\\Handler\\EasyHandle), Object(GuzzleHttp\\Handler\\CurlFactory))
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(47): GuzzleHttp\\Handler\\CurlFactory::finish(Object(GuzzleHttp\\Handler\\CurlHandler), Object(GuzzleHttp\\Handler\\EasyHandle), Object(GuzzleHttp\\Handler\\CurlFactory))
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleHttp\\Handler\\CurlHandler->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(945): GuzzleHttp\\Handler\\Proxy::GuzzleHttp\\Handler\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(915): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(901): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php(64): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Middleware.php(38): GuzzleHttp\\PrepareBodyMiddleware->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php(71): GuzzleHttp\\Middleware::GuzzleHttp\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Middleware.php(63): GuzzleHttp\\RedirectMiddleware->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/HandlerStack.php(75): GuzzleHttp\\Middleware::GuzzleHttp\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(333): GuzzleHttp\\HandlerStack->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(169): GuzzleHttp\\Client->transfer(Object(GuzzleHttp\\Psr7\\Request), Array)
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(189): GuzzleHttp\\Client->requestAsync('POST', Object(GuzzleHttp\\Psr7\\Uri), Array)
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(768): GuzzleHttp\\Client->request('POST', 'https://carlsbe...', Array)
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(699): Illuminate\\Http\\Client\\PendingRequest->sendRequest('POST', 'https://carlsbe...', Array)
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Support/helpers.php(234): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(1)
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(713): retry(0, Object(Closure), 100, NULL)
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(596): Illuminate\\Http\\Client\\PendingRequest->send('POST', 'https://carlsbe...', Array)
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(90): Illuminate\\Http\\Client\\PendingRequest->post('https://carlsbe...', Array)
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(47): App\\Jobs\\Integration\\BaseIntegration->executeAPI('https://carlsbe...', 'POST', Array, Array)
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegrationWithChatSession.php(50): App\\Jobs\\Integration\\BaseIntegration->execRequest(Array, Object(App\\Models\\Channels), Array)
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/ProcessIntegration.php(152): App\\Jobs\\Integration\\BaseIntegrationWithChatSession->exec(Array, Object(App\\Models\\WorkflowNodes), Object(App\\Models\\RecipientChatSessions), NULL, Array)
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\Integration\\ProcessIntegration->handle()
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#27 /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))
#28 /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)
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(128): Illuminate\\Container\\Container->call(Array)
#30 /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))
#31 /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))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(132): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#33 /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)
#34 /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))
#35 /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))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(122): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#37 /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))
#38 /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)
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()
#40 /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))
#41 /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))
#42 /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))
#43 /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...')
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#47 /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))
#48 /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)
#49 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)
#50 /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))
#51 /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))
#52 /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))
#53 /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))
#54 /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))
#55 /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))
#56 /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))
#57 /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))
#58 {main}
"} 
[2026-07-27 17:37:30] production.ERROR: cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev","ip":"127.0.0.1"},"exception":"[object] (Illuminate\\Http\\Client\\ConnectionException(code: 0): cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php:711)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Support/helpers.php(234): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(1)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(713): retry(0, Object(Closure), 100, NULL)
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(596): Illuminate\\Http\\Client\\PendingRequest->send('POST', 'https://carlsbe...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(90): Illuminate\\Http\\Client\\PendingRequest->post('https://carlsbe...', Array)
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(47): App\\Jobs\\Integration\\BaseIntegration->executeAPI('https://carlsbe...', 'POST', Array, Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegrationWithChatSession.php(50): App\\Jobs\\Integration\\BaseIntegration->execRequest(Array, Object(App\\Models\\Channels), Array)
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/ProcessIntegration.php(152): App\\Jobs\\Integration\\BaseIntegrationWithChatSession->exec(Array, Object(App\\Models\\WorkflowNodes), Object(App\\Models\\RecipientChatSessions), NULL, Array)
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\Integration\\ProcessIntegration->handle()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#10 /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))
#11 /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)
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(128): Illuminate\\Container\\Container->call(Array)
#13 /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))
#14 /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))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(132): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#16 /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)
#17 /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))
#18 /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))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(122): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#20 /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))
#21 /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)
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()
#23 /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))
#24 /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))
#25 /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))
#26 /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...')
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#30 /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))
#31 /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)
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)
#33 /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))
#34 /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))
#35 /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))
#36 /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))
#37 /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))
#38 /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))
#39 /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))
#40 /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))
#41 {main}

[previous exception] [object] (GuzzleHttp\\Exception\\ConnectException(code: 0): cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:277)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(207): GuzzleHttp\\Handler\\CurlFactory::createRejection(Object(GuzzleHttp\\Handler\\EasyHandle), Array)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(159): GuzzleHttp\\Handler\\CurlFactory::finishError(Object(GuzzleHttp\\Handler\\CurlHandler), Object(GuzzleHttp\\Handler\\EasyHandle), Object(GuzzleHttp\\Handler\\CurlFactory))
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(47): GuzzleHttp\\Handler\\CurlFactory::finish(Object(GuzzleHttp\\Handler\\CurlHandler), Object(GuzzleHttp\\Handler\\EasyHandle), Object(GuzzleHttp\\Handler\\CurlFactory))
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleHttp\\Handler\\CurlHandler->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(945): GuzzleHttp\\Handler\\Proxy::GuzzleHttp\\Handler\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(915): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(901): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php(64): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Middleware.php(38): GuzzleHttp\\PrepareBodyMiddleware->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php(71): GuzzleHttp\\Middleware::GuzzleHttp\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Middleware.php(63): GuzzleHttp\\RedirectMiddleware->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/HandlerStack.php(75): GuzzleHttp\\Middleware::GuzzleHttp\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(333): GuzzleHttp\\HandlerStack->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(169): GuzzleHttp\\Client->transfer(Object(GuzzleHttp\\Psr7\\Request), Array)
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(189): GuzzleHttp\\Client->requestAsync('POST', Object(GuzzleHttp\\Psr7\\Uri), Array)
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(768): GuzzleHttp\\Client->request('POST', 'https://carlsbe...', Array)
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(699): Illuminate\\Http\\Client\\PendingRequest->sendRequest('POST', 'https://carlsbe...', Array)
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Support/helpers.php(234): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(1)
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(713): retry(0, Object(Closure), 100, NULL)
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(596): Illuminate\\Http\\Client\\PendingRequest->send('POST', 'https://carlsbe...', Array)
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(90): Illuminate\\Http\\Client\\PendingRequest->post('https://carlsbe...', Array)
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(47): App\\Jobs\\Integration\\BaseIntegration->executeAPI('https://carlsbe...', 'POST', Array, Array)
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegrationWithChatSession.php(50): App\\Jobs\\Integration\\BaseIntegration->execRequest(Array, Object(App\\Models\\Channels), Array)
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/ProcessIntegration.php(152): App\\Jobs\\Integration\\BaseIntegrationWithChatSession->exec(Array, Object(App\\Models\\WorkflowNodes), Object(App\\Models\\RecipientChatSessions), NULL, Array)
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\Integration\\ProcessIntegration->handle()
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#27 /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))
#28 /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)
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(128): Illuminate\\Container\\Container->call(Array)
#30 /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))
#31 /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))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(132): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#33 /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)
#34 /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))
#35 /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))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(122): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#37 /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))
#38 /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)
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()
#40 /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))
#41 /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))
#42 /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))
#43 /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...')
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#47 /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))
#48 /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)
#49 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)
#50 /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))
#51 /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))
#52 /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))
#53 /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))
#54 /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))
#55 /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))
#56 /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))
#57 /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))
#58 {main}
"} 
[2026-07-27 17:37:30] production.ERROR: cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev","ip":"127.0.0.1"},"exception":"[object] (Illuminate\\Http\\Client\\ConnectionException(code: 0): cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php:711)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Support/helpers.php(234): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(1)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(713): retry(0, Object(Closure), 100, NULL)
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(596): Illuminate\\Http\\Client\\PendingRequest->send('POST', 'https://carlsbe...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(90): Illuminate\\Http\\Client\\PendingRequest->post('https://carlsbe...', Array)
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(47): App\\Jobs\\Integration\\BaseIntegration->executeAPI('https://carlsbe...', 'POST', Array, Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegrationWithChatSession.php(50): App\\Jobs\\Integration\\BaseIntegration->execRequest(Array, Object(App\\Models\\Channels), Array)
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/ProcessIntegration.php(152): App\\Jobs\\Integration\\BaseIntegrationWithChatSession->exec(Array, Object(App\\Models\\WorkflowNodes), Object(App\\Models\\RecipientChatSessions), NULL, Array)
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\Integration\\ProcessIntegration->handle()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#10 /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))
#11 /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)
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(128): Illuminate\\Container\\Container->call(Array)
#13 /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))
#14 /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))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(132): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#16 /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)
#17 /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))
#18 /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))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(122): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#20 /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))
#21 /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)
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()
#23 /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))
#24 /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))
#25 /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))
#26 /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...')
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#30 /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))
#31 /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)
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)
#33 /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))
#34 /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))
#35 /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))
#36 /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))
#37 /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))
#38 /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))
#39 /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))
#40 /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))
#41 {main}

[previous exception] [object] (GuzzleHttp\\Exception\\ConnectException(code: 0): cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:277)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(207): GuzzleHttp\\Handler\\CurlFactory::createRejection(Object(GuzzleHttp\\Handler\\EasyHandle), Array)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(159): GuzzleHttp\\Handler\\CurlFactory::finishError(Object(GuzzleHttp\\Handler\\CurlHandler), Object(GuzzleHttp\\Handler\\EasyHandle), Object(GuzzleHttp\\Handler\\CurlFactory))
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(47): GuzzleHttp\\Handler\\CurlFactory::finish(Object(GuzzleHttp\\Handler\\CurlHandler), Object(GuzzleHttp\\Handler\\EasyHandle), Object(GuzzleHttp\\Handler\\CurlFactory))
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleHttp\\Handler\\CurlHandler->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(945): GuzzleHttp\\Handler\\Proxy::GuzzleHttp\\Handler\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(915): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(901): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php(64): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Middleware.php(38): GuzzleHttp\\PrepareBodyMiddleware->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php(71): GuzzleHttp\\Middleware::GuzzleHttp\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Middleware.php(63): GuzzleHttp\\RedirectMiddleware->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/HandlerStack.php(75): GuzzleHttp\\Middleware::GuzzleHttp\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(333): GuzzleHttp\\HandlerStack->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(169): GuzzleHttp\\Client->transfer(Object(GuzzleHttp\\Psr7\\Request), Array)
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(189): GuzzleHttp\\Client->requestAsync('POST', Object(GuzzleHttp\\Psr7\\Uri), Array)
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(768): GuzzleHttp\\Client->request('POST', 'https://carlsbe...', Array)
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(699): Illuminate\\Http\\Client\\PendingRequest->sendRequest('POST', 'https://carlsbe...', Array)
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Support/helpers.php(234): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(1)
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(713): retry(0, Object(Closure), 100, NULL)
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(596): Illuminate\\Http\\Client\\PendingRequest->send('POST', 'https://carlsbe...', Array)
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(90): Illuminate\\Http\\Client\\PendingRequest->post('https://carlsbe...', Array)
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(47): App\\Jobs\\Integration\\BaseIntegration->executeAPI('https://carlsbe...', 'POST', Array, Array)
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegrationWithChatSession.php(50): App\\Jobs\\Integration\\BaseIntegration->execRequest(Array, Object(App\\Models\\Channels), Array)
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/ProcessIntegration.php(152): App\\Jobs\\Integration\\BaseIntegrationWithChatSession->exec(Array, Object(App\\Models\\WorkflowNodes), Object(App\\Models\\RecipientChatSessions), NULL, Array)
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\Integration\\ProcessIntegration->handle()
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#27 /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))
#28 /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)
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(128): Illuminate\\Container\\Container->call(Array)
#30 /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))
#31 /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))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(132): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#33 /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)
#34 /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))
#35 /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))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(122): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#37 /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))
#38 /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)
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()
#40 /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))
#41 /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))
#42 /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))
#43 /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...')
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#47 /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))
#48 /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)
#49 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)
#50 /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))
#51 /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))
#52 /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))
#53 /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))
#54 /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))
#55 /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))
#56 /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))
#57 /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))
#58 {main}
"} 
[2026-07-27 17:37:30] production.ERROR: cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev","ip":"127.0.0.1"},"exception":"[object] (Illuminate\\Http\\Client\\ConnectionException(code: 0): cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php:711)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Support/helpers.php(234): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(1)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(713): retry(0, Object(Closure), 100, NULL)
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(596): Illuminate\\Http\\Client\\PendingRequest->send('POST', 'https://carlsbe...', Array)
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(90): Illuminate\\Http\\Client\\PendingRequest->post('https://carlsbe...', Array)
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(47): App\\Jobs\\Integration\\BaseIntegration->executeAPI('https://carlsbe...', 'POST', Array, Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegrationWithChatSession.php(50): App\\Jobs\\Integration\\BaseIntegration->execRequest(Array, Object(App\\Models\\Channels), Array)
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/ProcessIntegration.php(152): App\\Jobs\\Integration\\BaseIntegrationWithChatSession->exec(Array, Object(App\\Models\\WorkflowNodes), Object(App\\Models\\RecipientChatSessions), NULL, Array)
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\Integration\\ProcessIntegration->handle()
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#10 /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))
#11 /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)
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(128): Illuminate\\Container\\Container->call(Array)
#13 /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))
#14 /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))
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(132): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#16 /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)
#17 /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))
#18 /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))
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(122): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#20 /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))
#21 /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)
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()
#23 /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))
#24 /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))
#25 /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))
#26 /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...')
#27 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#28 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#30 /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))
#31 /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)
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)
#33 /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))
#34 /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))
#35 /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))
#36 /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))
#37 /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))
#38 /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))
#39 /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))
#40 /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))
#41 {main}

[previous exception] [object] (GuzzleHttp\\Exception\\ConnectException(code: 0): cURL error 6: Could not resolve host: carlsbergmalaysia.skale.today (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://carlsbergmalaysia.skale.today/api/v1/webhook?api_token=Zx3AaFD9WdRgnZCJuSNKcBnitF62IZHUXhvX5zCII51gd7ACfwby0eYi4l9z at /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:277)
[stacktrace]
#0 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(207): GuzzleHttp\\Handler\\CurlFactory::createRejection(Object(GuzzleHttp\\Handler\\EasyHandle), Array)
#1 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(159): GuzzleHttp\\Handler\\CurlFactory::finishError(Object(GuzzleHttp\\Handler\\CurlHandler), Object(GuzzleHttp\\Handler\\EasyHandle), Object(GuzzleHttp\\Handler\\CurlFactory))
#2 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(47): GuzzleHttp\\Handler\\CurlFactory::finish(Object(GuzzleHttp\\Handler\\CurlHandler), Object(GuzzleHttp\\Handler\\EasyHandle), Object(GuzzleHttp\\Handler\\CurlFactory))
#3 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleHttp\\Handler\\CurlHandler->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#4 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(945): GuzzleHttp\\Handler\\Proxy::GuzzleHttp\\Handler\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#5 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(915): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#6 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(901): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#7 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php(64): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#8 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Middleware.php(38): GuzzleHttp\\PrepareBodyMiddleware->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#9 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php(71): GuzzleHttp\\Middleware::GuzzleHttp\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#10 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Middleware.php(63): GuzzleHttp\\RedirectMiddleware->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#11 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/HandlerStack.php(75): GuzzleHttp\\Middleware::GuzzleHttp\\{closure}(Object(GuzzleHttp\\Psr7\\Request), Array)
#12 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(333): GuzzleHttp\\HandlerStack->__invoke(Object(GuzzleHttp\\Psr7\\Request), Array)
#13 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(169): GuzzleHttp\\Client->transfer(Object(GuzzleHttp\\Psr7\\Request), Array)
#14 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/guzzlehttp/guzzle/src/Client.php(189): GuzzleHttp\\Client->requestAsync('POST', Object(GuzzleHttp\\Psr7\\Uri), Array)
#15 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(768): GuzzleHttp\\Client->request('POST', 'https://carlsbe...', Array)
#16 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(699): Illuminate\\Http\\Client\\PendingRequest->sendRequest('POST', 'https://carlsbe...', Array)
#17 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Support/helpers.php(234): Illuminate\\Http\\Client\\PendingRequest->Illuminate\\Http\\Client\\{closure}(1)
#18 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(713): retry(0, Object(Closure), 100, NULL)
#19 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Http/Client/PendingRequest.php(596): Illuminate\\Http\\Client\\PendingRequest->send('POST', 'https://carlsbe...', Array)
#20 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(90): Illuminate\\Http\\Client\\PendingRequest->post('https://carlsbe...', Array)
#21 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegration.php(47): App\\Jobs\\Integration\\BaseIntegration->executeAPI('https://carlsbe...', 'POST', Array, Array)
#22 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/BaseIntegrationWithChatSession.php(50): App\\Jobs\\Integration\\BaseIntegration->execRequest(Array, Object(App\\Models\\Channels), Array)
#23 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/app/Jobs/Integration/ProcessIntegration.php(152): App\\Jobs\\Integration\\BaseIntegrationWithChatSession->exec(Array, Object(App\\Models\\WorkflowNodes), Object(App\\Models\\RecipientChatSessions), NULL, Array)
#24 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\\Jobs\\Integration\\ProcessIntegration->handle()
#25 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#26 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#27 /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))
#28 /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)
#29 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(128): Illuminate\\Container\\Container->call(Array)
#30 /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))
#31 /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))
#32 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(132): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#33 /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)
#34 /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))
#35 /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))
#36 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(122): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#37 /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))
#38 /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)
#39 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\\Queue\\Jobs\\Job->fire()
#40 /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))
#41 /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))
#42 /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))
#43 /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...')
#44 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#45 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#46 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#47 /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))
#48 /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)
#49 /home/growthdeskuser/public_html/practice-run-wa/whatsapp/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\\Container\\Container->call(Array)
#50 /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))
#51 /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))
#52 /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))
#53 /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))
#54 /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))
#55 /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))
#56 /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))
#57 /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))
#58 {main}
"} 
[2026-07-27 17:37:31] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.49","payload_size":717} 
[2026-07-27 17:37:31] 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.HBgKNjU4NTQwMjA5MBUCABEYEkVCMjkwNkEyN0EzQjFENjNFNgA=',
                  'status' => 'sent',
                  'timestamp' => '1785145050',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => 'd72ed541fd536d430a440a69c3cf0617',
                    'expiration_timestamp' => '1785145050',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:37:31] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:37:31] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:37:31] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:37:31] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:37:31] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:37:31] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:37:31] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.2","payload_size":686} 
[2026-07-27 17:37:31] 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.HBgKNjU4NTQwMjA5MBUCABEYEkVCMjkwNkEyN0EzQjFENjNFNgA=',
                  'status' => 'delivered',
                  'timestamp' => '1785145050',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => 'd72ed541fd536d430a440a69c3cf0617',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:37:31] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:37:31] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:37:31] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:37:31] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:37:31] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:37:31] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:37:31] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"69.171.230.20","payload_size":681} 
[2026-07-27 17:37:31] 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.HBgKNjU4NTQwMjA5MBUCABEYEkVCMjkwNkEyN0EzQjFENjNFNgA=',
                  'status' => 'read',
                  'timestamp' => '1785145050',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => 'd72ed541fd536d430a440a69c3cf0617',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:37:31] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:37:31] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:37:31] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:37:31] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:37:31] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:37:31] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:37:32] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.13","payload_size":686} 
[2026-07-27 17:37: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.HBgKNjU4NTQwMjA5MBUCABEYEkVCMjkwNkEyN0EzQjFENjNFNgA=',
                  'status' => 'delivered',
                  'timestamp' => '1785145050',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => 'd72ed541fd536d430a440a69c3cf0617',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:37:32] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:37:32] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:37:32] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:37:32] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:37:32] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:37:32] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:37:35] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.62","payload_size":702} 
[2026-07-27 17:37:35] 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.HBgKNjU4NTQwMjA5MBUCABEYEkVCMjkwNkEyN0EzQjFENjNFNgA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBOUQwRTE4MTg0MEQwOUE4NzZGAA==',
                  'timestamp' => '1785145053',
                  'type' => 'interactive',
                  'interactive' => 
                  array (
                    'type' => 'button_reply',
                    'button_reply' => 
                    array (
                      'id' => '1',
                      'title' => 'Upload Receipt',
                    ),
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:37:35] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:37:35] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:37:35] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:37:35] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:37:35] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:37:35] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:37:35] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 17:37:35] production.INFO: Found existing recipient {"recipient_id":48840,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 17:37:35] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48840,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 17:37:35] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFDNBOUQwRTE4MTg0MEQwOUE4NzZGAA==","message_type":"interactive","from":"6585402090","timestamp":"1785145053"} 
[2026-07-27 17:37:35] production.INFO: [WEBHOOK_PROCESS] Message processed {"processed":true,"message_type":"interactive"} 
[2026-07-27 17:37:35] production.INFO: [WEBHOOK_PROCESS] Creating message in ChannelService {"has_referral":false,"message_text":"Upload Receipt"} 
[2026-07-27 17:37:35] production.INFO: [REPLY_BY_LAST_NODE] Starting {"has_last_node":true,"last_node_id":126136,"has_node_data":false} 
[2026-07-27 17:37:35] production.INFO: [REPLY_BY_LAST_NODE] Processing node {"node_id":126136,"node_type":"msg-template"} 
[2026-07-27 17:37:35] production.INFO: [DO_CHECK_NEXT_NODE] Starting {"node_id":126136,"node_type":"msg-template","has_node_data":false,"wf_redirect":null} 
[2026-07-27 17:37:35] production.INFO: [DO_CHECK_NEXT_NODE] Getting next node {"current_node_id":126136,"endpoint":"1"} 
[2026-07-27 17:37:36] production.INFO: [DO_CHECK_NEXT_NODE] Next node result {"has_next_node":true,"next_node_id":126140,"is_last_node":true,"next_node_data_keys":["workflow_node","is_first_node","is_last_node","template","required_user_action","workflow_redirect"]} 
[2026-07-27 17:37:36] production.INFO: [NOTIFY_RECIPIENT] Sending message {"template_id":80743,"template_slug":"zespri_redruby_no_name_1780380800564","template_type":"text","node_id":126140,"recipient_identifier":"6585402090"} 
[2026-07-27 17:37:36] production.INFO: [BSUID] Sending message {"template_id":80743,"template_slug":"zespri_redruby_no_name_1780380800564","identifier_type":"phone","identifier_value":"6585402090","transformed":false,"locale":"en"} 
[2026-07-27 17:37:37] production.INFO: [WEBHOOK_PROCESS] Message creation completed  
[2026-07-27 17:37:38] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.107.9","payload_size":717} 
[2026-07-27 17:37:38] 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.HBgKNjU4NTQwMjA5MBUCABEYEjRFNEI4MDcwOEIyMzhBNEQ1QgA=',
                  'status' => 'sent',
                  'timestamp' => '1785145057',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => 'a93efff83224d8a085ffe5079894d0f6',
                    'expiration_timestamp' => '1785145057',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:37:38] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:37:38] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:37:38] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:37:38] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:37:38] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:37:38] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:37:38] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.79.116","payload_size":686} 
[2026-07-27 17:37:38] 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.HBgKNjU4NTQwMjA5MBUCABEYEjRFNEI4MDcwOEIyMzhBNEQ1QgA=',
                  'status' => 'delivered',
                  'timestamp' => '1785145057',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => 'a93efff83224d8a085ffe5079894d0f6',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:37:38] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:37:38] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:37:38] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:37:38] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:37:38] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:37:38] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:37:39] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.127.3","payload_size":681} 
[2026-07-27 17:37:39] 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.HBgKNjU4NTQwMjA5MBUCABEYEjRFNEI4MDcwOEIyMzhBNEQ1QgA=',
                  'status' => 'read',
                  'timestamp' => '1785145057',
                  'recipient_id' => '6585402090',
                  'recipient_user_id' => 'SG.4534979083488404',
                  'conversation' => 
                  array (
                    'id' => 'a93efff83224d8a085ffe5079894d0f6',
                    'origin' => 
                    array (
                      'type' => 'service',
                    ),
                  ),
                  'pricing' => 
                  array (
                    'billable' => false,
                    'pricing_model' => 'PMP',
                    'category' => 'service',
                    'type' => 'free_customer_service',
                  ),
                ),
              ),
            ),
            'field' => 'messages',
          ),
        ),
      ),
    ),
  ),
)  
[2026-07-27 17:37:39] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"4139233843069234"} 
[2026-07-27 17:37:39] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 17:37:39] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"4139233843069234","field":"messages"} 
[2026-07-27 17:37:39] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":26,"phone_number_id":"668971676299765"} 
[2026-07-27 17:37:39] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":21,"channel_name":"Zespri RedRuby"} 
[2026-07-27 17:37:39] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 17:49:51] production.INFO: [BlastCreate] BI text not on Meta — will create {"slug":"zespri_redruby_receipt_rejection_message_v2"} 
[2026-07-27 17:49:51] production.INFO: [BlastCreate] BI text not on Meta — will create {"slug":"zespri_redruby_receipt_success_message_with_a_game_link"} 
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 1,
    'title' => '1. Upload Receipt',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 2,
    'title' => '2. Redeem Rewards',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 3,
    'title' => '3. T&C and FAQ',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 4,
    'title' => '4. Carlsberg CVS Range',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 5,
    'title' => '5. Submit an Enquiry',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 6,
    'title' => '6. Opt In / Opt Out',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 1,
    'title' => 'Carlsberg Danish Pilsner',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 2,
    'title' => 'Carlsberg Smooth Draught',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 3,
    'title' => 'Tiger',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 4,
    'title' => 'Tiger Crystal',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 5,
    'title' => 'Guinness',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 6,
    'title' => 'Heineken',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 7,
    'title' => 'Connor\'s',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 8,
    'title' => '1664',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 9,
    'title' => 'Edelweiss',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 10,
    'title' => 'Others',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 1,
    'title' => 'Yes',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 2,
    'title' => 'No',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 1,
    'title' => 'Carlsberg Danish Pilsner',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 2,
    'title' => 'Carlsberg Smooth Draught',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 3,
    'title' => 'Tiger',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 4,
    'title' => 'Tiger Crystal',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 5,
    'title' => 'Guinness',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 6,
    'title' => 'Heineken',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 7,
    'title' => 'Connor\'s',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 8,
    'title' => '1664',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 9,
    'title' => 'Edelweiss',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 10,
    'title' => 'Others',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 1,
    'title' => 'Carlsberg Socmed Page',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 2,
    'title' => 'KOL/Creator Socmed Page',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 3,
    'title' => 'Content Publisher',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 4,
    'title' => 'Word of Mouth/Referral',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 5,
    'title' => 'Nearby Location/Walk in',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 6,
    'title' => 'Radio advertising',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 7,
    'title' => 'Display advertising',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: array (
  'row' => 
  array (
    'id' => 8,
    'title' => 'Others',
    'description' => NULL,
  ),
)  
[2026-07-27 17:49:51] production.INFO: [BlastCreate] dispatching BlastBiSyncJob (journey) {"template_id":80768,"slug":"zespri_redruby_receipt_rejection_message_v2","action":"create"} 
[2026-07-27 17:49:51] production.INFO: [BlastCreate] dispatching BlastBiSyncJob (journey) {"template_id":80770,"slug":"zespri_redruby_receipt_success_message_with_a_game_link","action":"create"} 
[2026-07-27 17:49:55] production.INFO: commit  
[2026-07-27 17:49:55] production.INFO: array (
  'soft delete' => true,
)  
[2026-07-27 17:49:55] production.INFO: array (
  'commit ' => 9,
  'name' => 'Zespri RubyRed YT Blast',
)  
[2026-07-27 17:49:55] production.INFO: [BlastCreate] start {"id":9,"display_name":"Zespri RubyRed YT Blast","template_count":1} 
[2026-07-27 17:49:55] production.INFO: [BlastCreate] seedTemplateBlast built templates {"is_business_initiated":true,"template_slug":"zespri_rubyred_yt_blast_youtube","templates":[{"type":"text","slug":"zespri_rubyred_yt_blast_youtube","has_image_url":false,"image_url":""}]} 
[2026-07-27 17:49:55] production.INFO: [BlastCreate] blast template missing, creating {"template_slug":"zespri_rubyred_yt_blast_youtube","channel_id":21} 
[2026-07-27 17:49:55] production.INFO: [BlastCreate] dispatching BlastBiSyncJob {"template_id":80801,"slug":"zespri_rubyred_yt_blast_youtube","channel_id":21,"action":"create"} 
[2026-07-27 17:49:55] production.INFO: [BlastCreate] committed {"journey_id":9,"channel_id":21} 
[2026-07-27 17:49:55] production.INFO: array (
  'commit ' => 11,
  'name' => 'Zespri RubyRed Winner Blast',
)  
[2026-07-27 17:49:55] production.INFO: [BlastCreate] start {"id":11,"display_name":"Zespri RubyRed Winner Blast","template_count":1} 
[2026-07-27 17:49:55] production.INFO: [BlastCreate] seedTemplateBlast built templates {"is_business_initiated":true,"template_slug":"zespri_rubyred_winner_blast_winner_message","templates":[{"type":"text","slug":"zespri_rubyred_winner_blast_winner_message","has_image_url":false,"image_url":""}]} 
[2026-07-27 17:49:55] production.INFO: [BlastCreate] blast template missing, creating {"template_slug":"zespri_rubyred_winner_blast_winner_message","channel_id":21} 
[2026-07-27 17:49:55] production.INFO: [BlastCreate] dispatching BlastBiSyncJob {"template_id":80802,"slug":"zespri_rubyred_winner_blast_winner_message","channel_id":21,"action":"create"} 
[2026-07-27 17:49:55] production.INFO: [BlastCreate] BlastBiSyncJob handling {"template_id":80768,"slug":"zespri_redruby_receipt_rejection_message_v2","channel_id":21,"action":"create"} 
[2026-07-27 17:49:55] production.INFO: [BlastCreate] sending create template request to Meta {"slug":"zespri_redruby_receipt_rejection_message_v2","locale":"en","payload":{"allow_category_change":false,"category":"MARKETING","name":"zespri_redruby_receipt_rejection_message_v2","language":"en","components":[{"type":"BODY","text":"Hi {{1}}! *Your receipt has been sent for manual review.* It will usually take up to 48 hours for validation ⌛
You will hear back from us if your receipt is approved.

*If you do not hear back after 48 hours and believe your receipt is valid, kindly drop us an enquiry by selecting \"Submit Enquiry\" from dropdown menu.*","example":{"body_text":[["Sample"]]}}]}} 
[2026-07-27 17:49:55] production.INFO: [BlastCreate] committed {"journey_id":11,"channel_id":21} 
[2026-07-27 17:49:55] production.INFO: array (
  'commit ' => 14,
  'name' => 'Royal Umbrella Recipe',
)  
[2026-07-27 17:49:55] production.INFO: [BlastCreate] start {"id":14,"display_name":"Royal Umbrella Recipe","template_count":1} 
[2026-07-27 17:49:55] production.INFO: [BlastCreate] seedTemplateBlast built templates {"is_business_initiated":true,"template_slug":"royal_umbrella_recipe_blast1","templates":[{"type":"text","slug":"royal_umbrella_recipe_blast1","has_image_url":false,"image_url":""}]} 
[2026-07-27 17:49:55] production.INFO: [BlastCreate] blast template missing, creating {"template_slug":"royal_umbrella_recipe_blast1","channel_id":21} 
[2026-07-27 17:49:55] production.INFO: [BlastCreate] dispatching BlastBiSyncJob {"template_id":80803,"slug":"royal_umbrella_recipe_blast1","channel_id":21,"action":"create"} 
[2026-07-27 17:49:55] production.INFO: [BlastCreate] BlastBiSyncJob handling {"template_id":80770,"slug":"zespri_redruby_receipt_success_message_with_a_game_link","channel_id":21,"action":"create"} 
[2026-07-27 17:49:55] production.INFO: [BlastCreate] sending create template request to Meta {"slug":"zespri_redruby_receipt_success_message_with_a_game_link","locale":"en","payload":{"allow_category_change":false,"category":"MARKETING","name":"zespri_redruby_receipt_success_message_with_a_game_link","language":"en","components":[{"type":"BODY","text":"🎉 Congratulations! Your receipt has been validated. Click on this link to Spin the Bottle and win awesome rewards: {{1}}​ ✨","example":{"body_text":[["Sample"]]}}]}} 
[2026-07-27 17:49:55] production.INFO: [BlastCreate] committed {"journey_id":14,"channel_id":21} 
[2026-07-27 17:49:55] production.INFO: array (
  'commit ' => 19,
  'name' => 'Perennial Happenings',
)  
[2026-07-27 17:49:55] production.INFO: [BlastCreate] start {"id":19,"display_name":"Perennial Happenings","template_count":1} 
[2026-07-27 17:49:55] production.INFO: [BlastCreate] seedTemplateBlast built templates {"is_business_initiated":true,"template_slug":"perennial_happenings_blast2","templates":[{"type":"text","slug":"perennial_happenings_blast2","has_image_url":false,"image_url":""}]} 
[2026-07-27 17:49:55] production.INFO: [BlastCreate] blast template missing, creating {"template_slug":"perennial_happenings_blast2","channel_id":21} 
[2026-07-27 17:49:55] production.INFO: [BlastCreate] dispatching BlastBiSyncJob {"template_id":80804,"slug":"perennial_happenings_blast2","channel_id":21,"action":"create"} 
[2026-07-27 17:49:56] production.INFO: [BlastCreate] committed {"journey_id":19,"channel_id":21} 
[2026-07-27 17:49:56] production.INFO: array (
  'commit ' => 29,
  'name' => 'Zespri RedRuby',
)  
[2026-07-27 17:49:56] production.INFO: [BlastCreate] start {"id":29,"display_name":"Zespri RedRuby","template_count":1} 
[2026-07-27 17:49:56] production.INFO: [BlastCreate] seedTemplateBlast built templates {"is_business_initiated":true,"template_slug":"zespri_redruby_letstestroyal_umbrella","templates":[{"type":"template_blast_button_image","slug":"zespri_redruby_letstestroyal_umbrella","has_image_url":true,"image_url":"https://pr-one-wa.growthdesk.dev/storage/channel/21/images/a98f8ed0-3ba8-4bd7-9b90-5a3a6abdf430-1-6a3a3745b1470.png"}]} 
[2026-07-27 17:49:56] production.INFO: [BlastCreate] blast template missing, creating {"template_slug":"zespri_redruby_letstestroyal_umbrella","channel_id":21} 
[2026-07-27 17:49:56] production.INFO: [BlastCreate] dispatching BlastBiSyncJob {"template_id":80805,"slug":"zespri_redruby_letstestroyal_umbrella","channel_id":21,"action":"create"} 
[2026-07-27 17:49:56] production.INFO: [BlastCreate] cleaned up stale no-group workflow {"workflow_id":18321,"name":"Zespri RedRuby no group","channel_id":21} 
[2026-07-27 17:49:56] production.INFO: [BlastCreate] committed {"journey_id":29,"channel_id":21} 
[2026-07-27 17:49:56] production.INFO: array (
  'commit ' => 32,
  'name' => 'Zespri RedRuby',
)  
[2026-07-27 17:49:56] production.INFO: [BlastCreate] start {"id":32,"display_name":"Zespri RedRuby","template_count":1} 
[2026-07-27 17:49:56] production.INFO: [BlastCreate] seedTemplateBlast built templates {"is_business_initiated":true,"template_slug":"zespri_redruby_no_name_1782207410596_dev_test","templates":[{"type":"template_blast_button_image","slug":"zespri_redruby_no_name_1782207410596_dev_test","has_image_url":true,"image_url":"https://pr-one-wa.growthdesk.dev/storage/channel/21/images/ff-woay-wa-image-6a3a53c2990e4.png"}]} 
[2026-07-27 17:49:56] production.INFO: [BlastCreate] blast template missing, creating {"template_slug":"zespri_redruby_no_name_1782207410596_dev_test","channel_id":21} 
[2026-07-27 17:49:56] production.INFO: [BlastCreate] dispatching BlastBiSyncJob {"template_id":80806,"slug":"zespri_redruby_no_name_1782207410596_dev_test","channel_id":21,"action":"create"} 
[2026-07-27 17:49:56] production.INFO: [BlastCreate] committed {"journey_id":32,"channel_id":21} 
[2026-07-27 17:49:56] production.INFO: array (
  'commit ' => 33,
  'name' => 'Zespri RedRuby',
)  
[2026-07-27 17:49:56] production.INFO: [BlastCreate] start {"id":33,"display_name":"Zespri RedRuby","template_count":1} 
[2026-07-27 17:49:56] production.INFO: [BlastCreate] seedTemplateBlast built templates {"is_business_initiated":true,"template_slug":"zespri_redruby_with_app_id","templates":[{"type":"template_blast_button_image","slug":"zespri_redruby_with_app_id","has_image_url":true,"image_url":"https://pr-one-wa.growthdesk.dev/storage/channel/21/images/ff-woay-wa-image-6a3a5a2859506.png"}]} 
[2026-07-27 17:49:56] production.INFO: [BlastCreate] blast template missing, creating {"template_slug":"zespri_redruby_with_app_id","channel_id":21} 
[2026-07-27 17:49:56] production.INFO: [BlastCreate] dispatching BlastBiSyncJob {"template_id":80807,"slug":"zespri_redruby_with_app_id","channel_id":21,"action":"create"} 
[2026-07-27 17:49:56] production.INFO: [BlastCreate] committed {"journey_id":33,"channel_id":21} 
[2026-07-27 17:49:56] production.INFO: array (
  'commit ' => 34,
  'name' => 'Zespri RedRuby',
)  
[2026-07-27 17:49:56] production.INFO: [BlastCreate] start {"id":34,"display_name":"Zespri RedRuby","template_count":1} 
[2026-07-27 17:49:56] production.INFO: [BlastCreate] seedTemplateBlast built templates {"is_business_initiated":true,"template_slug":"zespri_redruby_perennial_screeningtest","templates":[{"type":"text","slug":"zespri_redruby_perennial_screeningtest","has_image_url":false,"image_url":""}]} 
[2026-07-27 17:49:56] production.INFO: [BlastCreate] blast template missing, creating {"template_slug":"zespri_redruby_perennial_screeningtest","channel_id":21} 
[2026-07-27 17:49:56] production.INFO: [BlastCreate] dispatching BlastBiSyncJob {"template_id":80808,"slug":"zespri_redruby_perennial_screeningtest","channel_id":21,"action":"create"} 
[2026-07-27 17:49:56] production.INFO: [BlastCreate] committed {"journey_id":34,"channel_id":21} 
[2026-07-27 17:49:57] production.INFO: [BlastCreate] Meta create template response {"slug":"zespri_redruby_receipt_success_message_with_a_game_link","locale":"en","response":{"error":{"message":"Invalid parameter","type":"OAuthException","code":100,"error_subcode":2388024,"is_transient":false,"error_user_title":"Content in this language already exists","error_user_msg":"There is already English content for this template. You can create a new template and try again.","fbtrace_id":"A9yTuywjzScjMthPGAeFkmI"}}} 
[2026-07-27 17:49:57] production.INFO: [BlastCreate] template already exists on Meta — syncing id and switching to update {"slug":"zespri_redruby_receipt_success_message_with_a_game_link","locale":"en"} 
[2026-07-27 17:49:58] production.INFO: [BlastCreate] Meta content compare {"slug":"zespri_redruby_receipt_success_message_with_a_game_link","locale":"en","template_id":"1020579407340150","matched":true,"live_signature":{"BODY":"🎉 Congratulations! Your receipt has been validated. Click on this link to Spin the Bottle and win awesome rewards: {{1}}​ ✨"},"new_signature":{"BODY":"🎉 Congratulations! Your receipt has been validated. Click on this link to Spin the Bottle and win awesome rewards: {{1}}​ ✨"}} 
[2026-07-27 17:49:58] production.INFO: [BlastCreate] BlastBiSyncJob done {"template_id":80770,"wa_displayed_status":"approved"} 
[2026-07-27 17:49:58] production.INFO: [BlastCreate] BlastBiSyncJob handling {"template_id":80801,"slug":"zespri_rubyred_yt_blast_youtube","channel_id":21,"action":"create"} 
[2026-07-27 17:49:58] production.INFO: [BlastCreate] sending create template request to Meta {"slug":"zespri_rubyred_yt_blast_youtube","locale":"en","payload":{"allow_category_change":false,"category":"MARKETING","name":"zespri_rubyred_yt_blast_youtube","language":"en","components":[{"type":"BODY","text":"These are some information on Zespri RubyRed‼️

https://youtu.be/CwRaxOP2AUE?si=YTm_BETNudSFZRx8"}]}} 
[2026-07-27 17:49:58] production.INFO: [BlastCreate] Meta create template response {"slug":"zespri_redruby_receipt_rejection_message_v2","locale":"en","response":{"error":{"message":"Invalid parameter","type":"OAuthException","code":100,"error_subcode":2388024,"is_transient":false,"error_user_title":"Content in this language already exists","error_user_msg":"There is already English content for this template. You can create a new template and try again.","fbtrace_id":"As7Y2ow-E39kTNf4MnPO6uq"}}} 
[2026-07-27 17:49:58] production.INFO: [BlastCreate] template already exists on Meta — syncing id and switching to update {"slug":"zespri_redruby_receipt_rejection_message_v2","locale":"en"} 
[2026-07-27 17:49:59] production.INFO: [BlastCreate] Meta content compare {"slug":"zespri_redruby_receipt_rejection_message_v2","locale":"en","template_id":"1412159047445509","matched":true,"live_signature":{"BODY":"Hi {{1}}! *Your receipt has been sent for manual review.* It will usually take up to 48 hours for validation ⌛ You will hear back from us if your receipt is approved. *If you do not hear back after 48 hours and believe your receipt is valid, kindly drop us an enquiry by selecting \"Submit Enquiry\" from dropdown menu.*"},"new_signature":{"BODY":"Hi {{1}}! *Your receipt has been sent for manual review.* It will usually take up to 48 hours for validation ⌛ You will hear back from us if your receipt is approved. *If you do not hear back after 48 hours and believe your receipt is valid, kindly drop us an enquiry by selecting \"Submit Enquiry\" from dropdown menu.*"}} 
[2026-07-27 17:49:59] production.INFO: [BlastCreate] BlastBiSyncJob done {"template_id":80768,"wa_displayed_status":"approved"} 
[2026-07-27 17:50:00] production.INFO: [BlastCreate] BlastBiSyncJob handling {"template_id":80802,"slug":"zespri_rubyred_winner_blast_winner_message","channel_id":21,"action":"create"} 
[2026-07-27 17:50:00] production.INFO: [BlastCreate] sending create template request to Meta {"slug":"zespri_rubyred_winner_blast_winner_message","locale":"en","payload":{"allow_category_change":false,"category":"MARKETING","name":"zespri_rubyred_winner_blast_winner_message","language":"en","components":[{"type":"BODY","text":"Hey {{1}}, congratulations! 🎉

You’ve been selected as a winner for this week’s Zespri RubyRed contest and won a limited edition Zespri Kiwisister 🥝

Please submit your address here: {{2}}

⚠️ If your address is not submitted within 7 working days, your reward may be forfeited.","example":{"body_text":[["Sample","Sample"]]}}]}} 
[2026-07-27 17:50:01] production.INFO: [BlastCreate] Meta create template response {"slug":"zespri_rubyred_yt_blast_youtube","locale":"en","response":{"error":{"message":"Invalid parameter","type":"OAuthException","code":100,"error_subcode":2388024,"is_transient":false,"error_user_title":"Content in this language already exists","error_user_msg":"There is already English content for this template. You can create a new template and try again.","fbtrace_id":"APvJmnH7l_glGK1dHhboe2e"}}} 
[2026-07-27 17:50:01] production.INFO: [BlastCreate] template already exists on Meta — syncing id and switching to update {"slug":"zespri_rubyred_yt_blast_youtube","locale":"en"} 
[2026-07-27 17:50:01] production.INFO: [BlastCreate] Meta create template response {"slug":"zespri_rubyred_winner_blast_winner_message","locale":"en","response":{"error":{"message":"Invalid parameter","type":"OAuthException","code":100,"error_subcode":2388024,"is_transient":false,"error_user_title":"Content in this language already exists","error_user_msg":"There is already English content for this template. You can create a new template and try again.","fbtrace_id":"AoCZhBXD1fwa9TRFWvgGdu1"}}} 
[2026-07-27 17:50:01] production.INFO: [BlastCreate] template already exists on Meta — syncing id and switching to update {"slug":"zespri_rubyred_winner_blast_winner_message","locale":"en"} 
[2026-07-27 17:50:01] production.INFO: [BlastCreate] Meta content compare {"slug":"zespri_rubyred_yt_blast_youtube","locale":"en","template_id":"1260802642868432","matched":true,"live_signature":{"BODY":"These are some information on Zespri RubyRed‼️ https://youtu.be/CwRaxOP2AUE?si=YTm_BETNudSFZRx8"},"new_signature":{"BODY":"These are some information on Zespri RubyRed‼️ https://youtu.be/CwRaxOP2AUE?si=YTm_BETNudSFZRx8"}} 
[2026-07-27 17:50:01] production.INFO: [BlastCreate] BlastBiSyncJob done {"template_id":80801,"wa_displayed_status":"approved"} 
[2026-07-27 17:50:02] production.INFO: [BlastCreate] Meta content compare {"slug":"zespri_rubyred_winner_blast_winner_message","locale":"en","template_id":"925548636854557","matched":true,"live_signature":{"BODY":"Hey {{1}}, congratulations! 🎉 You’ve been selected as a winner for this week’s Zespri RubyRed contest and won a limited edition Zespri Kiwisister 🥝 Please submit your address here: {{2}} ⚠️ If your address is not submitted within 7 working days, your reward may be forfeited."},"new_signature":{"BODY":"Hey {{1}}, congratulations! 🎉 You’ve been selected as a winner for this week’s Zespri RubyRed contest and won a limited edition Zespri Kiwisister 🥝 Please submit your address here: {{2}} ⚠️ If your address is not submitted within 7 working days, your reward may be forfeited."}} 
[2026-07-27 17:50:02] production.INFO: [BlastCreate] BlastBiSyncJob done {"template_id":80802,"wa_displayed_status":"approved"} 
[2026-07-27 17:50:02] production.INFO: [BlastCreate] BlastBiSyncJob handling {"template_id":80803,"slug":"royal_umbrella_recipe_blast1","channel_id":21,"action":"create"} 
[2026-07-27 17:50:02] production.INFO: [BlastCreate] sending create template request to Meta {"slug":"royal_umbrella_recipe_blast1","locale":"en","payload":{"allow_category_change":false,"category":"MARKETING","name":"royal_umbrella_recipe_blast1","language":"en","components":[{"type":"BODY","text":"🍚✨ Discover Delicious Ways to Enjoy Royal Umbrella Rice! ✨🍚

Looking to elevate your everyday meals? Get inspired with a variety of easy and mouthwatering recipes you can create with Royal Umbrella rice 🍴

From comforting classics to exciting new dishes, there’s something for everyone to try at home.

👉 Explore recipes here: https://www.royalumbrellasg.com/recipes

Bring out the best in every meal with Royal Umbrella — premium quality rice for every occasion 🌾💛"}]}} 
[2026-07-27 17:50:03] production.INFO: [BlastCreate] Meta create template response {"slug":"royal_umbrella_recipe_blast1","locale":"en","response":{"error":{"message":"Invalid parameter","type":"OAuthException","code":100,"error_subcode":2388024,"is_transient":false,"error_user_title":"Content in this language already exists","error_user_msg":"There is already English content for this template. You can create a new template and try again.","fbtrace_id":"Al689nw46t95DRIoUzMAzhA"}}} 
[2026-07-27 17:50:03] production.INFO: [BlastCreate] template already exists on Meta — syncing id and switching to update {"slug":"royal_umbrella_recipe_blast1","locale":"en"} 
[2026-07-27 17:50:05] production.INFO: [BlastCreate] Meta content compare {"slug":"royal_umbrella_recipe_blast1","locale":"en","template_id":"956286900113088","matched":true,"live_signature":{"BODY":"🍚✨ Discover Delicious Ways to Enjoy Royal Umbrella Rice! ✨🍚 Looking to elevate your everyday meals? Get inspired with a variety of easy and mouthwatering recipes you can create with Royal Umbrella rice 🍴 From comforting classics to exciting new dishes, there’s something for everyone to try at home. 👉 Explore recipes here: https://www.royalumbrellasg.com/recipes Bring out the best in every meal with Royal Umbrella — premium quality rice for every occasion 🌾💛"},"new_signature":{"BODY":"🍚✨ Discover Delicious Ways to Enjoy Royal Umbrella Rice! ✨🍚 Looking to elevate your everyday meals? Get inspired with a variety of easy and mouthwatering recipes you can create with Royal Umbrella rice 🍴 From comforting classics to exciting new dishes, there’s something for everyone to try at home. 👉 Explore recipes here: https://www.royalumbrellasg.com/recipes Bring out the best in every meal with Royal Umbrella — premium quality rice for every occasion 🌾💛"}} 
[2026-07-27 17:50:05] production.INFO: [BlastCreate] BlastBiSyncJob done {"template_id":80803,"wa_displayed_status":"approved"} 
[2026-07-27 17:50:05] production.INFO: [BlastCreate] BlastBiSyncJob handling {"template_id":80804,"slug":"perennial_happenings_blast2","channel_id":21,"action":"create"} 
[2026-07-27 17:50:05] production.INFO: [BlastCreate] sending create template request to Meta {"slug":"perennial_happenings_blast2","locale":"en","payload":{"allow_category_change":false,"category":"MARKETING","name":"perennial_happenings_blast2","language":"en","components":[{"type":"BODY","text":"🎉 Here are the latest upcoming events and happenings at Perennial malls:

Capitol Singapore
https://capitolsingapore.com/happening/
Chinatown Point
https://chinatownpoint.com.sg/whats-on
CHIJMES
https://chijmes.com.sg/happenings/

Feel free to explore each page for the newest promotions, dining deals, live events, and seasonal activities happening across the malls."}]}} 
[2026-07-27 17:50:06] production.INFO: [BlastCreate] Meta create template response {"slug":"perennial_happenings_blast2","locale":"en","response":{"error":{"message":"Invalid parameter","type":"OAuthException","code":100,"error_subcode":2388024,"is_transient":false,"error_user_title":"Content in this language already exists","error_user_msg":"There is already English content for this template. You can create a new template and try again.","fbtrace_id":"APHD6GYIq5Ad5YsoQgqHoAr"}}} 
[2026-07-27 17:50:06] production.INFO: [BlastCreate] template already exists on Meta — syncing id and switching to update {"slug":"perennial_happenings_blast2","locale":"en"} 
[2026-07-27 17:50:07] production.INFO: [BlastCreate] Meta content compare {"slug":"perennial_happenings_blast2","locale":"en","template_id":"1687126865760212","matched":true,"live_signature":{"BODY":"🎉 Here are the latest upcoming events and happenings at Perennial malls: Capitol Singapore https://capitolsingapore.com/happening/ Chinatown Point https://chinatownpoint.com.sg/whats-on CHIJMES https://chijmes.com.sg/happenings/ Feel free to explore each page for the newest promotions, dining deals, live events, and seasonal activities happening across the malls."},"new_signature":{"BODY":"🎉 Here are the latest upcoming events and happenings at Perennial malls: Capitol Singapore https://capitolsingapore.com/happening/ Chinatown Point https://chinatownpoint.com.sg/whats-on CHIJMES https://chijmes.com.sg/happenings/ Feel free to explore each page for the newest promotions, dining deals, live events, and seasonal activities happening across the malls."}} 
[2026-07-27 17:50:07] production.INFO: [BlastCreate] BlastBiSyncJob done {"template_id":80804,"wa_displayed_status":"approved"} 
[2026-07-27 17:50:07] production.INFO: [BlastCreate] BlastBiSyncJob handling {"template_id":80805,"slug":"zespri_redruby_letstestroyal_umbrella","channel_id":21,"action":"create"} 
[2026-07-27 17:50:07] production.INFO: [BlastCreate] uploading template media to Meta {"slug":"zespri_redruby_letstestroyal_umbrella","image_url":"https://pr-one-wa.growthdesk.dev/storage/channel/21/images/a98f8ed0-3ba8-4bd7-9b90-5a3a6abdf430-1-6a3a3745b1470.png","media_type":"image"} 
[2026-07-27 17:50:08] production.INFO: [BlastCreate] template media upload result {"slug":"zespri_redruby_letstestroyal_umbrella","handle":"4:YTk4ZjhlZDAtM2JhOC00YmQ3LTliOTAtNWEzYTZhYmRmNDMwLTEtNmEzYTM3NDViMTQ3MC5wbmc=:aW1hZ2UvanBlZw==:ARaOBlhmr6xNtIXRq-UhCIjYplCe9BDqiGQMvx3_c5tPgaQccy5qEwljBusm-mlx8aa6T0pb6F7BIlzblwpB1D21VwVRoJOHQc3D15Y9hKEMjA:e:1785491408:1215422496645258:100084204499950:ARZZjmSrAtPkm9M_MJ8"} 
[2026-07-27 17:50:08] production.INFO: [BlastCreate] sending create template request to Meta {"slug":"zespri_redruby_letstestroyal_umbrella","locale":"en","payload":{"allow_category_change":false,"category":"MARKETING","name":"zespri_redruby_letstestroyal_umbrella","language":"en","components":[{"type":"BODY","text":"ROYAL UMBRELLA FOR ZESPRI IS BACK! 🎉

WIN $5 VOUCHERS BY SPENDING $10 ON ROYAL UMBRELLA"},{"type":"BUTTONS","buttons":[{"type":"QUICK_REPLY","text":"I'm coming!"},{"type":"QUICK_REPLY","text":"I can't make it!"}]},{"type":"HEADER","format":"IMAGE","example":{"header_handle":["4:YTk4ZjhlZDAtM2JhOC00YmQ3LTliOTAtNWEzYTZhYmRmNDMwLTEtNmEzYTM3NDViMTQ3MC5wbmc=:aW1hZ2UvanBlZw==:ARaOBlhmr6xNtIXRq-UhCIjYplCe9BDqiGQMvx3_c5tPgaQccy5qEwljBusm-mlx8aa6T0pb6F7BIlzblwpB1D21VwVRoJOHQc3D15Y9hKEMjA:e:1785491408:1215422496645258:100084204499950:ARZZjmSrAtPkm9M_MJ8"]}}]}} 
[2026-07-27 17:50:10] production.INFO: [BlastCreate] Meta create template response {"slug":"zespri_redruby_letstestroyal_umbrella","locale":"en","response":{"error":{"message":"Invalid parameter","type":"OAuthException","code":100,"error_subcode":2388024,"is_transient":false,"error_user_title":"Content in this language already exists","error_user_msg":"There is already English content for this template. You can create a new template and try again.","fbtrace_id":"ALpCXiNb_6PAfuP_i8E_wQu"}}} 
[2026-07-27 17:50:10] production.INFO: [BlastCreate] template already exists on Meta — syncing id and switching to update {"slug":"zespri_redruby_letstestroyal_umbrella","locale":"en"} 
[2026-07-27 17:50:10] production.INFO: [BlastCreate] uploading template media to Meta {"slug":"zespri_redruby_letstestroyal_umbrella","image_url":"https://pr-one-wa.growthdesk.dev/storage/channel/21/images/a98f8ed0-3ba8-4bd7-9b90-5a3a6abdf430-1-6a3a3745b1470.png","media_type":"image"} 
[2026-07-27 17:50:11] production.INFO: [BlastCreate] BlastBiSyncJob handling {"template_id":80806,"slug":"zespri_redruby_no_name_1782207410596_dev_test","channel_id":21,"action":"create"} 
[2026-07-27 17:50:11] production.INFO: [BlastCreate] uploading template media to Meta {"slug":"zespri_redruby_no_name_1782207410596_dev_test","image_url":"https://pr-one-wa.growthdesk.dev/storage/channel/21/images/ff-woay-wa-image-6a3a53c2990e4.png","media_type":"image"} 
[2026-07-27 17:50:12] production.INFO: [BlastCreate] template media upload result {"slug":"zespri_redruby_no_name_1782207410596_dev_test","handle":"4:ZmYtd29heS13YS1pbWFnZS02YTNhNTNjMjk5MGU0LnBuZw==:aW1hZ2UvanBlZw==:ARb9JmzNg2jml0kX1ZLzPONcmcmRXhXvt7ANIlF5jiVmaIgxhKm-A3L77wNzrcszRtLcfnWoLNketrV4NwZJb6yZGTEMy6mhgfa8tRCpdj97jQ:e:1785491412:1215422496645258:100084204499950:ARY4J34to0B0wSTmmMo"} 
[2026-07-27 17:50:12] production.INFO: [BlastCreate] sending create template request to Meta {"slug":"zespri_redruby_no_name_1782207410596_dev_test","locale":"en","payload":{"allow_category_change":false,"category":"MARKETING","name":"zespri_redruby_no_name_1782207410596_dev_test","language":"en","components":[{"type":"BODY","text":"ROYAL UMBRELLA FOR ZESPRI IS BACK! 🎉

WIN $5 VOUCHERS BY SPENDING $10 ON ROYAL UMBRELLA"},{"type":"BUTTONS","buttons":[{"type":"QUICK_REPLY","text":"Upload Receipt"}]},{"type":"HEADER","format":"IMAGE","example":{"header_handle":["4:ZmYtd29heS13YS1pbWFnZS02YTNhNTNjMjk5MGU0LnBuZw==:aW1hZ2UvanBlZw==:ARb9JmzNg2jml0kX1ZLzPONcmcmRXhXvt7ANIlF5jiVmaIgxhKm-A3L77wNzrcszRtLcfnWoLNketrV4NwZJb6yZGTEMy6mhgfa8tRCpdj97jQ:e:1785491412:1215422496645258:100084204499950:ARY4J34to0B0wSTmmMo"]}}]}} 
[2026-07-27 17:50:13] production.INFO: [BlastCreate] template media upload result {"slug":"zespri_redruby_letstestroyal_umbrella","handle":"4:YTk4ZjhlZDAtM2JhOC00YmQ3LTliOTAtNWEzYTZhYmRmNDMwLTEtNmEzYTM3NDViMTQ3MC5wbmc=:aW1hZ2UvanBlZw==:ARb6miCQ8Z71e8xVl8hACEjpR_BbqAV4viG28lDnk0gtxBmOGtiGnp1x8Z_HE3544MIBZMkJSpGoXZaZQxKZrzBOJ3UX7IzF1cNeWawt6HHnXA:e:1785491413:1215422496645258:100084204499950:ARYo_Ugho_O3trQMZM4"} 
[2026-07-27 17:50:13] production.INFO: [BlastCreate] Meta content compare {"slug":"zespri_redruby_letstestroyal_umbrella","locale":"en","template_id":"2226096374848911","matched":true,"live_signature":{"BODY":"ROYAL UMBRELLA FOR ZESPRI IS BACK! 🎉 WIN $5 VOUCHERS BY SPENDING $10 ON ROYAL UMBRELLA","BUTTONS":[{"type":"QUICK_REPLY","text":"I'm coming!"},{"type":"QUICK_REPLY","text":"I can't make it!"}],"HEADER":"IMAGE"},"new_signature":{"BODY":"ROYAL UMBRELLA FOR ZESPRI IS BACK! 🎉 WIN $5 VOUCHERS BY SPENDING $10 ON ROYAL UMBRELLA","BUTTONS":[{"type":"QUICK_REPLY","text":"I'm coming!"},{"type":"QUICK_REPLY","text":"I can't make it!"}],"HEADER":"IMAGE"}} 
[2026-07-27 17:50:13] production.INFO: [BlastCreate] BlastBiSyncJob done {"template_id":80805,"wa_displayed_status":"approved"} 
[2026-07-27 17:50:15] production.INFO: [BlastCreate] Meta create template response {"slug":"zespri_redruby_no_name_1782207410596_dev_test","locale":"en","response":{"error":{"message":"Invalid parameter","type":"OAuthException","code":100,"error_subcode":2388024,"is_transient":false,"error_user_title":"Content in this language already exists","error_user_msg":"There is already English content for this template. You can create a new template and try again.","fbtrace_id":"AkcOyQ54a5DaBMdWU51LnpB"}}} 
[2026-07-27 17:50:15] production.INFO: [BlastCreate] template already exists on Meta — syncing id and switching to update {"slug":"zespri_redruby_no_name_1782207410596_dev_test","locale":"en"} 
[2026-07-27 17:50:15] production.INFO: [BlastCreate] uploading template media to Meta {"slug":"zespri_redruby_no_name_1782207410596_dev_test","image_url":"https://pr-one-wa.growthdesk.dev/storage/channel/21/images/ff-woay-wa-image-6a3a53c2990e4.png","media_type":"image"} 
[2026-07-27 17:50:16] production.INFO: [BlastCreate] template media upload result {"slug":"zespri_redruby_no_name_1782207410596_dev_test","handle":"4:ZmYtd29heS13YS1pbWFnZS02YTNhNTNjMjk5MGU0LnBuZw==:aW1hZ2UvanBlZw==:ARbNE9dOUYBf1xx1HOVgODWLQFHEdyInZNmxCTMuHinI4gjItI-1zEGn6tDXPQnTXYFcb_GPQpZuNATO8wcaEnDurT0dTw9ytRuiX_oIeCKbVA:e:1785491416:1215422496645258:100084204499950:ARZHNSN7G1MlhdG0Aww"} 
[2026-07-27 17:50:16] production.INFO: [BlastCreate] BlastBiSyncJob handling {"template_id":80807,"slug":"zespri_redruby_with_app_id","channel_id":21,"action":"create"} 
[2026-07-27 17:50:16] production.INFO: [BlastCreate] uploading template media to Meta {"slug":"zespri_redruby_with_app_id","image_url":"https://pr-one-wa.growthdesk.dev/storage/channel/21/images/ff-woay-wa-image-6a3a5a2859506.png","media_type":"image"} 
[2026-07-27 17:50:17] production.INFO: [BlastCreate] Meta content compare {"slug":"zespri_redruby_no_name_1782207410596_dev_test","locale":"en","template_id":"1006704818987579","matched":true,"live_signature":{"BODY":"ROYAL UMBRELLA FOR ZESPRI IS BACK! 🎉 WIN $5 VOUCHERS BY SPENDING $10 ON ROYAL UMBRELLA","BUTTONS":[{"type":"QUICK_REPLY","text":"Upload Receipt"}],"HEADER":"IMAGE"},"new_signature":{"BODY":"ROYAL UMBRELLA FOR ZESPRI IS BACK! 🎉 WIN $5 VOUCHERS BY SPENDING $10 ON ROYAL UMBRELLA","BUTTONS":[{"type":"QUICK_REPLY","text":"Upload Receipt"}],"HEADER":"IMAGE"}} 
[2026-07-27 17:50:17] production.INFO: [BlastCreate] BlastBiSyncJob done {"template_id":80806,"wa_displayed_status":"approved"} 
[2026-07-27 17:50:18] production.INFO: [BlastCreate] template media upload result {"slug":"zespri_redruby_with_app_id","handle":"4:ZmYtd29heS13YS1pbWFnZS02YTNhNWEyODU5NTA2LnBuZw==:aW1hZ2UvanBlZw==:ARZLJ0X81fRZo23ufR39PAIV1bedrJZeQIcj9APKdrhfYW4ozMDlfT2RIUoY6O0EW5enicOjo4WRFIbxEQgH1WxytPg84l-Vlp9r5ucaUMM08g:e:1785491418:1215422496645258:100084204499950:ARa8AOcJrRlqVRN5Gqg"} 
[2026-07-27 17:50:18] production.INFO: [BlastCreate] sending create template request to Meta {"slug":"zespri_redruby_with_app_id","locale":"en","payload":{"allow_category_change":false,"category":"MARKETING","name":"zespri_redruby_with_app_id","language":"en","components":[{"type":"BODY","text":"SAmple content {{1}}
Thanks","example":{"body_text":[["wilson"]]}},{"type":"BUTTONS","buttons":[{"type":"QUICK_REPLY","text":"Ok"}]},{"type":"HEADER","format":"IMAGE","example":{"header_handle":["4:ZmYtd29heS13YS1pbWFnZS02YTNhNWEyODU5NTA2LnBuZw==:aW1hZ2UvanBlZw==:ARZLJ0X81fRZo23ufR39PAIV1bedrJZeQIcj9APKdrhfYW4ozMDlfT2RIUoY6O0EW5enicOjo4WRFIbxEQgH1WxytPg84l-Vlp9r5ucaUMM08g:e:1785491418:1215422496645258:100084204499950:ARa8AOcJrRlqVRN5Gqg"]}}]}} 
[2026-07-27 17:50:20] production.INFO: [BlastCreate] Meta create template response {"slug":"zespri_redruby_with_app_id","locale":"en","response":{"error":{"message":"Invalid parameter","type":"OAuthException","code":100,"error_subcode":2388024,"is_transient":false,"error_user_title":"Content in this language already exists","error_user_msg":"There is already English content for this template. You can create a new template and try again.","fbtrace_id":"ASZ9oh7Z30Fqici2FPAgfn6"}}} 
[2026-07-27 17:50:20] production.INFO: [BlastCreate] template already exists on Meta — syncing id and switching to update {"slug":"zespri_redruby_with_app_id","locale":"en"} 
[2026-07-27 17:50:20] production.INFO: [BlastCreate] uploading template media to Meta {"slug":"zespri_redruby_with_app_id","image_url":"https://pr-one-wa.growthdesk.dev/storage/channel/21/images/ff-woay-wa-image-6a3a5a2859506.png","media_type":"image"} 
[2026-07-27 17:50:20] production.INFO: [BlastCreate] BlastBiSyncJob handling {"template_id":80808,"slug":"zespri_redruby_perennial_screeningtest","channel_id":21,"action":"create"} 
[2026-07-27 17:50:20] production.INFO: [BlastCreate] sending create template request to Meta {"slug":"zespri_redruby_perennial_screeningtest","locale":"en","payload":{"allow_category_change":false,"category":"MARKETING","name":"zespri_redruby_perennial_screeningtest","language":"en","components":[{"type":"BODY","text":"⚽ LIVE Football Screening at Chinatown Point! 🏆

The knockout stage is here! Catch all the football action LIVE with fellow fans at Chinatown Point and soak in the matchday atmosphere.

📍 Chinatown Point
🍻 Great food, drinks & matchday vibes await!

While you're there, don't forget to join Perennial Football Fever:
⚽ Spend $40 in a day and earn 1 Match & Win chance + 1 Grand Draw chance!
🎁 Win instant dining and shopping vouchers from participating tenants.

See you at Chinatown Point for the beautiful game! 🙌"}]}} 
[2026-07-27 17:50:21] production.INFO: [BlastCreate] template media upload result {"slug":"zespri_redruby_with_app_id","handle":"4:ZmYtd29heS13YS1pbWFnZS02YTNhNWEyODU5NTA2LnBuZw==:aW1hZ2UvanBlZw==:ARa-JJLoWHbRHo59lBpNN7O3ygu46IdzF2AuNkQtOmsJsUCyYJib0L7o6uM8P5eTN-CSvAA1KPrz-4OrkOZTVmAUrO-5vhIOAziPxxNWyu6Aig:e:1785491421:1215422496645258:100084204499950:ARZqFUDpJj86cmZHN1E"} 
[2026-07-27 17:50:21] production.INFO: [BlastCreate] Meta create template response {"slug":"zespri_redruby_perennial_screeningtest","locale":"en","response":{"error":{"message":"Invalid parameter","type":"OAuthException","code":100,"error_subcode":2388024,"is_transient":false,"error_user_title":"Content in this language already exists","error_user_msg":"There is already English content for this template. You can create a new template and try again.","fbtrace_id":"AVZ2Ij8-_ViU56VsjWg1TmV"}}} 
[2026-07-27 17:50:21] production.INFO: [BlastCreate] template already exists on Meta — syncing id and switching to update {"slug":"zespri_redruby_perennial_screeningtest","locale":"en"} 
[2026-07-27 17:50:22] production.INFO: [BlastCreate] Meta content compare {"slug":"zespri_redruby_with_app_id","locale":"en","template_id":"2827550234281291","matched":true,"live_signature":{"BODY":"SAmple content {{1}} Thanks","BUTTONS":[{"type":"QUICK_REPLY","text":"Ok"}],"HEADER":"IMAGE"},"new_signature":{"BODY":"SAmple content {{1}} Thanks","BUTTONS":[{"type":"QUICK_REPLY","text":"Ok"}],"HEADER":"IMAGE"}} 
[2026-07-27 17:50:22] production.INFO: [BlastCreate] BlastBiSyncJob done {"template_id":80807,"wa_displayed_status":"approved"} 
[2026-07-27 17:50:22] production.INFO: [BlastCreate] Meta content compare {"slug":"zespri_redruby_perennial_screeningtest","locale":"en","template_id":"1396784649218923","matched":true,"live_signature":{"BODY":"⚽ LIVE Football Screening at Chinatown Point! 🏆 The knockout stage is here! Catch all the football action LIVE with fellow fans at Chinatown Point and soak in the matchday atmosphere. 📍 Chinatown Point 🍻 Great food, drinks & matchday vibes await! While you're there, don't forget to join Perennial Football Fever: ⚽ Spend $40 in a day and earn 1 Match & Win chance + 1 Grand Draw chance! 🎁 Win instant dining and shopping vouchers from participating tenants. See you at Chinatown Point for the beautiful game! 🙌"},"new_signature":{"BODY":"⚽ LIVE Football Screening at Chinatown Point! 🏆 The knockout stage is here! Catch all the football action LIVE with fellow fans at Chinatown Point and soak in the matchday atmosphere. 📍 Chinatown Point 🍻 Great food, drinks & matchday vibes await! While you're there, don't forget to join Perennial Football Fever: ⚽ Spend $40 in a day and earn 1 Match & Win chance + 1 Grand Draw chance! 🎁 Win instant dining and shopping vouchers from participating tenants. See you at Chinatown Point for the beautiful game! 🙌"}} 
[2026-07-27 17:50:22] production.INFO: [BlastCreate] BlastBiSyncJob done {"template_id":80808,"wa_displayed_status":"approved"} 
[2026-07-27 18:12:44] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.8","payload_size":759} 
[2026-07-27 18:12: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 (
                  'profile' => 
                  array (
                    'name' => 'evan',
                  ),
                  'wa_id' => '6585402090',
                  'user_id' => 'SG.4534979083488404',
                ),
              ),
              'messages' => 
              array (
                0 => 
                array (
                  'context' => 
                  array (
                    'from' => '6587519761',
                    'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABEYEjM3MjM3REU5MjgxMEQxNTNFRAA=',
                  ),
                  'from' => '6585402090',
                  'from_user_id' => 'SG.4534979083488404',
                  'id' => 'wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjAzQjE3NDUyQUJCNDNDRTM0MzIA',
                  'timestamp' => '1784683204',
                  '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-27 18:12:44] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 18:12:44] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 18:12:44] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 18:12:44] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 18:12:44] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 18:12:44] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 18:12:45] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 18:12:45] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 18:12:45] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 18:12:45] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjAzQjE3NDUyQUJCNDNDRTM0MzIA","message_type":"interactive","from":"6585402090","timestamp":"1784683204"} 
[2026-07-27 18:12:45] production.ERROR: Undefined array key "interactive" {"_debugInfo":{"fullUrl":"https://pr-one-wa.growthdesk.dev/webhook/wa","ip":"173.252.95.8"},"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-27 21:31:24] production.INFO: [WEBHOOK_ENTRY] Received webhook request {"method":"POST","ip":"173.252.95.26","payload_size":759} 
[2026-07-27 21:31:24] 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-27 21:31:24] production.INFO: [WEBHOOK_ENTRY] Processing entry {"waba_id":"1556462045621410"} 
[2026-07-27 21:31:24] production.INFO: [WEBHOOK_ENTRY] Processing change {"field":"messages","has_value":true} 
[2026-07-27 21:31:24] production.INFO: [WEBHOOK_PROCESS] Starting payload processing {"waba_id":"1556462045621410","field":"messages"} 
[2026-07-27 21:31:24] production.INFO: [WEBHOOK_PROCESS] WABA found {"waba_id":19,"phone_number_id":"911062242088434"} 
[2026-07-27 21:31:24] production.INFO: [WEBHOOK_PROCESS] Channel found {"channel_id":17,"channel_name":"Elanco Malaysia"} 
[2026-07-27 21:31:24] production.INFO: [WEBHOOK_TRANSFORM] Transformation disabled  
[2026-07-27 21:31:25] production.INFO: [WEBHOOK_PROCESS] Processing contact {"wa_id":"6585402090","user_id":"SG.4534979083488404","username":null,"profile_name":"evan"} 
[2026-07-27 21:31:25] production.INFO: Found existing recipient {"recipient_id":48839,"matched_by":"user_id","updated_fields":false} 
[2026-07-27 21:31:25] production.INFO: [WEBHOOK_PROCESS] Recipient resolved {"recipient_id":48839,"recipient_mobile":"6585402090","recipient_username":null,"recipient_user_id":"SG.4534979083488404"} 
[2026-07-27 21:31:25] production.INFO: [WEBHOOK_PROCESS] Processing message {"message_id":"wamid.HBgKNjU4NTQwMjA5MBUCABIYFjNFQjBFQUQzREY3NkEzRDY3NTRDNDcA","message_type":"interactive","from":"6585402090","timestamp":"1784864611"} 
[2026-07-27 21:31:25] 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}
"} 
