freelancing-solutions / sasms-crud

sasms-crud api for bulk sms messaging

Home Page:https://www.pocket-money.site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SA SMS API

an sms api built using node.js express node-cron and redis.

API Definition

info:

  • title: bulk sms, email and fax api
  • description: api can be used to send sms messages, bulk sms messages. fax messages and bulk fax messages version: '0.1'
  • servers:
  • paths:
    • ** /send-sms

      • *** post:
        • **description: used to send a single sms message through our api
        • ** responses: '200':
        • ** description: a json object containing the sent message and also the message_id that can later be used to retrieve message responses
    • ** /send-email

      • *** post:
        • **description: used to send single email message through our api
        • ** responses: '200':
        • ** description: a json object containing the sent message and also the message_id that can later be used to retrieve message responses
    • ** /send-fax

      • *** post:
        • **description: used to send single fax message through our api
        • ** responses: '200':
        • ** description: a json object containing the sent message and also the message_id that can later be used to retrieve message responses

About

sasms-crud api for bulk sms messaging

https://www.pocket-money.site

License:MIT License


Languages

Language:JavaScript 100.0%