Integrations

Optional CRM sync. Start simple.

Greve works on its own. Plug in HubSpot or pipe engagement events to any webhook when your stack is ready.

HubSpot

Coming soon

Sync prospect status, engagement events, and follow-up drafts to HubSpot.

  • Contact sync
  • Deal stage updates
  • Activity timeline

Webhook

Available

Send engagement events to any endpoint. Zapier, custom CRM, automation.

  • open event
  • time_on_page event
  • followup_due trigger
Webhook payload
{
  "event": "followup_due",
  "prospect_id": "abc123",
  "their_domain": "stripe.com",
  "angle": "news",
  "days_since_sent": 3,
  "engagement": { "opens": 0, "time_on_page": 0 }
}