DripPulse documentation
Understand the product in plain language, follow a short getting-started path, then dive into guides or the HTTP API. You do not need an account to read any page linked from here.
What is DripPulse?
DripPulse is a CRM and automation platform built for API-first workflows and AI agents. Instead of treating the API as an afterthought, workflows, agents, and integrations are designed so you can discover capabilities over HTTP, run repeatable automations, and keep humans in the loop where you want them.
Who it is for
- Builders & engineers integrating DripPulse from backends, scripts, or agent runtimes.
- RevOps and growth teams designing lead routing, scoring, and nurture flows.
- Evaluators who need to see credible docs and a real API surface before adopting.
Start here (~10 minutes)
- Orient: Read Getting started for the product tour.
- Concepts: Skim Workflow builder and Template guide to see how automations are modeled.
- Try the API: Follow the Programmatic API quickstart (curl examples).
- Go live: Sign in, create an organization API key, and call
GET /api/v1/agentswithAuthorization: Bearer ….
Exact object models and guardrails for your tenant are reflected in the API responses and dashboard; use the reference below for every route.
Core concepts (short)
Agents
Deployable units (from templates or workflows) that execute policies and call downstream capabilities. Inspect and control them via the API and dashboard.
Workflows
Visual, step-based automations (triggers, filters, actions). Create and test them in the UI or over the API.
API & keys
JSON API under /api/v1. Organization API keys and session JWTs both use Authorization: Bearer.
Integrations
Connectors and webhooks for outbound events; see the API reference for current resources.
All guides (HTML, crawlable)
- Getting started
- Template guide
- Workflow builder
- Pricing & plans
- Programmatic API quickstart
- Full API reference
- Status
Developers
Use the quickstart for copy-paste requests and the API reference for every method and path. After sign-in, create keys under Dashboard → API keys.