Dynmark Messaging Platform XML HTTP Interface Quick Start Guide. Draft Revision September

Size: px
Start display at page:

Download "Dynmark Messaging Platform XML HTTP Interface Quick Start Guide. Draft Revision September"

Transcription

1 Dynmark Messaging Platform XML HTTP Interface Quick Start Guide Draft Revision September support@e-txt.co.uk

2 CONTENTS Sending Messages... 3 Sending a Simple Message...3 Text Merge - Sending Personalized Content to Multiple Recipients...5 Additional Message Sending Samples...7 Flash Message Sample...7 Hold for Delivery Message Sample...8 Alternate Character Set (Text.UTF8) Message Sample...8 Binary Message Sample...9 Nokia Ring Tone Sample...10 Operator Logo Sample...10 WAP Push Message Sample Receiving Messages Response Returned by DMP Receipting... 14

3 Sending Messages Sending a Simple Message Dynmark has provided a sample HTML form that you can use to submit your message manually. It can be found at: You can see from viewing the source of this page that the contents of the form are submitted to For your own application, you should submit your messages to this URL directly the HTML page is only provided as a convenience and is not intended for production use. To test your user name, your password, and the ability of the recipient number to receive a message, try submitting the following XML through the test page (substituting your own values for the items in italics: the name & password attributes and inner text of the content & number elements): <Account name='username' password='password'/> <MessageMT type="text.gsm0338"> <Content>This message is a test. Please ignore.</content> <Recipient> The elements and attributes of the XML submission that are relevant to this sample are: Name Type Values Description name Attribute of String Your account name (or user name) Account password Attribute of String Your account password Account type Attribute of MessageMT Text.GSM0338, Text.UTF8,or Binary Text.GSM0338 (default) specifies that the value of the message s content element (and any merge fields see the msf attribute of the Recipient element) are restricted to the GSM character set only. Text.UTF8 specifies the use of Unicode characters typically used either to include non- GSM characters or to use other languages. Binary specifies that the message s content is a hexadecimal representation of a binary value. Typically used for content like ringtones, graphics, etc.

4 Please be aware that each of these message types has an effect on the number of characters that can comprise a single message or segment. Originator Element String The sender information that will be displayed on the recipient s phone. This can be either: The number of a mobile phone A dedicated number associated with your Dynmark account (which can be purchased through the software or online) If you specify e-txt, the DMP will pick an outbound number for the originator from a pool of numbers and will associate the recipient s reply with your account. It does this by creating an association between the randomly picked originator number and the specified recipient number. Any new inbound messages received from the recipient s number will automatically be routed to your account. Finally, you can specify a non-numeric originator of your choosing, such as a company name, product name, or other relevant keyword. The originator must be 15 characters or less and we have found that some operators will refuse an originator with spaces in it. Content Element String The content of the message. Number Element String Should contain one or more internationally formatted phone numbers. An internationally formatted number is one that includes the country code, area code, and number without any plus signs, spaces, dashes, periods, or other separators. An example of the internationally formatted version of the UK mobile number would be If submitting a list of numbers, please separate each number with a comma (see the following sample for an example). Additionally, the tag can occur up to 2500 times in a single submission containing multiple messages, the <MessageMT> tag should not be repeated.

5 The DMP should respond by returning a response code of Success, a transaction ID for the submitted message(s), and the number of credits remaining on your account: <Dmp version="1.0"> <MessageMTSendResponse returncode="success" transaction_id="414451" returndescription="all messages accepted." remainingcredits="999998" /> If there is a problem with a message that you ve submitted, then the return code will be anything other than Success and the returndescription attribute will contain a more detailed explanation of the problem. The returndetail attribute may optionally provide additional relevant data to help identify the issue. A sample error result is listed below: <Dmp version="1.0"> <MessageMTSendResponse returncode="erruserpasswordinvalid" returndescription="the supplied password is invalid." returndetail="password" /> Text Merge - Sending Personalized Content to Multiple Recipients To send a message to multiple recipients with personalized content for each (i.e. a text merge) submit XML similar to the following: <Dmp xmlns=" version="1.0"> <Account name='username' password='password'/> <MessageMTSend split="true" MessageGUID="942497c4-ebfc-4f0c-81bc- 8b39542ba34b"> <MessageMT type="text.gsm0338"> <Content>Dear {MF1} {MF2}, welcome to the {MF4} program! Your registration ID is {MF3}. Thanks!</Content> <MergeFieldOrder value="{mf1}~{mf2}~{mf3}~{mf4}" /> <Recipient mfv="oscar~jenkins~cj21gh~morning#!#john~hamilton~ub60pu~evening#!#john~roth~mm07nu~evening#!#"> <Number> , , ,</Number> The new elements and attributes covered in this sample are: Name Type Values Description Split Attribute of MessageMTSend true or false false (default) if the message length after text merge becomes more than 160 characters, then the message will be rejected. true if the message length is more than 160 characters then the message will be

6 split into 153 character messages and concatenated on the handset you will be charged more message credits. MessageGUID Attribute of MessageMTSend User-supplied Globally Unique Identifier Helps to prevent duplicate message submissions. Should a network error occur during submission or while waiting for a response, it may not be possible to determine whether the request was received or if it was processed correctly. If you resend your request with the same GUID then the DMP will check to see if the another request was processed with the same GUID if it finds a match then the current request can safely be ignored and the DMP will return back the original processing result; if no match request is found then it means that your original request wasn t received and the DMP should process the current request as usual. The message GUID is a safety feature while it is not required, we highly recommend its use. Content Element String Although the Content element was already mentioned above, for a message where the recipient element has an mfv attribute the Content element may contain placeholder items. Value mfv Attribute of MergeFieldOrder Attribute of Recipient Tilde ( ~ ) separated list Groups of tilde ( ~ ) separated lists, each group delimited by #!#. These placeholder items are of the form {MFn} where n is a numeric value from 1-9 and, when merged, will be replaced by their corresponding value (as specified by the MergeFieldOrder element and the ordinal position of the mfv items). Maps the sequence of the merge field entries in the mfv attribute of the Recipient element. This element is optional and is only required if you specify merge field values. If your message does not require a text merge to create personalized messages, then the mfv attribute can be omitted. If you do have merge field values, they should be supplied in sequence for each recipient and, within each recipient s sequence, each value should be separated by a tilde ( ~ ).

7 Each recipient s sequence of merge field values should be separated into a group by the combination #!#. The merge field values must appear in the order given by MergeFieldOrder tag and the groups of merge field values must be in the same order as their corresponding entries in the comma separated list of recipient phone numbers if the text merge is to be performed correctly. Again if everything is okay, then the DMP should return a message similar to: <Dmp version="1.0"> <MessageMTSendResponse returncode="success" transaction_id="414452" returndescription="all messages accepted." remainingcredits="999995" /> Additional Message Sending Samples Flash Message Sample This will send a message that is typically displayed on the recipient s phone but is not automatically stored in their inbox. <Account name='username' password='password'/> <MessageMT type="text.gsm0338" class='0'> <Content>This message is a test. Please ignore.</content> <Recipient> The new elements and attributes covered in this sample are: Name Type Values Description class Attribute of MessageMT Integer Use "1" for standard messages; 0 for Flash messages (which are not typically saved to the phone). While other values may be used for this attribute, not all are handled the same way by all phones operators. Please test your messages against a sampling of phones and

8 operators. Hold for Delivery Message Sample This will submit a message to the DMP, where it will be held in the outgoing delivery queue until a specified date. <Account name='username' password='password'/> <MessageMT type="text.gsm0338" class='1' deliverafter=' T14:57:06'> <Content>This message is a test. Please ignore.</content> <Recipient> The new elements and attributes covered in this sample are: Name Type Values Description deliverafter Attribute of MessageMT Date/Time The date and time, in YYYY-MM- DDTHH:MM:SS format, at which the message can be released from the holding queue and forwarded to the operator s network. Please note: this is not a promised delivery time. Due to the nature of the text messaging networks Dynmark can only guarantee that the message will not be delivered before the specified date and time. Alternate Character Set (Text.UTF8) Message Sample This will send a message in Arabic: <Account name='username' password='password'/> <MessageMT type='text.utf8' class='1'> <Content>ﻎﻏﻐﻑﻒﻓﻔ ﻕﻖﻗ</Content> <Recipient userref=''>

9 This message doesn t make use of any new elements or attributes, rather it highlights one of the other values for the MessageMT element s type attribute, which is Text.UTF8. Binary Message Sample This will send a simple arrow sign graphic to phones that support this type of binary message: <Account name='username' password='password'/> <MessageMT type='binary' class='1'> <Originator>{{_originator}}</Originator> <Udh>0B A </Udh> <Content> C01FFFF FFFF FFFF F9FF F3FF E3FF E1CF E0C E F F FF FFDE </Content> <Recipient userref=''> <MessageMT type='binary' class='1'> <Originator>{{_originator}}</Originator> <Udh>0B A </Udh> <Content>FFFC FFFC FFFF </Content> <Recipient userref=''> <MessageMT type='binary' class='1'> <Originator>{{_originator}}</Originator> <Udh>0B A </Udh> <Content> </Content> <Recipient userref=''>

10 This message also highlights one of the other values for the MessageMT element s type attribute, which is Binary. It also shows how to submit multiple messages in a single post by using additional MessageMTSend elements. The new elements and attributes covered in this sample are: Name Type Values Description Udh Element Binary value as Hex String This is the User Defined Header for the binary message. Typically this value is used to provide meta-data about the binary data or to assist in the re-assembly on the mobile phone of a message which has had to be broken up into message size chunks. Nokia Ring Tone Sample This will send a Nokia Ring Tone: <Account name='username' password='password'/> <MessageMT type='binary' class='1'> <Udh> </Udh> <Content>024A3A51D195CDD004001B </Content> <Recipient userref=''> This message doesn t make use of any new elements or attributes, but it does demonstrate yet another type of binary message. Operator Logo Sample This will send an operator logo file: <Account name='username' password='password'/> <MessageMTSend test='false'> <MessageMT type='binary' class='1'>

11 <Udh> </Udh> <Content>42F E C0707C003E0E038003E0734E0072CE07C000E031DA005B8C FBA005DFE040001FFC1EA005783FF801F0046BE007D6200F DA005B0E F4002F0E E0E </C ontent> <Recipient userref=''> This message doesn t make use of any new elements or attributes, but it does demonstrate yet another type of binary message. WAP Push Message Sample This will send a WAP URL to the recipient: <Account name='username' password='password'/> <MessageMTSend test='false'> <MessageMT type='text.utf8' class='1'> <WapUrl> <Content>WAP URL test.</content> <Recipient userref=''> The new elements and attributes covered in this sample are: Name Type Values Description WapUrl Element String (URL) The URL that you d like the recipient to be able to browse to.

12 2. Receiving Messages The Following URL needs to be called : Data is as follows. It should be sent in text/xml format with POST method. <methodcall> <methodname>getmomessages</methodname> <params> <param type='string'>etxtusername</param> <param type='string'>password</param> <param type='int32'>146655</param> </params> </methodcall> First parameter is username Second parameter is password Third is the last downloaded mo message id. If it is zero then any unprocessed messages will be returned To mark the messages as downloaded (by which they are marked deleted) on the server foll. xml needs to be sent. <methodcall> <methodname>updatemomessagestatus</methodname> <params> <param type='string'>etxtusername</param> <param type='string'>password</param> <param type='int32'>146655</param> <param type='int32'>146657</param> <param type='boolean'>true</param> </params> </methodcall> In above case the 3rd and 4th params are the first and last mo message ids downloaded during this session. When the fifth parameter is true, the mo message is marked as DELETED as a result you will not be able to download this MO message again. If this parameter is false then these messages at our server are marked only as DOWNLOADED. In this scenario, if you send a request for MO messages with last downloaded id 0, then the MO message will be downloaded again. Note that either messages should be marked as deleted by UpdateMOMessageStatus or you should maintain MaxMessageId downloaded and send it in GetMOMessages to avoid getting the same MO messages again.

13 Response Returned by DMP Structure of data returned (this is XML representation of ADO.net dataset): <?xml version="1.0" encoding="utf-8"?> <UserMOMessage xmlns:xsi=" xmlns:xsd=" xmlns=" <status>success</status> <ds> <xs:schema id="newdataset" xmlns="" xmlns:xs=" xmlns:msdata="urn:schemasmicrosoft-com:xml-msdata"> <xs:element name="newdataset" msdata:isdataset="true" msdata:usecurrentlocale="true"> <xs:complextype> <xs:choice minoccurs="0" maxoccurs="unbounded"> <xs:element name="momessage"> <xs:complextype> <xs:sequence> <xs:element name="id" type="xs:int" minoccurs="0" /> <xs:element name="msisdn" type="xs:string" minoccurs="0" /> <xs:element name="originator" type="xs:string" minoccurs="0" /> <xs:element name="sms_class" type="xs:unsignedbyte" minoccurs="0" /> <xs:element name="payload" type="xs:string" minoccurs="0" /> <xs:element name="created" type="xs:datetime" minoccurs="0" /> <xs:element name="f_rb_carrier_id" type="xs:int" minoccurs="0" /> <xs:element name="f_rb_mo_account_id" type="xs:int" minoccurs="0" /> <xs:element name="f_user_id" type="xs:int" minoccurs="0" /> </xs:sequence> </xs:complextype> </xs:element> </xs:choice> </xs:complextype> </xs:element> </xs:schema> <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xmlmsdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1"> <NewDataSet xmlns=""> <MOMessage diffgr:id="momessage1" msdata:roworder="0"> <ID>48</ID> <MSISDN> </MSISDN> <ORIGINATOR> </ORIGINATOR> <SMS_CLASS>0</SMS_CLASS> <PAYLOAD>Message content</payload> <CREATED> T16:53: :00</CREATED> <F_RB_CARRIER_ID>4</F_RB_CARRIER_ID> <F_RB_MO_ACCOUNT_ID>0</F_RB_MO_ACCOUNT_ID> <F_USER_ID>14112</F_USER_ID> </MOMessage> </NewDataSet> </diffgr:diffgram> </ds> </UserMOMessage>

14 3. Receipting <Account name='username' password='password'/> <MessageMTSend test='false' MessageGUID="642497c4-ebfc-4f1c-81bcxb39542ba34b" SendDeliveryStatus="true" DeliveryStatusUrl=" <MessageMT type='text.gsm0338' class='1'> <Content>test message</content> <Recipient> <Number> </Number> In MessageMTSend node, note these new elements : SendDeliveryStatus="true" DeliveryStatusUrl=" URL will be url pointing to YOUR server. To the URL we return following querystring: dmp_dynmarkref=56a8408cd4174ac2a0dc8a9330c4c5ac&messageguid=642497c 4-ebfc-4f1c-81bc- 8b39542ba34y&statusid=1&recipient= &statusdescription=Messages%20 delivered%20to%20handset&datetime= t16:21: i.e. we submit URL: 2A0DC8A9330C4C5AC&messageguid=642497c4-ebfc-4f1c-81bc- 8b39542ba34y&statusid=1&recipient= &statusdescription=Messages%20 delivered%20to%20handset&datetime= t16:21: If within 8 seconds, the remote server does not return HTTP 200 status (success status) then we retry at 1, 2, 4, 8, 16, 32 minutes Data being sent is: dmp_dynmarkref=56a8408cd4174ac2a0dc8a9330c4c5ac - not really relevant to remote user but this represents a unique identifier of this message at OUR END. messageguid=642497c4-ebfc-4f1c-81bc-8b39542ba34y - GUID sent by user

15 statusid=1 The status values are: 1 Messages delivered to handset 2 Messages not delivered during validity period 3 Messages queued for delivery at SMSC 4 Messages rejected by operator 5 Messages sent to discontinued/invalid number 6 Messages sent to handset with full SIM 7 Messages SMSC was not able to send 8 Messages to user with no credit 9 Messages with no response from Mobile Operator recipient= number to which message was sent statusdescription=messages%20delivered%20to%20handset (URLencoded string) datetime= t16:21: (date format is yyyy-mm-ddthh:mm:ss:mmm with T as separator - this is as per universal standard)

NO: 22/15(1)/ /DCH/DHDS/Machinery Government of India Ministry of Textiles Office of the Development Commissioner for Handlooms **** ADDENDUM

NO: 22/15(1)/ /DCH/DHDS/Machinery Government of India Ministry of Textiles Office of the Development Commissioner for Handlooms **** ADDENDUM NO: 22/15(1)/2014-15/DCH/DHDS/Machinery Government of India Ministry of Textiles Office of the Development Commissioner for Handlooms **** ADDENDUM Udyog Bhavan, New Delhi Dated: 27.10.2014 Subject: -

More information

TWW UNIMESSAGE. Volume SMS Messaging. Web services Integration Guide ( Version 3.09 )

TWW UNIMESSAGE. Volume SMS Messaging. Web services Integration Guide ( Version 3.09 ) TWW UNIMESSAGE Volume SMS Messaging Web services Integration Guide ( Version 3.09 ) 1 TWW UNIMESSAGE Volume SMS Messaging WEBSERVICES Integration Guide Information in this document, or in the described

More information

All requests must be authenticated using the login and password you use to access your account.

All requests must be authenticated using the login and password you use to access your account. The REST API expects all text to be encoded as UTF-8, it is best to test by sending a message with a pound sign ( ) to confirm it is working as expected. If you are having issues sending as plain text,

More information

NORTHPOINTE SUITE WEB SERVICES ARCHITECTURE

NORTHPOINTE SUITE WEB SERVICES ARCHITECTURE NORTHPOINTE SUITE WEB SERVICES ARCHITECTURE Table of Contents LDAP LOGIN 2 APPLICATION LOGIN 4 LIST REFERENCE CODES 9 STORE REFERENCE CODES 14 LIST AGENCIES 18 GET AGENCY ID 23 LIST SECURITY GROUPS 27

More information

SMS Submit Interface description HTTP Version 1.5

SMS Submit Interface description HTTP Version 1.5 SMS Submit Interface description HTTP Version 1.5 This document is intended for application developers with knowledge about the HTTP protocol. Document history Version Description 1.5 Spelling error corrected

More information

Wired 2 Wireless Technology Solutions API Help Document Copyright Introduction. 2. Parameter list

Wired 2 Wireless Technology Solutions API Help Document Copyright Introduction. 2. Parameter list 1. Introduction Wired 2 Wireless Technology Solutions offers an easy way to send and receive messages via its built-in webserver using HTTP. In this document you will learn how to send SMS, check delivery

More information

[MS-DSDIFFGRAM]: SharePoint Web Services: DataSet DiffGram Structure

[MS-DSDIFFGRAM]: SharePoint Web Services: DataSet DiffGram Structure [MS-DSDIFFGRAM]: SharePoint Web Services: DataSet DiffGram Structure Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications

More information

Introduction BB4 Web Services specifications... 5

Introduction BB4 Web Services specifications... 5 Billy Blue s 4 Web Service API Guide rel. 1.1 07-07-2010 Summary Introduction... 4 Monitor, share, inform.... 4 BB4 web services... 4 Web Service data format... 4 How to use Web Service di BB4... 4 Use

More information

Cloud SMS API Guide. Version 5.1

Cloud SMS API Guide. Version 5.1 Cloud SMS API Guide Version 5.1 Cloud API Guide v5.1 Page 1 of 18 Table of Content 1 Overview 1 2 MACH Push Messaging 2 3 MT API Details 3 3.1 Send Message 3 3.2 Send Long Concatenated Messages 8 4 MO

More information

HTTP Specification Version 1.83

HTTP Specification Version 1.83 HTTP Specification Version 1.83 1. HTTP URL link 2. Sending Text Message 3. Sending Flash Message 4. Sending Unicode Message 5. Sending Binary Message 6. Sending 2D Barcode Message 7. Check for credits

More information

SMS Outbound. HTTP interface - v1.1

SMS Outbound. HTTP interface - v1.1 SMS Outbound HTTP interface - v1.1 Table of contents 1. Version history... 5 2. Conventions... 5 3. Introduction... 6 4. Application Programming Interface (API)... 7 5. Gateway connection... 9 5.1 Main

More information

Gatesms.eu Mobile Solutions for Business

Gatesms.eu Mobile Solutions for Business TECHNICAL SPECIFICATIONS XML Web API GATESMS.EU, version 1.1 Prepared by: Gatesms.eu Contents Document version history...3 Security...3 General requirements...3 HTTP transmission security mechanism...3

More information

Integration Guide Xura Messaging HTTP-Interface

Integration Guide Xura Messaging HTTP-Interface Integration Guide Xura Messaging HTTP-Interface Version 2.1.5 Content is subject to change Xura Secure Communications GmbH Tel.: +49 89 201 727 0 e-mail.: asc-support@xura.com All rights reserved. This

More information

LINK Mobility SMS REST API MT and Delivery Reports Version 1.3; Last updated September 21, 2017

LINK Mobility SMS REST API MT and Delivery Reports Version 1.3; Last updated September 21, 2017 LINK Mobility SMS REST API MT and Delivery Reports Version 1.3; Last updated September 21, 2017 For help, contact support@linkmobility.com The most up-to-date version of this document is available at http://www.linkmobility.com/developers/

More information

Bulk HTTP API Specification

Bulk HTTP API Specification Bulk HTTP API Specification (Document Version 1.0) (This Document gives details on how to send messages via the Bulk HTTP API for the CloudSMS Gateway) HTTP API to submit messages to CloudSMS http://developers.cloudsms.com.ng/api.php?userid=xxxx&password=yyyyy&type=y&destinati

More information

[MS-DSDIFFGRAM]: SharePoint Web Services: DataSet DiffGram Structure Specification

[MS-DSDIFFGRAM]: SharePoint Web Services: DataSet DiffGram Structure Specification [MS-DSDIFFGRAM]: SharePoint Web Services: DataSet DiffGram Structure Specification Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes

More information

Fax Broadcast Web Services

Fax Broadcast Web Services Fax Broadcast Web Services Table of Contents WEB SERVICES PRIMER... 1 WEB SERVICES... 1 WEB METHODS... 1 SOAP ENCAPSULATION... 1 DOCUMENT/LITERAL FORMAT... 1 URL ENCODING... 1 SECURE POSTING... 1 FAX BROADCAST

More information

SMS+ Client User Manual

SMS+ Client User Manual SMS+ Client User Manual Route Mobile Limited. 2018. All Right Reserved. 1 Table of Contents INTRODUCTION... 3 LOGIN... 4 Login:... 4 Dashboard... 8 SEND SMS... 10 Single SMS:... 11 Bulk SMS:... 12 Personalized

More information

XML / HTTP(s) NETIO M2M API protocols docs

XML / HTTP(s) NETIO M2M API protocols docs XML / HTTP(s) NETIO M2M API protocols docs Protocol version: XML Version 2.0 Short summary XML / HTTP(s) protocol is a file-based M2M API protocol, where the NETIO device is a HTTP(s) server and the client

More information

WMH API Documentation. Contents

WMH API Documentation. Contents WMH API Documentation Contents WMH API Documentation... 1 Terms... 2 Questions... 3 Functions... 4 GetAvailableInventory... 4 GetAvailableInventoryXML... 4 GetPricing... 4 GetPricingXML... 4 GetProductInfo...

More information

KOSTAS MARKELLOS University of Patras, Computer Engineering and Informatics Department, University Campus, 26500, Rio, Greece

KOSTAS MARKELLOS University of Patras, Computer Engineering and Informatics Department, University Campus, 26500, Rio, Greece USING STANDARDISED WEB SERVICES FOR INTEGRATING PROCESSES OF AUTONOMOUS ACTORS COMMUNICATING WITHIN A PUBLIC INFORMATION SYSTEM - A CASE STUDY FROM GREECE KOSTAS MARKELLOS University of Patras, Computer

More information

New Dashboard - Help Screens

New Dashboard - Help Screens New Dashboard - Help Screens Welcome to the new Panacea Dashboard. This document aims to provide you with concise explanations of the menu system and features available to you as a Panacea user account

More information

Integrating with Cellsynt's SMS gateway via HTTP interface (technical documentation)

Integrating with Cellsynt's SMS gateway via HTTP interface (technical documentation) Integrating with Cellsynt's SMS gateway via HTTP interface (technical documentation) Integrating with Cellsynt's SMS gateway via HTTP interface (technical documentation) Table of Contents Part I Introduction

More information

API Documentation. Release Version 1 Beta

API Documentation. Release Version 1 Beta API Documentation Release Version 1 Beta Document Version Control Version Date Updated Comment 0.1 April 1, 2016 Initialize document 1 Release version PROMOTEXTER V3 BETA - API Documentation 1 Table of

More information

SMS Outbound. SMTP interface - v1.1

SMS Outbound. SMTP interface - v1.1 SMS Outbound SMTP interface - v1.1 Table of contents 1. Version history... 5 2. Conventions... 5 3. Introduction... 6 4. Gateway connection... 7 4.1 E-mail message format... 7 4.2 Header section... 7 4.3

More information

Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On

Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On Configuration Guide E84772-01 Last Update: Monday, October 09, 2017 Oracle Utilities Opower Energy Efficiency Web Portal -

More information

Forthnet Mobile Platform - groupsms http interface v1.0 1 / 9

Forthnet Mobile Platform - groupsms http interface v1.0 1 / 9 Table of Contents Introduction... 2 Requirements... 2 Connecting to Forthnet Mobile Platform... 2 Message submission... 3 Client Request... 3 Parameters... 4 Parameter user... 4 Parameter pass... 4 Parameter

More information

SMS HTTP API DOCUMENTATION December 2012

SMS HTTP API DOCUMENTATION December 2012 SMS HTTP API DOCUMENTATION December 2012 TABLE OF CONTENTS 1.0) INTRODUCTION 3 2.0) SENDING NORMAL TEXT MESSAGES 4 3.0) SENDING UNICODE (UCS2) MESSAGES (MULTILINGUAL) 5 4.0) SENDING UDH HEADER MESSAGES

More information

SOAP API. The correct URL has been hidden. Please contact your account manager for the full URL information.

SOAP API. The correct URL has been hidden. Please contact your account manager for the full URL information. SMS Help Guides TNZ Group Limited sales@tnz.co.nz +64 9 9293000 +64 9 522 8839 SOAP API SOAP is a simple way of sending SMS/TXT messages via the internet. It is a great solution for integration into existing

More information

[MS-ASNOTE]: Exchange ActiveSync: Notes Class Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-ASNOTE]: Exchange ActiveSync: Notes Class Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-ASNOTE]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

SharePoint Web Services: DataSet DiffGram Structure

SharePoint Web Services: DataSet DiffGram Structure [MS-DSDIFFGRAM-Diff]: Intellectual Property Rights tice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats,

More information

SMSCenter. SMSCenter API

SMSCenter. SMSCenter API www.smscenter.co.il SMSCenter Multi Messaging Software Server SMS / MMS / IVR / WAP Push SMSCenter API SMSCenter API The software described in this book is furnished under a license agreement and may be

More information

HTTP API - HELP DOCUMENT

HTTP API - HELP DOCUMENT 1. INTRODUCTION This document is to provide help and illustrations to users who wish to delivery SMS using the SMSCountry SMS Gateway via the HTTP Protocol. Accessing gateway through HTTP API is one of

More information

Way2mint SMS Mobile Terminate (MT) API Guide for HTTP / HTTPS

Way2mint SMS Mobile Terminate (MT) API Guide for HTTP / HTTPS Way2mint SMS Mobile Terminate (MT) API Guide for HTTP / HTTPS 10/1/2009 Way2mint Services Prepared by: Mohit Jaswani Copyright Way2mint Services The content of this document are copyright and remain the

More information

2. On completing your registration you will get a confirmation . Click on the link or paste the link into your browser to validate the account.

2. On completing your registration you will get a confirmation  . Click on the link or paste the link into your browser to validate the account. Bongo Live SMS API v1.4 Revision History: v 1.1 - Initial Release. v1.2 19/6/2013 - Added Balance check and Sender Name Check v1.3 15/10/2013 Added incoming sms specifications v1.4 13/05/2014 Added API

More information

BulkSMS Marketo Gateway

BulkSMS Marketo Gateway BulkSMS Marketo Gateway Integration Guide Page 1 Contents Introduction... 4 About the BulkSMS Gateway for Marketo... 4 Advanced Group Messaging Key Features... 4 Use any or all of our other products and

More information

Automated Load Forecast System (ALFS) For RC Interface Specification

Automated Load Forecast System (ALFS) For RC Interface Specification Automated Load Forecast System (ALFS) For RC Interface Specification Version: 1.0 October 22, 2018 Revision History Date Version Description 10/23/2018 1.0 Initial document release related to the Load

More information

SMS Pro/Billing Pro. Interface specification. Version 3.0.1

SMS Pro/Billing Pro. Interface specification. Version 3.0.1 SMS Pro/Billing Pro Interface specification Version 3.0.1 Copyright Telenor Sverige AB 2008 Contents: 1 Introduction... 3 2 Protocols for interconnection... 3 3 Content format... 3 4 XML References...

More information

In order to create your proxy classes, we have provided a WSDL file. This can be located at the following URL:

In order to create your proxy classes, we have provided a WSDL file. This can be located at the following URL: Send SMS via SOAP API Introduction You can seamlessly integrate your applications with aql's outbound SMS messaging service via SOAP using our SOAP API. Sending messages via the SOAP gateway WSDL file

More information

SMS-Bulk Gateway HTTP interface

SMS-Bulk Gateway HTTP interface SMS-Bulk Gateway HTTP interface Release 3.0.0 2001-2017 SmsItaly.Com 1 1 Introduction 1.1 Summary Only authorized users can submit SMS messages for delivery by one of the following methods: - Internet

More information

HTTP API-HELP DOCUMENT

HTTP API-HELP DOCUMENT PARAMETER DEFINITION S.NO PARAMETER PARAMETER VALUE PARAMETER NAME DESCRIPTION 1 User Test User User name of the 2 Passwd Test Password Password of the account 3 Sid DEMO Sender id Destination Mobile 4

More information

SMS API - Web Services with SSL SHA2 HMAC Version 1.7

SMS API - Web Services with SSL SHA2 HMAC Version 1.7 SMS API Web Services with SSL SHA2 HMAC Open API Version 1.7 Jul 2017 Technologies powered by Media Digital Technologies Corporation Limited. All rights Reserved. Copyrights 2003-2017 INTRODUCTION... 3

More information

User Manual RouteSms SmsPlus Desktop. Version 1.0

User Manual RouteSms SmsPlus Desktop. Version 1.0 User Manual RouteSms SmsPlus Desktop Version 1.0 1. Content : 1 INTRODUCTION...... 3 2 LOGIN... 4 3 WELCOME PAGE...... 5 4 SEND SMS...... 6 4.1 SINGLE SMS:... 6 4.2 BULK SMS:... 7 4.3 PERSONALIZED BULK

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-OTPCE]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

User Manual. HIPAA Transactions System Integration for Channel Partner Vendor. Version 15.2 May 2015

User Manual. HIPAA Transactions System Integration for Channel Partner Vendor. Version 15.2 May 2015 User Manual HIPAA Transactions System Integration for Channel Partner Vendor Version 15.2 May 2015 Trademarks and Copyrights Optum HIPAA Transactions System Integration Document Channel Partner Vendor

More information

Way2mint SMS Mobile Terminate (MT) API Guide for HTTP HTTPS

Way2mint SMS Mobile Terminate (MT) API Guide for HTTP HTTPS Way2mint SMS Mobile Terminate (MT) API Guide for HTTP HTTPS The content of this document are copyright and remain the property of. This document is not to be reproduced in any form, whether electronic,

More information

SMS API TECHNICAL SPECIFICATION

SMS API TECHNICAL SPECIFICATION SMS API TECHNICAL SPECIFICATION Version 2.1 Provision of the Click SMS Gateway Service is dependent upon compliance with the specifications contained in this document. Although Click SMS has taken reasonable

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-DPAD]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

DocuSign Information Guide. API Requirements Information. General Requirements. SOAP and REST API Requirements

DocuSign Information Guide. API Requirements Information. General Requirements. SOAP and REST API Requirements DocuSign Information Guide API Requirements Information This guide provides information about customer responsibilities and requirements when using the DocuSign SOAP and REST APIs. It also provides information

More information

SOA Suite for healthcare integration Series

SOA Suite for healthcare integration Series Oracle SOA Suite 11g R1 PS5 SOA Suite for healthcare integration Series Exception Handling - Processing Endpoint Errors michael@czapski.id.au January 2013 Table of Contents Introduction... 1 Solution Overview...

More information

[MS-DPAD]: Alert Definition Data Portability Overview. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-DPAD]: Alert Definition Data Portability Overview. Intellectual Property Rights Notice for Open Specifications Documentation [MS-DPAD]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

InterCallTXT TextOnline User Guide

InterCallTXT TextOnline User Guide InterCallTXT TextOnline User Guide 1. Messages www.intercalleurope.com Information Hotline 0871 7000 170 +44 (0)1452 546742 conferencing@intercalleurope.com Reservations 0870 043 4167 +44 (0)1452 553456

More information

My MessageMedia User Guide

My MessageMedia User Guide My MessageMedia User Guide Copyright and Trademark Statement 2011 MessageMedia All rights reserved. Apart from any use permitted under the Copyright Act 1968, no part of this publication may be reproduced,

More information

PCCW mobile SMS Web Access 2.0 User Guide

PCCW mobile SMS Web Access 2.0 User Guide PCCW mobile SMS Web Access 2.0 User Guide Version 2.1.2 11 March 2011 Version: 2.1.2 Table of Content 1 Introduction... 4 2 General... 5 2.1 Getting started... 5 2.2 Login/Logout... 5 2.3 Switch between

More information

Pro Solutions Interface specification

Pro Solutions Interface specification Interface specification Version 3.1.0 Copyright Telenor Sverige AB 2010 Contents: 1 Introduction...3 2 Protocols for interconnection...3 3 Content format...3 4 XML References...4 5 Abbreviations...4 6

More information

TWS Toolkit V2.1 Developer s Manual

TWS Toolkit V2.1 Developer s Manual 2002 Algoria. TWS (Telephony Web Services), and related modules and products, is a registered trademark from Algoria TWS Toolkit V2.1 Developer s Manual Juillet 2007 Contact and Support : Algoria Adress

More information

PISOA Interface Specification. Fall 2017 Release

PISOA Interface Specification. Fall 2017 Release PISOA Interface Specification Fall 2017 Release Version: 1.0 July 21, 2017 Revision History Date Version Description 07/21/2017 1.0 Initial document release related to the PISO Interfaces. RequestVERMeasurements

More information

edmr2.0 XML Documentation Last Updated: 5/12/2010

edmr2.0 XML Documentation Last Updated: 5/12/2010 edmr2.0 XML Documentation Last Updated: 5/12/2010 Versions edmr2.0 vs edmr1.0 To differentiate between the old and new edmr versions we have designated the original version as edmr1.0 and the latest version

More information

ezeesms URL API Documentation

ezeesms URL API Documentation ezeesms URL API Documentation 1 1. ABOUT COMPANY: Pinnacle Teleservices Pvt. Ltd. is a leading Cellular IT Solutions Company established in 2003 and awarded as ISO 9001: 2008 Certified Company, traveled

More information

API USER GUIDE MARKETING MESSAGES & BROADCASTS

API USER GUIDE MARKETING MESSAGES & BROADCASTS API USER GUIDE MARKETING MESSAGES & BROADCASTS General Overview So, what do you want to do? 3 3 Marketing Messages with replies 4 First, let s send the messages Advanced API developers note Next, let s

More information

REST SERVICE. Web Services API Version 1.5

REST SERVICE. Web Services API Version 1.5 REST SERVICE Web Services API Version 1.5 The information contained within this document is the property of PageOne Communications Ltd and may not be copied used or disclosed in whole or in part, except

More information

SMS4BD Gateway Integration

SMS4BD Gateway Integration SMS4BD Gateway Integration TECHNICAL DOCUMENTATION v3.0 This document is intended to help IT experts in integration of SMS gateway of SMS4BD. Any alteration of this document without permission is strictly

More information

Customer Market Results Interface (CMRI) For RC Interface Specification. Version: 1.0.0

Customer Market Results Interface (CMRI) For RC Interface Specification. Version: 1.0.0 Customer Market Results Interface (CMRI) For RC Interface Specification Version: 1.0.0 November 1, 2018 Revision History Date Version Description 11/01/2018 1.0.0 Initial document release Page 2 of 10

More information

Automated Load Forecast System (ALFS) Interface Specification. Fall 2017 Release

Automated Load Forecast System (ALFS) Interface Specification. Fall 2017 Release Automated Load Forecast System (ALFS) Interface Specification Fall 2017 Release Version: 1.1 March 27, 2017 Revision History Date Version Description 03/01/2017 1.0 Initial document release related to

More information

Oracle Hospitality OPERA Web Self- Service Brochure Web Service Specification Version 5.1. September 2017

Oracle Hospitality OPERA Web Self- Service Brochure Web Service Specification Version 5.1. September 2017 Oracle Hospitality OPERA Web Self- Service Brochure Web Service Specification Version 5.1 September 2017 Copyright 1987, 2017, Oracle and/or its affiliates. All rights reserved. This software and related

More information

ERMES. Technical Specification for ex MPAY services integration. version /10/2018

ERMES. Technical Specification for ex MPAY services integration. version /10/2018 ERMES Technical Specification for ex MPAY services integration version 1.7 26/10/2018 Summary 1.Changes...3 2.Introduction...4 2.1.Glossary...4 3.ERMES API Overview...5 3.1.Protocol...6 4.ERMES API...9

More information

Response: Note: Please define Dynamic Value in ##Field## The following are the parameters used: For Unicode Message:

Response: Note: Please define Dynamic Value in ##Field## The following are the parameters used: For Unicode Message: For Unicode Message: Promotional Unicode Message API http://cloud.smsindiahub.in/vendorsms/pushsms.aspx?user=youruserid&password=yourpassword& msisdn=919898xxxxxx&sid=senderid&msg=पर षण स द श &fl=0&dc=8

More information

Oracle Communications Network Charging and Control. Web Services Description Language Reference Guide Release 6.0.1

Oracle Communications Network Charging and Control. Web Services Description Language Reference Guide Release 6.0.1 Oracle Communications Network Charging and Control Web Services Description Language Reference Guide Release 6.0.1 April 2017 Copyright Copyright 2017, Oracle and/or its affiliates. All rights reserved.

More information

Halcyon Message Sender GUI. v6.0 User Guide

Halcyon Message Sender GUI. v6.0 User Guide GUI v6.0 User Guide Copyright Copyright HelpSystems, LLC. All rights reserved. www.helpsystems.com US: +1 952-933-0609 Outside the U.S.: +44 (0) 870 120 3148 IBM, AS/400, OS/400, System i, System i5, i5/os,

More information

2 Accessing Oracle Webmail

2 Accessing Oracle Webmail Oracle Collaboration Suite Using Oracle Webmail Release 2 (9.0.4.2) Part No. B10897-02 March 2004 You can use Oracle Webmail to: Compose and manage messages Create and manage message folders Manage public

More information

SONERA OPERATOR SERVICE PLATFORM OPAALI PORTAL SMS. FREQUENTLY ASKED QUESTIONS, version 2.0

SONERA OPERATOR SERVICE PLATFORM OPAALI PORTAL SMS. FREQUENTLY ASKED QUESTIONS, version 2.0 SONERA OPERATOR SERVICE PLATFORM FREQUENTLY ASKED QUESTIONS, version 2.0 OPAALI PORTAL Q: Why Registration link to Opaali portal does not work currently, HTTP Operation Forbidden error is shown? A: Sonera's

More information

[MS-TMPLDISC]: Template Discovery Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-TMPLDISC]: Template Discovery Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-TMPLDISC]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

4 Building a Data Exchange Connector

4 Building a Data Exchange Connector 4 Building a Data Exchange Connector A Data Exchange Connector is a JMS server-based integration vehicle that helps you to build a bi-directional data exchange setup between Enterprise Manager and other

More information

Revision: 50 Revision Date: :43 Author: Oliver Zabel. GTX Mobile Messaging SMS Gateway Interface Simple HTTP API Manual

Revision: 50 Revision Date: :43 Author: Oliver Zabel. GTX Mobile Messaging SMS Gateway Interface Simple HTTP API Manual Revision: 50 Revision Date: 09.06.17 14:43 Author: Oliver Zabel GTX Mobile Messaging SMS Gateway Interface Simple HTTP API Manual Table of Contents Table of Contents... 2 Introduction... 3 Sending SMS...

More information

How to Guide. How to create mobile surveys. and forms START

How to Guide. How to create mobile surveys. and forms START 06 and forms How to Guide How to create mobile surveys START sales@textlocal.com 01244 752299 www.textlocal.com 06 and forms How to Guide How to create mobile surveys START sales@textlocal.com 01244 752299

More information

mvaayoo API Ver 1.2.0

mvaayoo API Ver 1.2.0 Ver 1.2.0 DOCUMENT RELEASE NOTE Ver 1.2.0 Author(s): Sriram Gopal Reddy K Date: 21/10/2009 Reviewer(s): Dipto Mukherjee Date: 21/10/2009 Approved by: Date: REVISION HISTORY Document No: Document Title:

More information

Mobile forensics. SMS (Short Message Service) EMS, MMS, CBS

Mobile forensics. SMS (Short Message Service) EMS, MMS, CBS Mobile forensics SMS (Short Message Service) EMS, MMS, CBS How the Mobiles Work The Route of a Mobile Phone Telephone Call, (or SMS or user data traffic) SIM card Radio access network Core network MS/UE

More information

PROFESSIONAL SMS APP CENTER USER MANUAL

PROFESSIONAL SMS APP CENTER USER MANUAL 2017 WWW.TEXTGHANA.COM Silky I.T. Production 0245701001 textghana@gmail.com info@textghana.com PROFESSIONAL SMS APP CENTER USER MANUAL Professional SMS is designed to send large customised SMS volumes

More information

Table of Contents. Developer Manual...1

Table of Contents. Developer Manual...1 Table of Contents Developer Manual...1 API...2 API Overview...2 API Basics: URL, Methods, Return Formats, Authentication...3 API Errors...4 API Response Examples...6 Get Articles in a Category...6 Get

More information

Qualys Cloud Platform v2.x API Release Notes

Qualys Cloud Platform v2.x API Release Notes API Release Notes Version 2.35.1.0 January 2, 2019 Qualys Cloud Suite API gives you many ways to integrate your programs and API calls with Qualys capabilities. You ll find all the details in our user

More information

Technical Guide. REST API for Mobile Outbound SMS

Technical Guide. REST API for Mobile Outbound SMS Technical Guide REST API for Mobile Outbound SMS Munich +49 89 202 451 100 Singapore +65 6478 3020 London +44 207 436 0283 San Francisco +1 415 527 0903 sales@tyntec.com www.tyntec.com Table of Contents

More information

SMS API - Web Services with SSL SHA2 HMAC Version 1.5

SMS API - Web Services with SSL SHA2 HMAC Version 1.5 SMS API Web Services with SSL SHA2 HMAC Open API Version 1.5 Jun 2017 Technologies powered by Media Digital Technologies Corporation Limited. All rights Reserved. Copyrights 2003-2017 WEB SERVICES WITH

More information

ARI WarrantySmart User Documentation. For Version 3.0. The Dealer Experience

ARI WarrantySmart User Documentation. For Version 3.0. The Dealer Experience ARI WarrantySmart User Documentation For Version 3.0 The Dealer Experience WS3.0-092506-001 October 23, 2006 ARI Network Services, Inc. Copyright 2006 ARI Network Services All rights reserved. ARI Network

More information

Message parameter details

Message parameter details HTTP API for Message Forwarding (SMS India Hub Gateway Version 1.1) Overview... 2 Introduction... 2 Messaging... 3 Message parameter details... 4-7 Error Codes... 8 Contact Details... 9 Overview This document

More information

Front Gateway Product Description for the connection between the SMS gateway and customer

Front Gateway Product Description for the connection between the SMS gateway and customer Front Gateway Product Description for the connection between the SMS gateway and customer Applies to: SMS Gateway Standard SMS Gateway Proff SMS Gateway PSK Development Manual v.2.22 2017-05-05 Side 1

More information

MultiTexter.com Smart Messaging System. HTTP Application Programming Interface

MultiTexter.com Smart Messaging System. HTTP Application Programming Interface MultiTexter.com Smart Messaging System HTTP Application Programming Interface 0. INTRODUCTION MultiTexter.com system offers various methods to send SMS messages. This document contains specifications for

More information

[MS-EDCSOM]: Intellectual Property Rights Notice for Open Specifications Documentation

[MS-EDCSOM]: Intellectual Property Rights Notice for Open Specifications Documentation [MS-EDCSOM]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

General Service Subscription Management Technical Specification

General Service Subscription Management Technical Specification General Service Subscription Management Technical Specification Approved Version 1.0 20 Dec 2011 Open Mobile Alliance OMA-TS-GSSM-V1_0-20111220-A OMA-TS-GSSM-V1_0-20111220-A Page 2 (32) Use of this document

More information

Cisco Encryption

Cisco  Encryption This chapter contains the following sections: Overview of, page 1 How to Encrypt Messages with a Local Key Server, page 2 Encrypting Messages using the Email Security Appliance, page 3 Determining Which

More information

SYNDICATING HIERARCHIES EFFECTIVELY

SYNDICATING HIERARCHIES EFFECTIVELY SDN Contribution SYNDICATING HIERARCHIES EFFECTIVELY Applies to: SAP MDM 5.5 Summary This document introduces hierarchy tables and a method of effectively sending out data stored in hierarchy tables. Created

More information

Redrabbit Cloud-based Communications Platform SMS APIs

Redrabbit Cloud-based Communications Platform SMS APIs Redrabbit Cloud-based Communications Platform SMS APIs Prepared by US Office 8530 Crows Ct. Tampa, Florida 33647 Jordan Office Adnan Halawa Center, Industrial Road Biader Wadi AL-Seer Amman Jordan www.javna.com

More information

[MS-HGRP]: HomeGroup Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-HGRP]: HomeGroup Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-HGRP]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

Quriiri HTTP MT API. Quriiri HTTP MT API v , doc version This document describes the Quriiri HTTP MT API version 1 (v1).

Quriiri HTTP MT API. Quriiri HTTP MT API v , doc version This document describes the Quriiri HTTP MT API version 1 (v1). Quriiri HTTP MT API This document describes the Quriiri HTTP MT API version 1 (v1). Sending messages Request types Security Request parameters Request examples JSON POST GET Response JSON response example

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-AZMP]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

IMEI Database. Manufacturer / Brand Owner User Guide. Version September Copyright Notice. Copyright 2015 GSM Association

IMEI Database. Manufacturer / Brand Owner User Guide. Version September Copyright Notice. Copyright 2015 GSM Association IMEI Database Manufacturer / Brand Owner User Guide Version 4.0 01 September 2015 Copyright Notice Copyright 2015 GSM Association GSM and the GSM logo are registered and owned by the GSM Association. Antitrust

More information

WE POWER YOUR MOBILE WORLD FTP INTEGRATION MANUAL

WE POWER YOUR MOBILE WORLD FTP INTEGRATION MANUAL FTP INTEGRATION MANUAL 1 CONTENTS INTRODUCTION... 3 CONNECTIVITY... 3 CONNECTION PROCESS... 4 INTERFACE... 5 archive folder... 6 errorprocessing folder... 6 idle folder... 6 incoming folder... 6 mobileoriginated

More information

WEBSENSE PERSONAL MANAGER

WEBSENSE PERSONAL  MANAGER WEBSENSE PERSONAL EMAIL MANAGER Personal Email Manager is a facility for managing email that has been blocked by Websense Email Security. Websense Email Security filters email to protect you and your organization

More information

White Paper. Fabasoft Integration for Novell GroupWise. Fabasoft Folio 2017 R1 Update Rollup 1

White Paper. Fabasoft Integration for Novell GroupWise. Fabasoft Folio 2017 R1 Update Rollup 1 White Paper Fabasoft Integration for Novell GroupWise Fabasoft Folio 2017 R1 Update Rollup 1 Copyright Fabasoft R&D GmbH, Linz, Austria, 2018. All rights reserved. All hardware and software names used

More information

[MS-ASCMD]: ActiveSync Command Reference Protocol Specification

[MS-ASCMD]: ActiveSync Command Reference Protocol Specification [MS-ASCMD]: ActiveSync Command Reference Protocol Specification Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications

More information