@paintless/dest-webhook
v0.1.0
Published
Paintless destination adapter that POSTs requests and results to any webhook
Maintainers
Readme
@paintless/dest-webhook
Destination adapter that POSTs a stable JSON envelope anywhere — the universal escape hatch.
import { webhook } from '@paintless/dest-webhook'
destinations: [webhook('https://relay.acme.dev/paintless')],
routes: [{ when: { env: 'prod' }, deliver: ['webhook'] }],The envelope is { type, payload } where type is change_request or
execution_result. Because the shape never changes, a ~20 line relay reaches any
product with an API.
Part of Paintless — click an element in a running app, describe the change, let an agent make it. Docs: https://kyechan99.github.io/paintless/
MIT © kyechan99
