# Amcards AI integration on Definable

> AMCards enables users to create personalized greeting cards, automate mailing campaigns, strengthen customer relationships using a convenient online platform for individualized connections

## What this connects

AMCards enables users to create personalized greeting cards, automate mailing campaigns, strengthen customer relationships using a convenient online platform for individualized connections

Vendor: https://amcards.com/user/

## Tools available

**10** tools available. First 10:

- `AMCARDS_GET_API_SCHEMA` — Get API Schema — Tool to retrieve the entire schema for AMCards API V1. Use when you need to discover available API endpoints, resources, and their structure.
- `AMCARDS_GET_CARDS` — Get Cards — This tool retrieves a list of all cards associated with the authenticated account. The action is completely independent and doesn't require any external resource IDs or parameters beyond authentication. It allows users to monitor, track, and manage their cards.
- `AMCARDS_GET_CATEGORY` — Get Category — Tool to retrieve details of a specific category by ID. Use when you need to fetch information about a card template category including its title, hierarchy, and priority.
- `AMCARDS_GET_CATEGORY_SCHEMA` — Get Category Schema — Tool to retrieve the schema for Category resource. Categories are readonly. Use when you need to understand the structure and available fields of the Category resource.
- `AMCARDS_GET_CONTACTS` — Get Contacts — This tool retrieves a list of contacts from AMCards. It is used for managing contacts by providing details like limit, skip, and filters (e.g., last_name, first_name, email). The tool returns an array of contact objects containing fields such as id, first_name, last_name, email, created_at, and updated_at.
- `AMCARDS_GET_GIFT` — Get Gift — Tool to retrieve details of a specific gift by ID. Use when you need to fetch information about a particular gift including its name, description, price, shipping cost, and availability.
- `AMCARDS_GET_PUBLIC_TEMPLATE` — Get Public Template — Tool to retrieve details of a specific public template by ID. Use when you need to get information about a specific template including its configuration, panels, and metadata.
- `AMCARDS_LIST_CATEGORIES` — List Categories — Tool to retrieve a list of card template categories from AMCards. Categories are returned ordered by their priority (1 is highest). Use when you need to browse available categories, filter by parent category, or search categories by title.
- `AMCARDS_LIST_GIFTS` — List Gifts — Tool to retrieve a list of Gift items offered by AMcards. Use when you need to display or reference available gifts for selection or purchase. No authorization required.
- `AMCARDS_LIST_PUBLIC_TEMPLATES` — List Public Templates — Tool to retrieve a list of public templates available to all users. Use when you need to browse or search available card templates. No authorization required for this endpoint.

## Auth

Auth schemes: `API_KEY`.

## How agents use Amcards

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

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

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

## Categories

- marketing automation — https://definable.ai/apps/category/marketing-automation/
- customer appreciation — https://definable.ai/apps/category/customer-appreciation/

## Related

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