Hi
We are getting calls from estuart via ** Webhook V2 URL ** from * Job updated event *
Our system returns controlled error, it does not find a data that you send us because it has been deleted.
How can we stop you from calling so continuously?
The example case is as follows.
There is a JOB created in the “busy” state that in our system there is no longer any related data,
but stuart keeps sending us information about the state (always in “busy”) but if it does not exist,
we want to stop receiving information about this work, How can we do this?
We receive this JOB, and we do not have it anywhere
Received: {
“event”:“driver”,
“type”:“update”,
“data”:{
“status”:“busy”,
“latitude”:40.4216,
“longitude”:-3.67628,
“name”:“Dagmar Rohan”,
“firstname”:“Carter”,
“lastname”:“Lindgren”,
“phone”:“+33232466472”,
“picture_path_imgix”:null,
“transportType”:{
“code”:“motorbike”
},
“job”:{
“id”:110747,
“currentDelivery”:{
“id”:111034,
“driver”:{
“status”:“busy”,
“latitude”:40.4216,
“longitude”:-3.67628,
“name”:“Dagmar Rohan”,
“firstname”:“Carter”,
“lastname”:“Lindgren”,
“phone”:“+33232466472”,
“picture_path_imgix”:null,
“transportType”:{
“code”:“motorbike”
}
},
“transportType”:{
“code”:“motorbike”
},
“packageType”:null,
“etaToDestination”:“2018-09-17T13:04:52.000+02:00”,
“trackingUrl”:“https://stuart.sandbox.followmy.delivery/111034/f66e4914e206ec18c959c6dbac3d72a3”,
“etaToOrigin”:“2018-09-17T12:46:52.000+02:00”,
“status”:“picking”,
“clientReference”:null
},
“transportType”:{
“code”:“motorbike”
},
“packageType”:null,
“status”:“in_progress”,
“comment”:null,
“pickupAt”:“2018-09-17T09:56:33.000+02:00”,
“dropoffAt”:null,
“createdAt”:“2018-09-17T09:27:02.000+02:00”,
“endedAt”:null,
“originComment”:null,
“destinationComment”:null,
“jobReference”:null
}
}
}