# Pipedrive Account News Monitor: Auto-Send Congratulations Cards & Flowers on Client Milestones

> 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.

Content type: workflow
Source URL: https://www.agentpmt.com/agent-workflow-skills/pipedrive-account-news-monitor-auto-send-congratulations-cards-flowers-on-client-milestones
Markdown URL: https://www.agentpmt.com/api/agent/workflows/pipedrive-account-news-monitor-auto-send-congratulations-cards-flowers-on-client-milestones?format=agent-md
Updated: 2026-06-10T02:47:26.060Z
Author: firef1ie

---

Estimated time saved: 45 minutes.

## Tools

- Pipedrive
- Recent News Aggregator
- Send a Custom Greeting Card
- Flower, Fruit Basket, Balloon Delivery
- Gmail

## Workflow Outline

1. List Key Accounts: List organizations, prioritizing those with open or high-value deals. Return org id, name, owner_id, primary contact name, and mailing address.
2. Scan News for Each Account: For EACH account, run a news search on the company name (use quotes for exact match) for the last 14 days. Capture any genuinely noteworthy items: funding rounds, awards, expansio...
3. Pick Congrats-Worthy News & Draft Notes: Goal: Decide which accounts have a real, congratulations-worthy milestone and design the gesture. | Inputs: Per-account news results plus account contact and mailing address details. | Outputs: JSON array 'congrats', on...
4. Approve News-Triggered Outreach: Send a other request to a human. Review the news-triggered congratulations batch before anything ships: for each account you'll see the headline + link, the gesture (card o...
5. Mail Congratulations Cards: For EACH approved item whose gesture_type is 'card' and address_found is true: mail a custom folded card with note_message as inside_right_text, a celebratory front cover, handwri...
6. Send Flowers for Major Milestones: For EACH approved item whose gesture_type is 'flowers' and address_found is true: search_products for a celebratory arrangement, get_order_total with the recipient zipcode, then p...
7. Log Outreach to CRM: For EACH account contacted: create_note on the organization recording the news item (with article url), the gesture sent, and the message; then create_record an 'activity' follow-...
8. Email Summary to Owner: Email a summary to the account owner/sales lead. Subject 'Account News Congrats - outreach sent'. body_text lists each account, the news headline + link, the gesture sent, and cos...

## Frequently Asked Questions

### How do I connect this workflow to my local agent like OpenClaw or Claude Code?

You can install the local MCP server by opening a terminal and running:

```
npm install -g @agentpmt/mcp-router
agentpmt-setup
```

This 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:

```
{
  "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](/docs/mcp-reference/connection) for more details.

### How do I trigger this workflow?

You can use it here in the browser by clicking the 'Try It' button.

If you 'star' the workflow it will save to your dashboard for quick access.

To use the workflow in an external agent, make sure you have followed the steps to connect it to the MCP server and then copy / paste this prompt, or just tell it to use the AgentPMT MCP server and use this workflow.

> Call the AgentPMT-Workflow-Skills tool with action 'get\_workflow\_skill' and skill\_id 6a286aa68773e153162b82ee ("Pipedrive Account News Monitor: Auto-Send Congratulations Cards & Flowers on Client Milestones").