Presentación  Bluetooth   
Home Español English
Coverage
 Scalable to 1,000s messages per second
 Send SMS and MMS from desktop
 Configure your business logic to message delivery and receipt
 Easy to use Web interface
 Send and receive from Microsoft Excel and Outlook
 Wide range of interfaces and connectivity including SOAP API, XML, CSV, HTTP, SMPT/Email and VB
 Integration with billing, location, CRM, ERP, and Publishing systems
 System access and ability to send and receive messages. Based on combination of username, password, authentication code, mobile number and IP




The Business2Mobile File Processor enables organisations to easily automate the delivery and receipt of SMS and MMS messages from any IT System. The File Processor will automatically pick-up pre-defined CSV or XML files from any system and send out the data as SMS messages.

•  Automated message delivery and receipt from any IT System that can output CSV or XML files
•  Ability to send single or multiple messages from CSV or XML file
•  Choice of standard SMS or Flash SMS
•  Timed delivery of messages enabling reminders and follow up messages to be set-up in advance
•  Replies are provided in CSV or XML format and are imported into the IT System
•  Message Merge enables personalised messages to be created by merging data and template file
•  Sent messages are recorded with status report and Option to configure location of Folder Structure

What is CSV?
Comma Separated Values, the most basic type of structured file. IT systems can easily export and import data in CSV files.

1. An application automatically outputs a CSV or XML file to the Outbox Directory.
 
2. The File processor reads the Outbox directory and passes the messages to B2M to send

Folder structure components:

Outbox -This folder contains messages pending delivery. Messages placed in this folder will be picked up and delivered via SMS.
Merge -Contains data and templates to be merged to create large volumes of personalised messages.
Sent - Messages which have been sent are stored in this folder with server references and status reports.
Inbox - Messages that have been received arrive in this folder.
Errors - Any error messages generated by the system are logged in this folder.

 
SAMPLE OUTGOING XML FILE

< ?xml version="1.0" encoding="UTF-8" ? >
< !DOCTYPE msg-queue SYSTEM "Data\outbox\outgoing-message.dtd" >
< msg-queue >
   < message status="outgoing" type="sms" >
          < recipient >+353876258683
          < bodytext>First xml message sent!
   < /message>
   < message status="outgoing" type="flash">
          < recipient>+353876258683
          < bodytext>Second xml message sent!
          < delivery-time>01072002 12:40
           < ID> 6 < /ID>
   < / message >
< / msg-queue>