Capitalize on potential mobile messaging revenues
Empowering you with the ability to engage people with cloud communications.
We make it easy for businesses to connects with customers anytime and anywhere around the globe.
Prioritize security in your business, prevent the increasing counts of frauds and scams, to ensure the top quality for your business.
Integrate Messaging service with your ecommerce business, and build a better relationship with your buyers.
SMS have never been easier.
from moceansdk import Mocean,Client token = Client("API_KEY_HERE", "API_SECRET_HERE") mocean = Mocean(token) res = mocean.sms.create({ "from": "MOCEAN", "to":"60123456789" "text": "Hello World" }).send() print(res)
require "moceansdk" token = Client.new("API_KEY_HERE", "API_SECRET_HERE") mocean = Mocean.new(token) res = mocean.sms.create({ "text"=>'Hello World', "from"=>'MOCEAN', "to"=>'60123456789' }).send() puts res
require_once '../vendor/autoload.php'; $token = new Mocean\Client\Credentials\Basic( 'API_KEY_HERE', 'API_SECRET_HERE' ); $mocean = new Mocean\Client($token); $res = $mocean->message()->send([ 'to' => '60123456789', 'from' => 'MOCEAN', 'text' => 'Hello World', ]); echo $res;
const moceanjs = require('mocean-sdk'); var token = new moceanjs.Client('API_KEY_HERE','API_SECRET_HERE'); var mocean = new moceanjs.Mocean(token); mocean.sms().create({ from: 'MOCEAN', to: '60123456789', text: 'Hello World' }).send((err, res) => { if(err) throw err; console.log(res); });
import mocean.system.*; class program { public static void main(String [] args) { Client token = new Client( "API_KEY_HERE", "API_SECRET_HERE" ); Mocean mocean = new Mocean(token); try { String res = mocean.sms() .setFrom("MOCEAN") .setTo("60123456789") .setText("Hello World") .send(); System.out.println(res); } catch(Exception e) { System.out.println(e.getMessage()); } } }
No problem, we got you covered.
Yes. We are an international SMS provider. You can send out SMS both locally and internationally based on our price list.
See moreYou can get 20 FREE credits from here and credits are valid for 14 days.
See moreYou can type the long message into the system. The system will count the characters and show how many SMS will be deducted.
See moreNo. There are no set-up charges or monthly fees with us. You buy credits, use them, and top them up when you need to. It really is that simple.
See moreMake a quick enquiry.