Convoy · Example Payload

Convoy Source Example

WebhooksWebhook GatewayEvent DeliveryEventingMessagingIntegrationAPI Infrastructure

Convoy Source Example is an example object payload from Convoy, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

uidnametypeprovideris_disabledverifierurlcreated_atupdated_at

Example Payload

Raw ↑
{
  "uid": "src_01HZ4F0J0G3Y2QH9N5T7AZBQ80",
  "name": "GitHub Org Webhooks",
  "type": "http",
  "provider": "github",
  "is_disabled": false,
  "verifier": {
    "type": "hmac",
    "hmac": {
      "header": "X-Hub-Signature-256",
      "hash": "SHA256",
      "encoding": "hex",
      "secret": "redacted"
    }
  },
  "url": "https://us.getconvoy.cloud/ingest/src_01HZ4F0J0G3Y2QH9N5T7AZBQ80",
  "created_at": "2026-03-10T14:00:00Z",
  "updated_at": "2026-05-01T14:00:00Z"
}