This event is triggered only when the pre-employee confirms acceptance of the transport routing provided by the provider.
Notification properties
The notification will be sent with the following properties:
| Property | Type | Description | 
|---|---|---|
| companyId | number | Company ID. | 
| routingId | string | Identifier of the routing, provided by Gupy in uuid format. | 
Example
{
  "companyName": "ACME",
  "id": "25e99765-8583-4be5-87ae-489c86642964", 
  "event": "admission.automatic-routing-confirmation",  
  "date": "2019-06-19T23:48:46.952Z", 
  "data": {
    "companyId": 1,
    "routingId": "6b431a36-dc54-4f83-86b6-5cc56d5fde76"
  }
}