Cloud Vois Shortcode Services

Simplify Communication with Memorable Shortcodes

Cloud Vois Shortcode Features

Two-way communication

Enable bidirectional communication with customers using shortcodes.

Keyword management

Allow businesses to manage keywords and customize responses.

Auto-response

Set up automatic responses to specific keywords for immediate engagement.

For Developers, By Developers

Cloudvois programmable API infrastructure enables developers to easily integrate communication API’s and create solutions of their choice. Create a free developer account today to access API and SDK’s.

$cloudvoisCommunications = new 	cloudvoisCommunicationsClient('YOUR_ACCESS_KEY');
            $message = new 	cloudvoisCommunicationsObjectsMessage();
            $message->originator = 'cloudvoisCommunications';
            $message->recipients = [31612345678];
            $message->body = 'This is a test message.';
            $cloudvoisCommunications->messages->create($message);
cloudvoisCommunicationsService service = new cloudvoisCommunicationsServiceImpl("YOUR_ACCESS_KEY");
            cloudvoisCommunicationsClient cloudvoisCommunicationsClient = new cloudvoisCommunicationsClient(service);
            List<BigInteger> recipients = new ArrayList<>();recipients.add(new BigInteger('31612345678'));
            MessageResponse response = cloudvoisCommunicationsClient.sendMessage( "cloudvoiceCommunications", "This is a test message.", recipients);
          }
 
 
import cloudvoisCommunicationsclient = cloudvoisCommunications.Client('YOUR_ACCESS_KEY')
            message = client.message_create('cloudvoisCommunications', '31612345678', 'This is a test message.')

Contact Us

Thanks for sending Email!

Processing...