Jood
Enterprise-Grade SMS Gateway

Powerful SMS Notifications
for Charitable Organizations

Send bulk SMS campaigns, schedule personalized messages, and integrate via API with automatic failover across multiple providers.

99.9%

Uptime SLA

7+

SMS Providers

<1s

Avg Delivery

24/7

Monitoring

Features

Everything You Need for SMS Notifications

Comprehensive tools to manage your organization's SMS communications efficiently

Bulk SMS Campaigns

Send messages to thousands of recipients at once. Upload CSV files or manage recipients directly from the dashboard.

Scheduled Messages

Schedule personalized SMS messages with custom variables. Perfect for reminders, follow-ups, and time-sensitive campaigns.

Message Templates

Create reusable templates with dynamic variables. Maintain consistent messaging across your organization.

Real-time Analytics

Track delivery rates, monitor campaign performance, and analyze trends with comprehensive dashboards.

Multi-Association Support

Manage multiple charitable organizations from a single dashboard with separate quotas and settings.

Enterprise Security

HMAC signature verification, IP whitelisting, and role-based access control protect your communications.

Multi-Provider

Automatic Failover Across Providers

Integrated with multiple SMS providers for maximum reliability. If one provider fails, we automatically route through another.

Smart Routing

Automatically routes messages through the best available provider

Instant Failover

Automatic retry with alternative provider on failure

High Deliverability

Multiple routes ensure messages reach their destination

Developer API

Simple Integration, Powerful Features

Our RESTful API makes it easy to integrate SMS notifications into your existing systems. Send messages, manage templates, and track delivery with just a few lines of code.

  • HMAC-SHA256 request signing for security
  • Webhook callbacks for delivery status
  • Code examples in Node.js, PHP, Python
  • IP whitelisting for additional protection
Read the Docs
send-sms.js
const response = await fetch('https://send.jood.cloud/api/v1/webhook/notification', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'X-Webhook-Signature': signature,
    'X-Webhook-Timestamp': timestamp
  },
  body: JSON.stringify({
    associationId: 1,
    recipient: '+966500000000',
    message: 'Thank you for your donation!'
  })
});

Ready to Get Started?

Start sending SMS notifications to your donors and beneficiaries today. Access the dashboard or explore our API documentation.