Honoring Legacies

Integrations

Communications included. Payments ready.

Sankorra includes platform-managed SMS and email communications in every plan. Connect your payment provider and start accepting payments from day one.

Communications (Included)

Included

SMS and email notifications are platform-managed and included in your subscription. No setup required.

SMS

SMS Notifications

Included

Automated SMS updates to families and staff. Powered by Twilio.

  • Case status updates
  • Appointment reminders
  • Document ready alerts
  • Custom templates
Email

Email Communications

Included

Transactional emails with your facility branding. Powered by Resend.

  • Branded email templates
  • Invoice notifications
  • Status updates
  • Document delivery

Payment Processing

Available

Accept payments from families using African and global payment providers.

PS

Paystack

Available

Accept payments via cards, bank transfers, and mobile money across Africa.

  • Card payments
  • Bank transfers
  • Mobile money
  • Automated reconciliation
FW

Flutterwave

Available

Pan-African payment processing with multiple payment methods.

  • 30+ African countries
  • Multiple currencies
  • Mobile money
  • Card payments
HT

Hubtel

Available

Ghana-focused payment solution with mobile money integration.

  • MTN Mobile Money
  • Vodafone Cash
  • AirtelTigo Money
  • Bank payments

Roadmap

Coming Soon

We're building integrations with popular business tools. Let us know what you need most.

Accounting & Finance

Sync invoices and financial data with your accounting software.

QuickBooks

Invoice and payment sync

Q2 2026

Xero

Two-way accounting sync

Q2 2026

Sage

Enterprise accounting

Q3 2026

Documents & Signatures

Digital document management and e-signatures.

DocuSign

Electronic signatures

Q3 2026

Adobe Sign

Enterprise e-signatures

Q3 2026

Calendar & Scheduling

Sync appointments with calendar applications.

Google Calendar

Two-way calendar sync

Q2 2026

Microsoft 365

Outlook integration

Q3 2026
Developer API

Build custom integrations

Need something specific? Our comprehensive REST API allows you to build custom integrations tailored to your facility's unique requirements.

  • RESTful API with comprehensive documentation
  • Webhook support for real-time updates
  • OAuth 2.0 authentication
  • Rate limiting and usage monitoring
  • Sandbox environment for testing
  • Dedicated developer support
View API Documentation
// Send SMS notification via API
const response = await fetch(
  'https://api.sankorra.com/v1/messages/sms',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer your_api_key',
      'Content-Type': 'application/json'
    },
    body: JSON.stringify({
      facility_id: 'fac_123',
      to: '+233201234567',
      template_key: 'case_status_sms',
      data: {
        deceased_name: 'John Smith',
        status: 'Ready for viewing'
      }
    })
  }
);

const result = await response.json();
console.log('Message ID:', result.messageId);

Need a specific integration?

We prioritize integrations based on customer needs. Tell us what tools you'd like to connect with Sankorra.

Start Free Trial