Amcards

Learn how to use Amcards with Composio

Overview

Enum

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

api_key
stringRequired

Actions

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
object
error
successful
boolean

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
array
error
successful
boolean