Forum Moderators: buckworks
Has anyone dealt with this? Is there a service out there already? I want the process to be under my brand, as opposed to emails coming from the carriers. The emails should be under my umbrella, whether by domain, title, or whatever.
Any input is appreciated.
Just giving the customer their tracking number *and* a link to the UPS tracking page ought to be plenty.
But if you're determined, I'd think you'd need to work it out with UPS/DHL/whoever that you were going to be interrogating their system repeatedly; they might not be too interested in your "service."
That said.. Something like that wouldn't be too too difficult to develop. It would be easier if you had an API to work off to get the results. You could also send requests to their website's tracking pages and extract the results and dynamically create your email messages with the resulting string.
This type of application would best be served as a service type component instead of a web-application. A Windows application, or better yet a Windows Service running on your database server would be a good way to accomplish it.
Honestly, as a customer I would get a little annoyed with all the emails with every scan update. Ever look at a UPS or DHL detail track? You would be sending 4-10 emails per shipment.Agreed. While the target opportunity is technically ecommerce, it's not ecommerce as most on this board would normally think of it. This would be a premium service for those needing it.
That said.. Something like that wouldn't be too too difficult to develop. It would be easier if you had an API to work off to get the results. You could also send requests to their website's tracking pages and extract the results and dynamically create your email messages with the resulting string.There's a commercial webservice available, but until you scale up pretty big its pricey on a transactional basis. But not too bad, so maybe it's a place to start to measure the market.
This type of application would best be served as a service type component instead of a web-application. A Windows application, or better yet a Windows Service running on your database server would be a good way to accomplish it.My thoughts as well. Hoping there was something off the shelf availavble though. Thanks all.
Just giving the customer their tracking number *and* a link to the UPS tracking page ought to be plenty
That one mail with a link will allow any customer to check the current status and location at any time. Heck, these days one only needs to type the tracking number into a certain search engine, eliminating the need to open an e-mail more than once.
In the trucking industry (and others) there is a thing called EDI which is used to transmit (among other things) the current location and status of a shipment. If your customer needs are that great then maybe EDI is a solution for you too.