AMCards enables users to create personalized greeting cards, automate mailing campaigns, strengthen customer relationships using a convenient online platform for individualized connections
AMCards enables users to create personalized greeting cards, automate mailing campaigns, strengthen customer relationships using a convenient online platform for individualized connections On Nagent, Amcards is exposed as a fully-configurable marketing automation integration that any agent can call — 10 actions, and API key authentication. No code is required to wire Amcards into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Amcards to automate the kinds of tasks marketing automation teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Amcards into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Amcards, with input parameters and output schema. Drop these into any step of an agent built in Helix.
AMCARDS_GET_API_SCHEMATool to retrieve the entire schema for AMCards API V1. Use when you need to discover available API endpoints, resources, and their structure.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
AMCARDS_GET_CARDSThis 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.
Input parameters
The number of cards to skip before starting to collect the result set
The maximum number of cards to retrieve per page
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
AMCARDS_GET_CATEGORYTool 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.
Input parameters
The unique identifier of the category to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
AMCARDS_GET_CATEGORY_SCHEMATool 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.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
AMCARDS_GET_CONTACTSThis 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.
Input parameters
The number of contacts to skip before starting to collect the result set
Filter contacts by email address
The maximum number of contacts to retrieve
Filter contacts by last name
Filter contacts by first name
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
AMCARDS_GET_GIFTTool 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.
Input parameters
The unique identifier of the gift to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
AMCARDS_GET_PUBLIC_TEMPLATETool 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.
Input parameters
The unique identifier of the public template to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
AMCARDS_LIST_CATEGORIESTool 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.
Input parameters
Filter sub-categories by parent category ID. Use this to get only categories that belong to a specific parent category
Filter by category title (case-insensitive). Use this to search for categories containing specific text in their title
Filter by parent category title (case-insensitive). Use this to find categories whose parent's title contains specific text
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
AMCARDS_LIST_GIFTSTool 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.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
AMCARDS_LIST_PUBLIC_TEMPLATESTool 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.
Input parameters
Filter by category ID to retrieve templates from a specific category
Filter by template name (case-insensitive partial match). Use this to search for templates containing specific text in their name
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 35 agents privately built on Nagent that already use Amcards.
Build on Nagent
Connect Amcards to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Amcards, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Amcards is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Amcards is connected, you configure its 10 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Amcards steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Amcards event fires, the agent kicks off automatically.
Every Amcards action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Amcards ships with 10 pre-built marketing automation actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Amcards together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Amcards-based workflows tailored to your business.