Skip to main content
WEBHOOK
onCarrierCreated
{
  "carrier": {
    "name": "<string>",
    "id": "<string>",
    "equipment": [
      {
        "equipment": {
          "type": "BOX_TRUCK",
          "description": "<string>"
        },
        "trailerNumber": "<string>",
        "truckNumber": "<string>"
      }
    ],
    "contacts": [
      {
        "contact": {
          "carrierId": "<string>",
          "id": "<string>",
          "name": "<string>",
          "phone": "<string>",
          "email": "<string>",
          "role": "<string>"
        },
        "type": "DRIVER"
      }
    ],
    "dotNumber": "<string>",
    "mcNumber": "<string>"
  },
  "event": "carrier.created"
}

Documentation Index

Fetch the complete documentation index at: https://docs.vooma.ai/llms.txt

Use this file to discover all available pages before exploring further.

Beta Feature: This functionality is currently in beta. You may experience changes or limited support as we continue to improve it.

Body

application/json
carrier
object
required
event
enum<string>
required
Available options:
carrier.created

Response

OK