Order Accepted by Carrier

This webhook is triggered when the carrier returns a success:true response after Bringg sends an order to them.

📘

Register Your URL for this Webhook

Visit the Send Bringg Webhooks page to learn how to subscribe to webhooks and customize the fields included in your callbacks.


Response

{
  "task": {
    "id": 84953222,
    "title": "782542792992-1626349317",
    "external_id": "1626349317-R0",
    "fleet_delivery_external_id": "ABCD1234",
    "fleet": {
      "id": 270,
      "name": "Acme Fleet"
    }
  },
  "webhook_type": "order_accepted_by_fleet",
  "merchant_id": 49,
  "task_fleet_mapping": {
    "shared_extras": {
      "some": "important info"
    }
  }
}

Output Params

fleet_delivery_external_id

string

ID of the order/delivery in the fleet's system. Use this field to map your orders to the fleet's orders.

shared_extras

object

The content of 'fleet_extras' received from the interactions with the fleet above.