Skip to main content

webhook emit

Some events follow no API call: money landing in an account, a chargeback, a KYC decision. Declare them in the spec with x-pikopod-emit-only: true, or in the webhooks sidecar with emitOnly: true, and fire them here. Only declared events can be emitted; pikopod never invents one, since at your handler it would be indistinguishable from a real delivery. --data is a JSON object, inline or @path, overlaid onto the documented payload shape so your values reach a nested payload rather than being replaced by synthesis.

webhook list

Deliveries a running sandbox has made and how the sink answered.
When the sink refused a delivery, the last failure is printed. Both commands need pikopod up. See Webhooks.