Skip to main content

webhooks

The inbound-events model for an app built on this kit — receiving and handling platform webhooks (something happened: a booking created/changed/cancelled, a waiver signed, etc.). Use when adding an endpoint that reacts to a platform event for waitlist, abandoned-booking, dynamic-pricing, or sync features — or the install/uninstall lifecycle webhook that tells the app who an install belongs to. Covers the registration/endpoint split, verifying the delivery yourself, validating fields, idempotency, the critical "events carry state, not change" caveat, and what install identity (installId, accountId/partnerId, accountName, platform) to persist and how permanent each is. Triggers on "webhook", "platform event", "booking event", "react to a booking", "handle an event", "verify a webhook", "webhook idempotency", "install webhook", "install event", "uninstall", "who is this install", "account id", "partner id".

跳到安装

来源信息

仓库
peek-travel/app-cli
最近来源活动
2026年8月20日 01:29
检测到的 SKILL.md 语言
英语
星标
0
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。