Amcards

Learn how to use Amcards with Composio

Overview

SLUG

AMCARDS

Description

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

Authentication Details

generic_api_key
stringRequired

Tools

SLUG: AMCARDS_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.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: AMCARDS_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.

Action Parameters

email
string
first_name
string
last_name
string
limit
integerDefaults to 25
skip
integer

Action Response

data
arrayRequired
error
string
successful
booleanRequired