Improvement
05 December 2022

Change logic for updating a Truckstop load posting after an error

The old behavior of the Truckstop service for making a call to update a load posting required that the load had been successfully posted previously, before attempting an update. However, if the first attempt to post the load failed for some reason, it was not possible to post the load again. 

With this update, the new behavior is to treat the attempt to update the load posting as an add of a new load posting if the previous attempt failed. 

New feature
3 years ago

New Action Step for "Create Loglink System Error"

Allows a user generated error to be created based on an arbitrary condition which can then be used to initiate an error flow. Using this step in a flow will forward the data to the "Error" trigger. 

For instance, if a load received in the system should have a status of "Tendered" but it has a different status, you could create a step to create a loglink system error with a particular error code that then could be used in an error flow to send an email. 



New feature
05 December 2022

New inbound service and action service for BlueYonder rate requests

Receive rate requests inbound from BlueYonder customers' load boards and return rate quotes back to the board.

Intended to be used either with a manual response typed in by the user on the new Loglink "Respond to Rate Requests" page, or with an automated process to generate rates to send back to the Blue Yonder board. 

Improvement
05 December 2022

Allowing sending email attachments in SendInBlue service

Can now send email attachments into the SendInBlue service using email.attachment.url, email.attachment.name, and email.attachment.content. 

Example snippet: 

"attachment":{

    "url":"",

    "name":"Tender.pdf",

    "content":"JBER10xLjcKJeljz9MKMTAgMC.."

}

New feature
05 December 2022

New action step - Set Carrier Active Status

Works in conjunction with master carriers stored within Loglink, and allows setting a carrier to active or inactive, depending on how the service is configured.