The Portcast platform is a powerful integrated shipment tracking platform. By default, Portcast customers can use our proprietary platform to upload and track their shipments, or their customers’ shipments. This is done by accessing our default Web Application at app.portcast.io.
However, for customers handling and managing container tracking for 3rd party customers - like Freight Forwarders, or 3PL/4PL companies - Portcast also offers the possibility of seamlessly integrating into our customers 3rd party platform in a way that goes beyond single container tracker embedding, via our set of whitelabeling features.
The process of whitelabeling includes a number of different features that allow Portcast entreprise customers to provide a full featured tracking platform, directly integrated into their customer facing platforms - typically, their website, customer platform, or intranet.
This allows Portcast customers to offer a fully native experience without the need for expensive internal API integrations, and front and backend development time and cost. All while maintaining customer branding and staying inside existing ecosystems.
There are multiple features built-in by default onto the Portcast platform that allow you to kickstart your shipment tracking implementation:
abcdservices.portcast.io
, and include items like your logo and company name across the platform. This ensures consistent branding and uniformized experience inside your platform.You can follow the next steps to get started with a whitelabeled Portcast experience:
Define your Sub-Orgs and which users need access. Typically, one Sub-Org corresponds to one of your customers; however, for specific use cases, you might want to create team-specific, or project-specific Sub-Orgs for easier separation of shipment contexts or access restrictions. Reach out to our customer success team at [email protected] for information on how to get your Sub-Orgs set-up easily and quickly.
Upload shipments to the relevant Sub-Orgs. This is done via the Web App using any of the relevant upload methods; or, if you are integrating via the API, just use each of the Sub-Orgs’ API keys and the shipments uploaded using this method will be automatically assigned to each Sub-Org’s list of tracked shipments.
Obtain your custom branded subdomain. Reach out to the Portcast team with your desired subdomain, logo and name, and we will deploy it for you.
Embed the platform onto your customer portal or platform. Once you have your custom subdomain, this is an easy HTML integration, possible with any platform that supports iframe integration. Here’s an example of what that would look like in your platform’s source code:
<iframe src="<https://abcdservices.portcast.io>" width="100%" height="800" style="border:0;width:100%;height:100vh;" allowfullscreen="" allow="clipboard-read; clipboard-write"></iframe>
That’s it! Note the src
domain in the above code, pointing the iframe to your branded subdomain. This will deliver your customized tracking platform; you can also adjust additional items like size, height, or responsive behavior via standard CSS. This method of integration allows you to keep all required web page components that are part of your platform, like header, logos, footer, and more.