# Pickrr: Feature Scope

### Overview

LimeChat seamlessly integrates with **Pickrr**, enabling automated order tracking and delivery failure notifications. This integration leverages Pickrr’s APIs and webhooks to fetch real-time order statuses and trigger WhatsApp message campaigns for failed deliveries.

### Features

1. **Automated Order Tracking**
   * Retrieve real-time order statuses from Pickrr’s API.
   * Automate customer queries related to order tracking via LimeChat’s chatbot.
2. **Delivery Failure (NDR) Notifications**
   * Listen to Pickrr webhooks for failed deliveries (Non-Delivery Reports - NDR).
   * Trigger automated WhatsApp message campaigns to notify customers and resolve delivery issues.
3. **Secure API-Based Communication**
   * Uses an **Auth Token** for secure access to Pickrr APIs.
   * Ensures encrypted data exchange between both platforms.

### User Permissions & Data Access

#### **Data Accessed by LimeChat**

* **Order Information** (Order ID, Status, Tracking Details)
* **Delivery Status Updates** (Dispatched, In Transit, Delivered, Failed)
* **Non-Delivery Reports (NDR)** (Reason for failure, Delivery attempts, Customer actions)

#### **Permissions Required**

* Read access to order status and tracking information
* Webhook subscription for real-time NDR updates
* Messaging permissions to trigger WhatsApp campaigns for failed deliveries

### Use Case

* **E-commerce Brands** can automate order tracking and improve customer engagement.
* **Customer Support Teams** can proactively manage failed deliveries, reducing Return to Origin (RTO) rates.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://limechatai.gitbook.io/limechat-product-guide/automation/integrations/courier-aggregator/pickrr/pickrr-feature-scope.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
