# Goody AI integration on Definable

> Goody is a platform that enables users to send gifts and physical products without handling logistics, offering APIs for commerce and automation.

## What this connects

Goody is a platform that enables users to send gifts and physical products without handling logistics, offering APIs for commerce and automation.

Vendor: https://www.ongoody.com/business/signup

## Tools available

**13** tools available. First 12:

- `GOODY_CALCULATE_PRICE_FOR_ORDER_BATCH` — Calculate Price for Order Batch — Calculate price estimate for an order batch before creation. Returns per-recipient cart pricing (product, shipping, processing, tax) and total batch cost. All prices are in USD cents (e.g., 100 = $1.00). Use this to preview costs before creating an order batch.
- `GOODY_CREATE_WEBHOOK` — Create Webhook — Tool to create a webhook endpoint to receive notifications about order events. Use when you need to set up automated notifications for order lifecycle events like creation, shipment, or delivery.
- `GOODY_DELETE_WEBHOOK` — Delete Webhook — Delete a webhook endpoint to stop receiving notifications from Goody API. Use this when you need to remove a webhook endpoint that is no longer needed or needs to be reconfigured. The operation returns a 204 status code on successful deletion.
- `GOODY_LIST_ALL_ACTIVE_CARDS` — List All Active Cards — Tool to list all active digital greeting cards. Use when you need to fetch available card options before sending.
- `GOODY_LIST_ALL_ACTIVE_PRODUCTS` — List All Active Products — Tool to list all active products. Use when you need to fetch available active products with pagination and filters.
- `GOODY_LIST_ALL_ORDER_BATCHES` — List All Order Batches — Tool to list all order batches. Use when you need to paginate through your account's order batches.
- `GOODY_LIST_ALL_ORDERS` — List All Orders — Retrieves a paginated list of all orders across all order batches in your Goody account. Returns order details including recipient information, cart items, amounts, status, and gift links. Supports pagination with customizable page size (1-100 orders per page).
- `GOODY_LIST_ALL_PAYMENT_METHODS` — List All Payment Methods — Retrieves all saved payment methods for the authenticated account. Payment methods include credit cards and other payment types that can be used when creating orders. No parameters required - simply call this action to get the complete list of payment methods with their IDs, names, and details.
- `GOODY_LIST_ALL_WORKSPACES` — List All Workspaces — Tool to list all workspaces. Use when you need to retrieve all workspaces associated with the account.
- `GOODY_LIST_COLLECTIONS` — List Collections — Tool to list all collections across accessible workspaces. Use when you need to retrieve product collections available in Goody. This endpoint is limited to Automation API usage and returns paginated results.
- `GOODY_LIST_ORDER_ACTIVITIES` — List Order Activities — Tool to list all order activities (events) in your workspace. Returns a paginated list of order status transitions and related events. Use when you need to track order lifecycle events, monitor status changes, or audit order history.
- `GOODY_RETRIEVE_CURRENT_USER` — Retrieve Current User — Retrieve the current authenticated user's profile information from Goody API. This endpoint returns the email and public app ID associated with the authenticated account. Use this to verify authentication status or fetch the current user's account details. No parameters are required - authentication is handled via the Bearer token in headers.

## Auth

Auth schemes: `API_KEY`.

## How agents use Goody

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

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

The Verifier checks every Goody 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/
- customer appreciation — https://definable.ai/apps/category/customer-appreciation/

## Related

- HTML page: https://definable.ai/apps/goody/
- 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
