CreateWebhookSubscriptionRequest

Request body for creating a public webhook subscription.

  • eventType
    Type: string ยท WebhookManagementEventTypeenum
    required

    Public event type for webhook subscription creation. Call GET /v2/webhook-event-types for the current source of truth.

    values
    • TRACKING_UPDATE
    • STOP_UPDATE
    • LOAD_CARRIER_UPDATE
    • SEND_TMS_COMMENT
    • SCHEDULED_CARRIER_OUTREACH
    • UPLOAD_FILES
    • PUSH_BID_TO_TMS
    • PUSH_LOAD_DRAFT
    • CARRIER_ISSUE_UPDATED
  • webhookEndpointId
    Type: string
    required

    Webhook endpoint ID that should receive this event type

  • isActive
    Type: boolean

    Whether this subscription should be active. Defaults to true.