

Send a Custom Greeting Card
Physical
Available ActionsEach successful request consumes credits as outlined below.
render_preview400crcreate_proof400crsend400crget_order_status400crget_tracking400crlist_orders400cr
Details
Mail custom folded greeting cards to any US address. You control all four panels: front cover (image), inside left, inside right (main message), and back — each panel can be text or image. Cards can be printed in horizontal or vertical orientation. Four font styles for text: handwritten (blue), elegant (charcoal), modern (near-black), classic (black). Printed on premium cardstock, folded, enveloped, and mailed via USPS First Class with tracking.
Workflows Using This Tool
2 / 5- Pipedrive Renewal Reminder & Retention Gifting: Tiered Cards and Gift Baskets Before Renewal Dates
- Pipedrive Account News Monitor: Auto-Send Congratulations Cards & Flowers on Client Milestones
- Pipedrive Personalized Direct Mail Engine: AI-Designed Greeting Cards to Any CRM Segment
- Pipedrive At-Risk Deal Rescue: Auto-Send Flowers & Gift Baskets to Stalled High-Value Accounts
- Real Estate Open House Thank You Card Mailer
Workflow
Saves ~45 min
Never miss a reason to reach out. This AI workflow monitors the news for your most important Pipedrive accounts every week — funding rounds, awards, expansions, product launches, and executive hires — and turns real headlines into perfectly timed, genuinely relevant congratulations. The agent drafts a personalized note that references the actual news, mails a printed greeting card, and for major milestones like a funding round sends flowers, then logs the outreach and the source article onto the account in Pipedrive and alerts the deal owner. Built for account-based selling, relationship management, customer marketing, executive engagement, and sales teams who want to look remarkably attentive — a timely, news-triggered gifting play Pipedrive cannot do natively.
Use Cases
Holiday greeting card campaigns, Customer appreciation and thank-you cards, Birthday and anniversary greetings, Event invitation mailings, Nonprofit donor outreach cards, Real estate follow-up mailers, Employee recognition cards, Brand loyalty and retention mailings, Condolence and sympathy cards, Welcome and onboarding cards
Dynamic MCP Setup
Connect once through AgentPMT Dynamic MCP, then use approved tools from the same agent connection.
30 Second Setup
STDIO connector for Claude Code, Codex, Cursor, Zed, and other LLMs that require STDIO or custom connections.
npm install -g @agentpmt/mcp-routeragentpmt-setupHosted Streamable HTTPS
MCP endpoint for browser-based apps like ChatGPT, Claude, Grok, or any time you want a streamable connection with no local install.
https://api.agentpmt.com/mcpConfig Example
Use the hosted endpoint directly in clients that support remote MCP. Store your Bearer token in the client config or secret field.
{
"mcpServers": {
"agentpmt": {
"type": "streamable-http",
"url": "https://api.agentpmt.com/mcp",
"headers": {
"Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
"x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
}
}
}
}Need client videos, organization controls, audit details, and the full feature overview?
More About Dynamic MCPFrequently Asked Questions
How do I connect this tool to an external agent?
You can install the local MCP server by opening a terminal and running:
Install commands
npm install -g @agentpmt/mcp-router
agentpmt-setupThis will connect you to local agents like Claude Code, Windsurf, Grok Build, Cursor, etc.
Alternatively you can connect to the hosted version with this config block, no installation required:
Hosted MCP config
{
"mcpServers": {
"agentpmt": {
"type": "streamable-http",
"url": "https://api.agentpmt.com/mcp",
"headers": {
"Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
"x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
}
}
}
}View MCP Connection Instructions for more details.
How does an external agent use this tool?
After the external agent is connected to an Agent Group that can use this tool, paste this prompt into the agent:
Agent prompt
Use the AgentPMT-Tool-Search-and-Execution tool. First call action 'get_instructions' so you know how to use the tool search interface. Then call action 'get_schema' with tool_id 6985fead269243768b447d9b ("Send a Custom Greeting Card"). After reading the schema and any returned instructions, tell me what this tool can do, we are going to be using it
The agent should fetch the tool schema first, collect the required parameters for your request, and then call the tool through AgentPMT.
Dependencies
3 dependencies will be automatically added when you enable this product.






