# Dpd2 AI integration on Definable

> DPD is a digital product delivery platform for selling ebooks, software, music, and other digital goods.

## What this connects

DPD is a digital product delivery platform for selling ebooks, software, music, and other digital goods.

Vendor: https://getdpd.com

## Tools available

**8** tools available. First 8:

- `DPD2_GET_STOREFRONT` — Get Storefront — Retrieves detailed information about a specific DPD storefront by its ID. Returns storefront configuration including name, URL, contact details, currency, type, and subdomain. Use this after obtaining a storefront ID from DPD2_LIST_STOREFRONTS or when you need to fetch current metadata for a known storefront.
- `DPD2_LIST_CUSTOMERS2` — List DPD Customers (Filtered) — Tool to list customers in your DPD account with advanced filtering. Use when you need to find customers by email, name, product purchases, newsletter subscription status, or creation date range.
- `DPD2_LIST_PURCHASES` — List DPD Purchases — Tool to list all purchases made through your DPD account. Use when you need to retrieve purchase records with optional date filters and pagination for reporting or analysis.
- `DPD2_LIST_STOREFRONTS` — List Storefronts — Tool to list all storefronts in your DPD account. Use after authenticating to fetch storefront details before managing products or purchases.
- `DPD2_LIST_SUBSCRIBERS` — List Subscribers — Tool to list subscribers for a given storefront. Use when you need a paginated and filtered list of subscribers after storefront setup.
- `DPD2_PING` — DPD: Ping API — Tool to ping the API to check its status. Use when verifying API connectivity before further operations.
- `DPD2_VERIFY_NOTIFICATION2` — Verify DPD IPN Notification — Tool to verify a POST from the URL integration (IPN/webhook). POST all parameters that were POSTed to your site to confirm authenticity. Use after receiving an IPN notification to validate it came from DPD.
- `DPD2_VERIFY_SUBSCRIBER` — Verify Subscriber — Tool to verify a subscriber's subscription status. Use when you need to check if a subscriber is active and receiving service. Either username (email) or subscriber ID must be provided.

## Auth

Auth schemes: `API_KEY`.

## How agents use Dpd2

Inside a Definable workflow, Dpd2 is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Dpd2** — the Researcher (GPT-5.5) pulls context from Dpd2 (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Dpd2** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Dpd2 (create record, post message, draft email).
- **Designer / Engineer → Distributor → Dpd2** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Dpd2 (attach file, open PR comment, post status).

The Verifier checks every Dpd2 call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- ecommerce — https://definable.ai/apps/category/ecommerce/

## Related

- HTML page: https://definable.ai/apps/dpd2/
- Same category (ecommerce): https://definable.ai/apps/category/ecommerce/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
