Hello all,
I have a process to request shipments. There's a step called In Transit that is system based on a timeout which will move the request forward as soon as the Estimated date is reached.
In the next step, the user must enter the actual date for the delivery.
I was wondering if I could be able to:
- Move the request if in the tracking information, it shows as deliveried
- Enter the date
I was told that for some transport companies, we can check directly in their website but for others, it's not that simple.
Does anyone has something configured like this?
Do you have any ideas on how to accomplish something like that? I know that I probably need to create some sort of API.
Thank you all