Goody icon

Goody

Gift sending platform for digital cards, physical products, order batches, price estimates, and order webhooks.

Made for client gifting workflows that browse available cards and products, batch send gifts with price estimates, and listen for order webhooks.

Sign in to connect Goody

Sign in to connect an account and start using Goody in your apps.

Example Use Cases

These are example ways Snow can use Goody when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

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.

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.

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.

List All Active Cards

Tool to list all active digital greeting cards. Use when you need to fetch available card options before sending.

List All Active Products

Tool to list all active products. Use when you need to fetch available active products with pagination and filters.

List All Order Batches

Tool to list all order batches. Use when you need to paginate through your account's order batches.

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).

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.

List All Workspaces

Tool to list all workspaces. Use when you need to retrieve all workspaces associated with the account.

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.