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".

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.