Skip to main content

cng-webhooks

How to receive and handle Connect&GO (cng) webhooks in a starter-kit app — today that means the platform-agnostic install-status webhook (install/uninstall lifecycle), NOT booking/waiver parsers (those are peek-only). Use when adding or changing the endpoint that reacts to an app being installed/uninstalled on cng, or any future cng event. Covers verifying + parsing the delivery with parseInstallWebhook (it verifies the signed app_registry_v2 JWT and merges the JSON body into a flat InstallWebhook), what identity to persist (accountId/partnerId is permanent, installId may change, persist platform + accountName) and how permanent each is, idempotency/installDataId scoping, and acting on an event via an install-scoped cng client. Triggers on "cng webhook", "install-status", "parseInstallWebhook", "install/uninstall event", "app_registry_webhook", "react to a cng install".

Jump to install

Source facts

Repository
peek-travel/app-cli
Last source activity
August 20, 2026 at 01:29
Detected SKILL.md language
English
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.