🤖 Automation-Ready

Connect Greetu to
Any Automation Platform

Webhooks make Greetu work with Make, n8n, Pipedream, Zapier, and anything else. Get real-time notifications when cards are viewed, reacted to, or replied to.

Works With Your Favorite Platform

🔧

Make

Visual workflow builder. The biggest Zapier alternative with 20M+ users.

1

Create a Greetu API key at greetu.io/mcp

2

In Make, add a "Webhooks > Custom webhook" module

3

Copy the webhook URL Make gives you

4

Register it with Greetu: POST /api/webhooks with your API key

5

Build your workflow: Slack notification, email alert, CRM update — anything

One API Call to Connect

Register your webhook URL and choose which events to receive. That's it.

POST https://greetu.io/api/webhooks
Content-Type: application/json
X-API-Key: grtu_xxxxxxxx

{
  "url": "https://hook.make.com/your-webhook-url",
  "events": ["card.viewed", "card.reacted", "card.replied"],
  "secret": "your_webhook_secret"
}

What Events Look Like

Every webhook includes the event type, timestamp, and card data.

card.viewed payload
{
  "event": "card.viewed",
  "timestamp": "2026-09-10T18:30:00Z",
  "data": {
    "cardId": "abc123",
    "visitorId": "visitor_456",
    "card": {
      "recipient_name": "Sarah",
      "occasion": "birthday",
      "sender_name": "Mike"
    }
  }
}

Ready-Made Workflow Ideas

Copy these patterns into your automation platform. No coding required.

🎂
card.viewed

Birthday Alert → Slack

When someone opens a birthday card, post a celebration message to your team Slack.

💖
card.reacted

Reaction Notification → Email

Get an email instantly when someone reacts to your card with an emoji.

💬
card.replied

Reply Forward → CRM

When a recipient replies to a card, log it as a customer interaction in your CRM.

📅
card.scheduled

Scheduled Delivery → Calendar

Add scheduled card deliveries to a shared team calendar automatically.

Event Types

card.viewed

Recipient opened the card

card.reacted

Someone reacted with emoji

card.replied

Someone left a text reply

card.created

A new card was generated

card.scheduled

A card was scheduled for future delivery

Team Directory — Bulk Schedule

Upload a CSV of your team and auto-schedule birthday, anniversary, and holiday cards for the entire year.

CSV Format

recipient_name,occasion,scheduled_at,sender_name,theme,email,department
Sarah,birthday,2026-12-25T09:00:00Z,Mike,fun,sarah@co.com,Engineering
John,anniversary,2026-10-15T09:00:00Z,Mike,elegant,john@co.com,Marketing
Team,thank_you,2026-11-24T09:00:00Z,Mike,nature,,All

Columns: recipient_name, occasion, scheduled_at (ISO 8601), sender_name, theme, email, department

API Endpoint

POST /api/cards/bulk-schedule
Content-Type: application/json
X-API-Key: ***

{
  "csv": "recipient_name,occasion...",
  "use_ai_message": true
}

Schedules up to 100 cards in one call. Returns all share URLs.

Start Automating in 2 Minutes

Get your API key, register a webhook, and build your first workflow. No approval process. No waiting.