POST
/
api
/
v1
/
carrier-sales
/
trigger-call
Trigger an outbound carrier sales call
curl --request POST \
  --url https://api.fleetworks.ai/api/v1/carrier-sales/trigger-call \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "dotNumber": 5555555,
  "toPhone": "+15555555555",
  "contactName": "John Doe",
  "loadId": "12345",
  "metadata": {
    "internal_load_id": "ABC123",
    "customer_id": "12345",
    "priority": 1
  }
}'
{
"success": true,
"jobId": "90510"
}

Authorizations

Authorization
string
header
required

An authentication token that identifies the organization associated with the event. You can reach out to FleetWorks team to request a token.

Body

application/json

Response

200
application/json

Success

The response is of type object.