← Back to Platform

API & Integrations

Connect Conversr with your existing tech stack. RESTful API, webhooks, native integrations, and automation workflows.

REST
API Architecture
99.9%
API Uptime
<100ms
Avg Response Time
24/7
Support

Four Ways to Integrate

Choose the integration approach that fits your technical needs and resources.

RESTful API

Full programmatic access to supporters, journeys, conversations, and analytics. Build custom integrations and automations.

CRUD operations
Pagination & filtering
Rate limiting
API versioning

Webhooks

Real-time event notifications sent to your systems. React instantly to supporter actions, conversation updates, and journey milestones.

Real-time delivery
Retry logic
Event filtering
Secure signing

Native Integrations

Pre-built connectors for popular CRM, fundraising, email, and analytics platforms. No code required for setup.

Two-way sync
Field mapping
Scheduled sync
Conflict resolution

Automation Platform

Connect Conversr to 1000+ apps via n8n workflows. Build custom automations with visual workflow builder.

No-code builder
1000+ apps
Custom logic
Error handling

Native Integrations

Pre-built connectors for the tools nonprofits rely on. More integrations added regularly.

CRM & Fundraising

  • Salesforce
    Available
  • Raiser's Edge NXT
    Available
  • Bloomerang
    Available
  • DonorPerfect
    Available
  • Kindful
    Coming Soon
  • Little Green Light
    Coming Soon

Email Marketing

  • Mailchimp
    Available
  • Constant Contact
    Available
  • Campaign Monitor
    Available
  • ActiveCampaign
    Coming Soon

Peer-to-Peer

  • Blackbaud TeamRaiser
    Available
  • Classy
    Available
  • Givebutter
    Available
  • JustGiving
    Available

Analytics & BI

  • Google Analytics
    Available
  • Looker
    Available
  • Tableau
    Coming Soon
  • Power BI
    Coming Soon

Don't see your platform? We can build custom integrations.

Integration Use Cases

See how charities connect Conversr with their tech stack to automate workflows and sync data.

CRM Sync: Donor Profile Updates

Supporter updates their email via SMS

WORKFLOW
  1. 1
    Supporter sends: 'Please update my email to john@example.com'
  2. 2
    AI extracts new email address from message
  3. 3
    Webhook fires: supporter.profile.updated event
  4. 4
    CRM integration receives webhook, updates donor record
  5. 5
    Confirmation sent to supporter: 'Email updated successfully'
OUTCOME

Real-time data synchronization, zero manual data entry

Event Registration Trigger

New P2P event registration triggers welcome journey

WORKFLOW
  1. 1
    Supporter registers for P2P event in Classy
  2. 2
    Classy webhook notifies Conversr of new registration
  3. 3
    API creates supporter record + tags with 'P2P 2025'
  4. 4
    Welcome journey launched automatically
  5. 5
    First SMS sent within minutes of registration
OUTCOME

Instant stewardship, 45% higher fundraising vs. no SMS

Donation Thank You Automation

Donation in CRM triggers immediate thank you SMS

WORKFLOW
  1. 1
    Donation recorded in Salesforce
  2. 2
    Salesforce triggers webhook to Conversr API
  3. 3
    API checks if supporter opted in for SMS
  4. 4
    If yes: send personalized thank you with donation amount
  5. 5
    Conversation created for any supporter replies
OUTCOME

Sub-5-minute thank you delivery, 3x engagement vs email alone

Analytics Export

Daily export of engagement metrics to BI dashboard

WORKFLOW
  1. 1
    Scheduled API call fetches yesterday's engagement data
  2. 2
    Data includes: messages sent/received, response rates, sentiment
  3. 3
    Export pushed to Google Analytics via API
  4. 4
    BI dashboard auto-refreshes with latest metrics
  5. 5
    Team reviews performance in unified dashboard
OUTCOME

Single source of truth for supporter engagement analytics

Developer-Friendly API

Enterprise-grade API built for reliability, security, and ease of use.

Secure Authentication

API key-based authentication with role-based access control. Rotate keys anytime without downtime.

Comprehensive Documentation

OpenAPI spec, interactive API explorer, code examples in multiple languages, and step-by-step guides.

Rate Limiting

Fair usage limits with burst allowances. Detailed rate limit headers and retry-after guidance.

Sandbox Environment

Test API integrations safely in sandbox before deploying to production. Full feature parity.

Webhook Events

Subscribe to real-time events and receive instant notifications when supporter actions occur.

supporter.created
New supporter added to database
supporter.updated
Supporter profile or attributes changed
conversation.message.received
Inbound SMS from supporter
conversation.message.sent
Outbound SMS to supporter
journey.started
Supporter entered a journey
journey.completed
Supporter completed all journey touchpoints
journey.exited
Supporter exited journey (optout or exit condition)
supporter.opted_out
Supporter requested opt-out from SMS

Simple, Intuitive API

Clean, RESTful endpoints with predictable responses. Get started in minutes.

Example: Create Supporter
POST
POST https://api.conversr.com/v1/supporters

{
  "email": "john@example.com",
  "phone": "+61412345678",
  "first_name": "John",
  "last_name": "Smith",
  "tags": ["monthly_donor", "p2p_2025"],
  "custom_fields": {
    "lifetime_value": 5000,
    "preferred_channel": "sms"
  }
}

// Response: 201 Created
{
  "id": "sup_1a2b3c4d",
  "email": "john@example.com",
  "phone": "+61412345678",
  "created_at": "2025-01-15T10:30:00Z",
  "status": "active"
}

Secure & Compliant

All API traffic encrypted with TLS 1.3. GDPR and Australian Privacy Principles compliant. SOC 2 Type II certified infrastructure. Data sovereignty guaranteed with Australia-region hosting.

TLS 1.3 Encryption
SOC 2 Type II
GDPR Compliant
Australia Hosted

Ready to Connect Your Tech Stack?

Talk to our team about API access, custom integrations, and technical implementation support.