Home / Companies / Knock / Blog / February 2023

February 2023 Summaries

2 posts from Knock

Filter
Month: Year:
Post Summaries Back to Blog
Knock has introduced a significant update for product teams seeking streamlined management of notification data, featuring three main components now generally available: open and link tracking, a new Segment extension, and expanded message status conditions. The update allows users to manage their notification engagement data within Knock, offering a consolidated view and eliminating the need to deal with multiple downstream notification providers. The Segment extension facilitates the transfer of normalized notification data into analytics tools, enhancing teams' ability to analyze delivery and engagement metrics. Knock's updates also provide cross-channel tracking capabilities, allowing for comprehensive oversight of notification efficacy and user interaction across different channels. This release aims to simplify the complex process of managing and analyzing notification data, providing a single API for both notification delivery and understanding, which is particularly beneficial for improving customer experience and retention strategies.
Feb 22, 2023 899 words in the original blog post.
The guide provides a comprehensive walkthrough for building a real-time commenting system using React, Node.js, and Socket.io, demonstrating how to set up a list of comments fed from an API, create new comments, and broadcast them in real-time to users. It begins by establishing the project's structure, creating a Node.js API server with Express.js, and implementing basic HTTP endpoints using static and in-memory data. The guide then details how to develop the React front-end application using create-react-app, build various React components, and integrate Socket.io for real-time communication between the client and server. Additionally, it introduces Knock, a developer platform for constructing cross-channel notification systems, highlighting its capabilities for sending notifications to in-app and out-of-app channels like email and Slack through a single API call. The system is designed to be scalable and efficient, allowing for real-time user interaction and notification management.
Feb 16, 2023 2,314 words in the original blog post.