Welcome, let's begin by exploring the features and getting familiar with the system.
Supercharge your email tracking with our advanced email platform! Experience the next level of efficiency and insights with our cutting-edge features, including powerful email tracking delivered, opens, and clicks. Maximise advanced tracking, customizable email bodies, and seamless logging and testing.
Elevate your email tracking to new heights with our email-powered solution that goes beyond the basics, offering unparalleled sophistication and control. Upgrade to a smarter, more effective way to connect with your audience and drive results. Try it now and revolutionize your email tracking game!






Prepare an API
| Method | POST |
| URL | [[YOUR URL]] |
| Additional Query Param | For enhanced security, it is strongly recommended to use a token. You can include it
in your configuration query param as follows: { "token": "YOUR TOKEN"}.
Ex. [[YOUR URL]]?token=[token] |
| Accept json requests as follow: |
{
"data": [
"Tracking Number or Reference",
"Tracking Number or Reference",
"Tracking Number or Reference"
]
}
Ex.
{
"data": [
"tracking_12345",
"tracking_abced",
"tracking_xyz",
]
}
|
| Response a json requests as follow: |
{
"tracking_12345": {
"order_id": "value",
"sku": "value_2",
"quantity": "value_2",
},
"tracking_abced": {
"order_id": "value",
"sku": "value_2",
"quantity": "value_2",
},
"tracking_xyz": {
"order_id": "value",
"sku": "value_2",
"quantity": "value_2",
}
}
|
Now, values such as "order_id", "sku" and 'quantity' can be utilized for email templating.

TESTING: To test your API, click the "TEST" button at the bottom, and ensure it triggers a GET request to the specified endpoint. Check the response for the expected data or outcome.
Include Sample Tracking Number



Kindly reach out to Eiz to subscribe to the Advanced Email Subscription service.
System Flow:

1. Under Email > Tracking List. Click Settings Button on the top right.

2. Under Webhook Tab, Copy URL and Secret Key Value.

3. Paste the values to Tracking List > Settings > Webhook


4. Subsequently, ParcelDashboard should receive data, and you can observe it under Email > Tracking List > Settings > Webhook > Bottom Part.

Pending - Emails that have not been sent yet.
Sent - Emails that have been successfully sent.
Error - Various reasons may lead to an error, such as no email on the
record. Click the
button on the right
side to view the email and details of the error.
Skipped - The system can only send one email per status for optimization
purposes.
A tracking page serves as a website where customers can monitor the progress of their shipments. E-commerce platforms have the option to create or incorporate a tracking page into their site, enhancing the overall customer experience. By inputting their tracking number on this page, customers can effortlessly access information such as:



The "Track Your Order" button URL can include a slug, allowing you to customize it with your own logo.

