# Pickup / Will-Call Handoff Agent Pack (mf-tpl-035)

> Pickup / Will-Call Handoff Agent Pack (mf-tpl-035) is a paid API for AI agents from nwb-vending.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-13).

Returns a structured playbook (templates, scripts, and workflow modules) for managing pickup and will-call order handoff communications in a service or materials business.

## Facts

- Endpoint: POST https://nwb-vending.com/2nd-pages/materials-factory/templates/pickup-will-call/full/playbook.json
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pickup-will-call-handoff-agent-pack-mf-tpl-035-052335cb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jcZGWNCNDx4O3_uRXZbQ5

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability pickup-will-call-handoff-agent-pack-mf-tpl-035-052335cb -d '<json body>'
```

Example prompt: Pull up the Materials Factory pickup and will-call handoff agent pack so I can use the templates and scripts to communicate with customers when their orders are ready for pickup.

## When to prefer this

Use this endpoint when an AI agent needs structured, ready-to-use communication templates and workflow playbooks specifically for pickup or will-call order handoff scenarios in a materials or service business. Prefer this over generic template generators when you need industry-specific language for notifying clients their order is ready, coordinating pickup logistics, and managing the handoff process end-to-end.

## Known failure modes

- 404 if the pack_id or URL path is incorrect or unavailable
- 402 Payment Required if the x402 payment header is missing or insufficient (requires $0.08 USDC)
- 503 if the nwb-vending.com service is temporarily unavailable
- Malformed JSON response if the playbook file is corrupted or incomplete
- Empty or minimal response if the pack has not been fully populated

## How this service works

NWB Vending. Practical solutions for small business problems in Kuna, Idaho.

## Output

Returns a JSON playbook containing structured communication templates, workflow scripts, and agent instructions specifically for managing pickup and will-call order handoff scenarios — including customer notification language, step-by-step process guidance, and ready-to-use messaging modules.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "version": "2.0.0",
  "artifact": "mf-tpl-035",
  "audience": "agent"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pickup-will-call-handoff-agent-pack-mf-tpl-035-052335cb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nwb-vending.com](https://www.zero.xyz/host/nwb-vending.com/llms.txt)
