bd7c691aa3
The listMessage was getting error 405 because the biz node used 'interactive > native_flow' structure which is wrong for list messages. Changed to use 'biz > list (type=product_list, v=2)' structure which matches the Pastorini reference implementation and works on both smartphone and web WhatsApp. Changes: - Differentiate biz node based on message type (list vs interactive) - For listMessage/nativeList: use biz > list (type=product_list, v=2) - For other interactive: keep biz > interactive > native_flow - Skip bot node injection for list messages - All listMessages (SINGLE_SELECT + PRODUCT_LIST) now get biz node - Add diagnostic logging matching Pastorini format https://claude.ai/code/session_01SJdSHiUxtwzV8bb5dedodb