SecureSMS Main

Drupal SMS API Integration

This guide provides comprehensive instructions for integrating SecureSMSC SMS API with Drupal modules and themes.

Quick Start: Download our ready-to-use Drupal module below for instant integration, or follow the guide to build your own custom solution.

Prerequisites

  • Drupal 9, 10, or 11
  • PHP 7.4 or higher
  • Active API key from SecureSMSC

Download Ready-to-Use Module

Drupal SMS Gateway Module

Get our plug-and-play Drupal module that integrates seamlessly with SecureSMSC SMS API. No coding required!

Module Features:

  • Easy installation via Composer or manual upload
  • Simple API key configuration
  • Send single SMS messages
  • Send bulk SMS campaigns
  • Order notification hooks
  • User registration SMS notifications
  • Admin dashboard integration
  • Fully customizable
Download Module (ZIP)

Version 1.0.0 | Compatible with Drupal 9+ | Free to use

Installation Instructions:
  1. Download the module ZIP file
  2. Extract the ZIP file to your Drupal modules directory (e.g., /modules/custom/)
  3. Go to Drupal Admin → Extend
  4. Find "SMS Gateway Integration" and enable it
  5. Go to Configuration → SMS Gateway to configure your API key
  6. Start sending SMS messages!

Setup Instructions

Follow these steps to integrate SMS functionality into your Drupal application.

Integration Steps

Detailed integration steps for Drupal will be available soon.

Code Examples

# API Endpoint: https://whitelabled.securesmsc.com/api/v2/sms/send
# Method: POST
# Headers: Authorization: Bearer YOUR_API_KEY
Back to Documentation