1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. WebhookDelivery

WebhookDelivery

    WebhookDelivery is a result of a webhook that was sent. i.e. the Pulumi-side logs for the end-users webhook. It merges both model.WebhookEvent and model.WebhookDelivery.

    Properties

    • id string required
      The unique identifier of the delivery.
    • kind string required
      The kind of webhook event.
    • payload string required
      The JSON payload that was sent.
    • timestamp integer required
      The time the delivery was sent, as a Unix epoch timestamp.
    • duration integer required
      The duration of the delivery request in milliseconds.
    • requestUrl string required
      The URL the webhook was delivered to.
    • requestHeaders string required
      The HTTP headers sent with the request.
    • responseCode integer required
      The HTTP response status code.
    • responseHeaders string required
      The HTTP response headers.
    • responseBody string required
      The HTTP response body.