Tag

webhooks

0 views collected around this technical thread.

YunZhu Net Technology Team
YunZhu Net Technology Team
Jul 12, 2021 · Frontend Development

Integrating TAPD with DingTalk via a Chrome Extension for Real-Time Bug Notifications

This article explains how to build a Chrome extension that monitors TAPD bug and task status changes and automatically sends notifications to a DingTalk group via a webhook, reducing average resolution time from 4.8 to 2.9 hours and improving testing efficiency.

AutomationChrome ExtensionDingTalk
0 likes · 4 min read
Integrating TAPD with DingTalk via a Chrome Extension for Real-Time Bug Notifications
DevOps Cloud Academy
DevOps Cloud Academy
Sep 23, 2020 · Backend Development

Understanding Webhooks vs. APIs: A Detailed Comparison with GitHub

This article explains how webhooks differ from traditional APIs, using GitHub as an example to illustrate automatic data delivery versus manual request retrieval, and discusses the advantages, automation benefits, and compatibility drawbacks of webhooks in backend integration.

APIAutomationBackend Integration
0 likes · 6 min read
Understanding Webhooks vs. APIs: A Detailed Comparison with GitHub
System Architect Go
System Architect Go
May 1, 2018 · Operations

How to Set Up Real-Time Logging with Slack

This guide explains step‑by‑step how to configure Slack as a real‑time log channel by creating a workspace, setting up a channel, generating an incoming webhook URL, and posting JSON log messages via HTTP so you can monitor application logs instantly.

MonitoringOperationsSlack
0 likes · 2 min read
How to Set Up Real-Time Logging with Slack