AMD Telecom SMS GATEWAY HTTP API INTERFACE. Technical Specifications

Size: px
Start display at page:

Download "AMD Telecom SMS GATEWAY HTTP API INTERFACE. Technical Specifications"

Transcription

1 AMD Telecom SMS GATEWAY HTTP API INTERFACE Technical Specifications Page 1

2 Contents 1. Introduction Scope of Document Introduction to HTTP2SMS Requirements Technical description Functionality Parameter...3-4e Alphanumeric Originator Address Code Account blocking due to multiple invalid HTTP requests Transport of text messages Transport of text-messages in the form of flash SMS Transport of UTF-8 encoded text messages Dispatching the delivery report By requesting the delivery report from our API By setting up a callback URL Description of the Code retrieved by the delivery report API Delivery receipts via the web-interface Description of the Error Code (errorcode, errortext) Throughput limitation Character Support Retrieving Balance through API HTTP API Responses Transport of National sender id message Sending Multiple SMS via XML call.14 Document Information Prepared By: [ADEA] Project Id: [n/a] Document Ref: [n/a] Date: [ ] Page 2

3 1. Introduction 1.1 Scope of Document Introduction to HTTP2SMS SMS Messages can be transmitted using HTTP protocol. Information about our services can be found on: Requirements The following requirements must be met to enable the sending of short messages (SMS) via AMD Telecom s Messaging Application. Access to the AMD Telecom s Messaging Application HTTP2SMS service is subject to our general terms and conditions of business. For more information, please address to: For contracts & prices: [email protected] For technical questions: [email protected] For technical hotline: Technical description 2.1 Functionality Data is transferred using HTTP-GET requests. AMD Telecom s messaging system accepts requests at the following URLs: or for additional security enhancement for the interconnection HTTPS is also possible: Parameters Username: alphanumeric ie: demo (Username provided by AMD Telecom) Password: alphanumeric ie: demo (Password provided by AMD Telecom) From: Numeric: up to 15 characters - Alphanumeric: up to 11 characters Page 3

4 ie: AMD Telecom (Numeric of alphanumeric Originator for the SMS) To: Numeric: International format. Country code included. You can also use comma separated MSISDN , , for multiple receivers. (Destination MSISDN of the SMS) Text: Text, plain or URL Encoded to ensure character validity (max. 160 characters/sms. If parameter coding=2 then, max. 70 characters/sms) ie: This is my first test SMS (Text of the SMS) Flash: Optional value ie: 1(Generate the SMS as flash (delivery direct to display)). Coding: Optional value ie: 2 (To support UNICODE Characters (70 chars/sms)) Alphanumeric Originator Address Code The originating address can either be a complete mobile telephone number or alphanumeric character string. The length of the alphanumeric character string may not exceed 11 characters Account blocking due to multiple invalid HTTP requests Your system is configured to block a username if it will not receive the correct password, on more HTTP requests than the account manager has setup. Example: Your account is configured with a maximum of 3 incorrect password retry per SMS request. Your account will be blocked completely for 20 minutes. 2.3 Transport of text messages Sending SMS The text parameter must be included in the text you need to send. Example: lecom&to= &text=this%20is%20a%20test%20sms The above example sends the message: This is a test SMS to the following number with the originating alpha sender id AMD Telecom, using username demo and password demo, an account active at AMD Telecom s messaging platform. Page 4

5 The response for the previous request will be: SUCCESS Message Id: 5093c47680aa ;Recipient: Sending Multiple SMS via one POST/GET function Example : lecom&to= , , , &tex t=this%20is%20a%20test%20sms The previous example sends the message: This is a test SMS to the following numbers , , with the originating alpha sender id AMD Telecom, using username demo and password demo, an account active at AMD Telecom s messaging platform. The reply for the above request will be: SUCCESS MessageId: 5093c47680aa ; Recipient: SUCCESS MessageId: 5093c4c4401d ; Recipient: SUCCESS MessageId: 5093c4ef41bc ; Recipient: SUCCESS MessageId: 5093c57d6638e ; Recipient: More details will be answered at 2.5 chapter Dispatching the delivery report. The default value of the delivery validity period of the SMS is used (24 hours) Transport of text-messages in the form of flash SMS In addition to the text-message parameter, you can also add a specific parameter to be able to carry out the task flash : flash equals 1. The terminals receive this message directly to display, not inside the device (so it isn t saved inside the device). Example: lecom&to= text=This%20is%20a%20test%20SMS&flash=1 The flash SMS appears on the terminal display as soon as it ś received. 2.4 Transport of UTF-8 encoded text messages You can submit messages containing foreign (non-latin) characters using the Unicode Character Set (UCS)Encoding. The length of UCS-encoded text-messages is limited to 70 characters. Page 5

6 You can find a complete list of UCS-characters at: There isn t any specific procedure that the user must do to send a Unicode message. If you re sending a message directly from the browsers address bar then just put the UNICODE characters inside the textbox, add parameter &coding=2 at the end and press enter. If you re using the API inside programming source code, then just URL encode the message to be sent and add &coding=2 at the end. Example: lecom&to= text=официальные%20информационныеисточники%2 0органов%20государственнои %20власти%20России скои &coding=2 2.5 Dispatching the delivery report By requesting the delivery report from our API A detailed delivery receipt can be requested for each SMS at every status change of the SMS and the final successful or failed delivery of the SMS is processed and stored by AMD Telecom s Messaging System. If needed, delivery receipts can be dispatched by the customer system via HTTP- Requests. A unique message id is being assigned to each valid SMS being sent to AMD Telecom s Messaging System. A delivery receipt can be requested using separate API. Sample on transport of text messages: lecom&to= text=this%20is%20a%20test%20sms The reply received is: SUCCESSMessageId: 5093c47680aa ; Recipient: Sample request of the delivery receipt for the above example: d=509a1bc The reply received is: {"Tracking":[{"ID":"509a1bc ","EID":"38c933cb-353f-4166-b5c a2","MSISDN":" ","Code":"007","Description":"Delivered","Trac keddate":" :00:50","MccMnc":"27402","Country":"Iceland","Operator":"Vodafone"}]} or {"Tracking":[{"ID":"509b653372b3c ","EID":[{"1":"1cd852d1-f8d3-43ca- 86eb d9fb5d"},{"2":"48b903de-fd3b-4a8b-a849-3f23df7cc4f5"},{"3":"96b00b7f- 793d-4c3a-a fd9ed4e"}],"MSISDN":" ","Code":"007","Description":"Delivered","T Page 6

7 rackeddate":" :51:34","MccMnc":"20201","Country":"Greece","Operator":"COSMOTE"}]} (for concatenated messages) Where EID is the message id, used for tracking the message inside AMD Telecom s extranet platform By setting up a callback URL You can setup the callback URL that we will use for sending the delivery receipt to your server from AMD Telecom s extranet: Account setting -> CallbackURL. The format should be: Notice that the callback URL should be at most 85 (url encoded) characters long (including the protocol http etc). The transaction you expect to receive from AMD Telecom while submitting an SMS is in the format: While submitting an SMS, our platform is always sending you a bit type with code 8 to acknowledge the receipt of the SMS. The next you expect to receive for the same id is either 1 for Delivered SMS, 2 For Undelivered SMS or 4 for Enroute status. The id string is the id you receive while submitting the SMS. So for every ID, you will receive more than one type. If your server is temporary unavailable, AMD Telecom s platform is sending the delivery report to your URL only once (there is no retry). So you can use the API explained in step 1, to request the delivery report if you are missing a report for a specific MSISDN. The supported parameters are these: type (message type status: 8 Acknowledged, 4 EnRoute, 2 Undelivered, 1 Delivered) id (message id) submitdate (date message submitted [UnixTimeStamp]) donedate (date message final state [UnixTimeStamp]) status (message delivery report [see 2.5.3]) txtstatus (message delivery report text) errorcode (message error code if any) errortext (message error text if any) msgparts (if more than one[1], how many parts in concatenated message) receiver (the MSISDN of the receiver) sender (the Sender ID) Page 7

8 ie: id=509a1e58c & submitdate= & donedate= &status=007& errorcode=000& errortext=&txtstatus=delivrd&msgparts=1&receiver= &sender=userid Description of the Code (status) retrieved by the delivery report API. Status status: [004] Accepted by SMSC Intermediate status: [022] Unknown Subscriber status: [005] Call Barred status: [021] Unexpected data value status: [006] Controlling MSC failure status: [007] Delivered status: [009] HLR Aborted status: [018] Rejected by SMSC status: [020] Unavailable while roaming to status: [999] Uncategorized Status Page 8

9 status: [001] Absent Subscriber Interm/ status: [003] Accepted Intermediate Delivery receipts via the web-interface If you are logged into AMD Telecom s Messaging System s customer area, you can retrieve a detailed delivery receipt by entering the phone number (destination) or the user key of the message. You can locate this interface inside the menu SMS tracking. ERRUSERAUTH 001 UNKNOWN (Unknown username or password) ERRUSERAUTH 002 INVALID (Invalid request) Description of the Error Code (errorcode, errortext) retrieved by the internal system. Status errorcode: [000] errortext: [] No Error () errorcode: [013] errortext: [CALL_BARRED] The MSISDN is blocked () errorcode: [401] errortext: [OUT_OF_CREDIT] The MSISDN is blocked () 2.6 Throughput limitation Counting the throughput There is a throughput limitation configured per account by default at 20 SMS per second. The maximum number of allowed SMS per second depends on the connectivity lag between the requested IP and AMD Telecom s messaging platform. 2.7 Character Support * 7-bit The characters that supported in a default GSM 03.38, 7-bit encoding are the following: Page 9

10 abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ ΓΔΘΛΞΠΣΦΨΩ ù Éß ÆæÅåÇØøäÖö ñüäñà Ü #(%23), $(%24), %(%25), &(%26), +(%2B), =(%3D), :(%3A), ;(%3B), /(%2F),?(%3F) Line Feed (%0A), Carriage Return (%0D), Escape (%1B), Space (%20) All the above characters are single. Inside every SMS each one of these characters is counted as one. (Double Character) ~ (Double Character) [ (%5B) (Double Character) ] (%5D) (Double Character) { (%7B) (Double Character) } (%7D) (Double Character) (%7C) (Double Character) ^ (%5E) (Double Character) \ (%5C) (Double Character) FormFeed (%0C) (Double Character) All the above characters are double. Inside every SMS each one of these characters is counted as two. ie.: If we have this message: Test%20Message%20~ΔΩ It is NOT 17 characters, but 19 characters, because it contains «~» and characters inside. To provide more flexibility when typing, we also support these characters: {αβγδεζηθικλμνξοπρστυφχψωςάέήίόύώάέήίόύώϊϋΐΰϊϋ}. All above characters will be translated to the matching Upper Case Letter of the 7-Bit encoding (that ensures 160chars/SMS and viewable messages). The safest way to send any character is to URL Encode the text before submission. ie.: in php you can use the urlencode() function <?php Page 10

11 $text = "This is a test message \n with various characters: ñüäñà. Κείμενο. &*@"; $url = " "&from=".$from."&to=".$from."&text=".urlencode($text).""; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $output = curl_exec($ch); curl_close($ch);?> <?php $url = " $fields = array( 'username' => $username, 'password' => $password, 'from' => $from, 'to' => $to, 'text' => urlencode($text) ); foreach($fields as $key=>$value) { $fields_string.= $key.'='.$value.'&'; } rtrim($fields_string, '&'); $ch = curl_init(); curl_setopt($ch,curlopt_url, $url); curl_setopt($ch,curlopt_post, count($fields)); curl_setopt($ch,curlopt_postfields, $fields_string); $result = curl_exec($ch); curl_close($ch);......?> Page 11

12 This will send the text: This+is+a+test+message+%0A+with+various+characters%3A+%C2%BF%C3%B1%C3%BC %C3%84%C3%91%C3%A0.+%CE%9A%CE%B5%CE%AF%CE%BC%CE%B5%CE%BD%CE%BF.+%26%2A%40 And the text that will be delivered to the phone will be: This+is+a+test+message+%0A+with+various+characters%3A+%C2%BF%C3%B1%C3%BC %C3%84%C3%91%C3%A0.+KEIMENO.+%26*%40 (decoded: This is a test message with various characters: ñüäñà. KEIMENO. &*@) * Unicode The safest way to send Unicode Characters (Arabic, Cyrillic, Chinese basically all languages) is to URL Encode the characters as explained above. By that you will ensure character integrity. To be able to send Unicode you must add the coding=2 parameter at the end of your URL. There will be 70chars/SMS and all the characters are single (NO double characters). 2.8 Retrieving the Balance through API In order to retrieve your balance using the http api, you have to request a url like the example below. mo 2.9 HTTP API Responses As described above the response you receive by the http API when you successfully submit a message is something like: SUCCESS MessageId: 5093c47680aa ; Recipient: Below are listed responses you might get while you attempt to submit a message. Page 12

13 ERROR:001; STATUS: Invalid username or password The provided username or password are invalid. ERROR:002; STATUS:Invalid User Type This error stands for messages submitted from a non-http api account. ERROR:003; STATUS:Out Of Credit Insufficient account balance. ERROR:004; STATUS:Inactive User User Account is not activated. ERROR:005; STATUS:Blocked user User Account is blocked. ERROR:007; STATUS:PARAMETER (to) MISSING Parameter to (msisdn) is missing. ERROR:008; STATUS:PARAMETER (from) MISSING Parameter from (sender ID) is missing. ERROR:009; STATUS:PARAMETER (text) MISSING Parameter text (message text) is missing. ERROR:010;PARAMETER (username) MISSING Parameter username is missing. ERROR:011;PARAMETER (password) MISSING Parameter password is missing. ERROR:012; STATUS:IP [ ] NOT VALID This error stands for messages submitted from a non-white-listed IP address. ERROR:066; STATUS:Number Of MSISDN greater than 200 Number of MSISDNs greater than allowed. ERROR:067; STATUS:MSISDN must have only digits [msisdn] Parameter to contains alphanumeric characters. ERROR:068; STATUS:MSISDN [msisdn] too long Parameter to is longer than allowed. Page 13

14 2.10 Transport of National sender id message You can submit messages followed by a national sender id.this Sender id is a number that includes only the national destination code which identifies the subscriber's operator followed by the mobile's subscriber's own number. There isn t any specific procedure that the user must do in order to send a messages with a national sender id. The only requirement is to add parameter &national =1 For example: &to= text=write your text here &national= Sending Multiple SMS via XML call To send multiple SMS with the usage of XML call or XML file upload, the user must use the following format: It starts with the tag '<?xml version="1.0" encoding="utf-8"?>' and all the parts ("head","body") are included inside "middle-msg-push" tag. Where inside the "head" part we have: <?xml version="1.0" encoding="utf-8"?> <middle-msg-push> <head> <version>1.0</version> <login>username</login> <passwd>password</passwd> <type>0</type> <category>1</category> <schedule></schedule> <expire></expire> <sender>senderid</sender> <service></service> </head> "login": the Username from the registration with AMD Telecom. "passwd": the Password from the registration with AMD Telecom. "sender": The SenderID inside each SMS (Numeric, Up to 16 chars Alphanumeric, Up to 11 chars). "category": values [0/1] (if "0" OR blanc => 7bit SMS, if "1" => Unicode SMS). "type": values [0/1] (if "0" OR blanc => Normal SMS, if "1" => Flash SMS). Page 14

15 "service": values [0/1] (if "0" OR blanc => International SMS(country code included), if "1" => National SMS(country code NOT included)). "expire": (ignore) pass as is. "schedule": (ignore) pass as is. "version": (ignore) pass as is. Where inside the "body" part we have: <body> <idmsgremote>xxxxxx1</idmsgremote> <gsm>ccnnnnnnnn1</gsm> <content>message Message Message Message 11111</content>... <idmsgremote>xxxxxxn</idmsgremote> <gsm>ccnnnnnnnnn</gsm> <content>message Message Message Message nnnnn</content> </body> </middle-msg-push> "message": each message object in message => "idmsgremote": if user wants to have an ID for each message (optional) in message => "gsm": the MSIDN (phone number) WITH country code (CC = country code NNNNNNNNN = phone number) in message => "content": the message text (7bit:160 chars/sms Unicode:70 chars/sms) How to make the call Use the URL: Either pass the XML as a POST call to the above URL or Upload an XML file to the above URL. EXAMPLE: <?xml version="1.0" encoding="utf-8"?> <middle-msg-push> <head> <version>1.0</version> Page 15

16 <login>username</login> <passwd>password</passwd> <type>0</type> <category>1</category> <schedule></schedule> <expire></expire> <sender>senderid</sender> <service></service> </head> <body> <idmsgremote> </idmsgremote> <gsm> </gsm> <content>info Privilege: BEATRIZ, te recordamos que si aun no lo has utilizado, dispones de tu Cheque Privilege por valor. Puedes utilizarlo como dto. en la compra de cualquier producto. Solo hasta el 30/06/2013. Muestra sms en tienda. Condiciones en /pv</content> <idmsgremote> </idmsgremote> <gsm> </gsm> <content>info Privilege: JORDI, te recordamos que si aun no lo has utilizado, dispones de tu Cheque Privilege por valor de. Puedes utilizarlo como dto. en la compra de cualquier producto. Solo hasta el 28/06/2013. Muestra sms en tienda. Condiciones en /pv</content> <idmsgremote> </idmsgremote> <gsm> </gsm> <content>info Privilege: PILAR, te recordamos que si aun no lo has utilizado, dispones de tu Cheque Privilege por valor de. Codigo:. Puedes utilizarlo como dto. en la compra de cualquier producto. Solo hasta el 30/06/2013. Muestra sms en tienda. Condiciones en /pv</content> <idmsgremote> </idmsgremote> <gsm> </gsm> <content>info Privilege: ORIOL, te recordamos que si aun no lo has utilizado, dispones de tu Cheque Privilege por valor de. Codigo:. Puedes utilizarlo como dto. en la compra de cualquier producto. Solo hasta el 24/06/2013. Muestra sms en tienda. Condiciones en /pv</content> <idmsgremote> </idmsgremote> <gsm> </gsm> Page 16

17 <content>info Privilege: INES, te recordamos que si aun no lo has utilizado, dispones de tu Cheque Privilege por valor de eur. Codigo:. Puedes utilizarlo como dto. en la compra de cualquier producto. Solo hasta el 12/06/2013. Muestra sms en tienda. Condiciones en /pv</content> <idmsgremote> </idmsgremote> <gsm> </gsm> <content>info Privilege: FERRAN, te recordamos que si aun no lo has utilizado, dispones de tu Cheque Privilege por valor de eur. Codigo:. Puedes utilizarlo como dto. en la compra de cualquier producto. Solo hasta el 30/06/2013. Muestra sms en tienda. Condiciones en /pv</content> <idmsgremote> </idmsgremote> <gsm> </gsm> <content>info Privilege: SILVIA, te recordamos que si aun no lo has utilizado, dispones de tu Cheque Privilege por valor de eur.. Puedes utilizarlo como dto. en la compra de cualquier producto. Solo hasta el 25/06/2013. Muestra sms en tienda. Condiciones en /pv</content> <idmsgremote> </idmsgremote> <gsm> </gsm> <content>info Privilege: M. ANGELES, te recordamos que si aun no lo has utilizado, dispones de tu Cheque Privilege por valor. Codigo:. Puedes utilizarlo como dto. en la compra de cualquier producto. Solo hasta el 13/06/2013. Muestra sms en tienda. Condiciones en /pv</content> <idmsgremote> </idmsgremote> <gsm> </gsm> <content>info Privilege: ANNA MARIA, te recordamos que si aun no lo has utilizado, dispones de tu Cheque Privilege por valor de eur. Codigo:. Puedes utilizarlo como dto. en la compra de cualquier producto. Solo hasta el 20/06/2013. Muestra sms en tienda. Condiciones en /pv</content> </body> </middle-msg-push> Page 17

Technical documentation

Technical documentation Technical documentation HTTP Application Programming Interface SMPP specifications Page 1 Contents 1. Introduction... 3 2. HTTP Application Programming Interface... 4 2.1 Introduction... 4 2.2 Submitting

More information

Spryng Making Business Mobile www.spryng.be [email protected] - +31 (0)207703005 Spryng Headquarters: Herengracht 138-1015 BW Amsterdam - The Netherlands

Spryng Making Business Mobile www.spryng.be info@spryng.be - +31 (0)207703005 Spryng Headquarters: Herengracht 138-1015 BW Amsterdam - The Netherlands Mobile Terminated SMS Gateway Contents: 1. Connecting to the gateway 2. Parameters 3. Return Values 4. Delivery Reports 5. Field types 6. Credit amount API 7. Example API 1. Connecting to the gateway http://www.spryng.be/send.php

More information

Spryng Making Business Mobile www.spryng.fr [email protected]. Mobile Terminated Premium SMS Gateway. Contents:

Spryng Making Business Mobile www.spryng.fr info@spryng.fr. Mobile Terminated Premium SMS Gateway. Contents: Mobile Terminated Premium SMS Gateway Contents: 1. Connecting to the gateway 2. Parameters 3. Return Values 4. Delivery Reports 5. Field types 6. Networkcode 7. Example API 1. Connecting to the gateway

More information

FTP API Specification V2.6

FTP API Specification V2.6 FTP API Specification V2.6 June 2014 Contents 1. Change history... 3 2. Overview... 3 3. Introduction... 4 4. Getting started... 5 5. Basic text file structure... 6 5.1. Authentication within the text

More information

SIM Configuration Guide. February 2015 Version 1 Document Reference: 8127

SIM Configuration Guide. February 2015 Version 1 Document Reference: 8127 SIM Configuration Guide February 2015 Version 1 Document Reference: 8127 Contents 1 SIM APN Settings... 3 2 SIM MMS Settings... 3 3 SIM Email Settings... 4 4 SIM SMS Settings... 5 5 SIM SMS Charging...

More information

Diafaan SMS Server 3.0 Manual. 2009-2015 Diafaan communication software

Diafaan SMS Server 3.0 Manual. 2009-2015 Diafaan communication software Diafaan SMS Server 3.0 Manual 2 Diafaan SMS Server 3.0 Manual Table of Contents Part I Welcome to Diafaan SMS Server 5 Part II Getting started 7 1 Gateways... and connectors 10 2 Add a... gateway 12 Add

More information

HTTP/SOAP Application Program Interface (API) Version 1.0

HTTP/SOAP Application Program Interface (API) Version 1.0 HTTP/SOAP Application Program Interface (API) Version 1.0 September 2010 INTRODUCTION: ChillNet introduces a new HTTP SMS API to address the requirements of the SMS software developer community. This HTTP

More information

9236245 Issue 2EN. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation

9236245 Issue 2EN. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation 9236245 Issue 2EN Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia 9300 Configuring connection settings Legal Notice Copyright Nokia 2005. All rights reserved. Reproduction,

More information

ResellerPlus - Bulk Http API Specification. (This Document gives details on how to send messages via the Bulk HTTP API for the RouteSms SMPP System)

ResellerPlus - Bulk Http API Specification. (This Document gives details on how to send messages via the Bulk HTTP API for the RouteSms SMPP System) RouteSms ResellerPlus - Bulk Http API Specification (Document Version 1.0.0) (This Document gives details on how to send messages via the Bulk HTTP API for the RouteSms SMPP System) 1 P a g e HTTP API

More information

Technical Specification Premium SMS gateway

Technical Specification Premium SMS gateway Technical Specification Premium SMS gateway Non-subscription services (TS.001) Author: Erwin van den Boom Version history v1.0 EvdB 12 september 2007 V1.1 DI 27 may 2009 V1.2 SvE 10 december 2009 V1.3

More information

Advanced HTTP API Documentation

Advanced HTTP API Documentation Advanced HTTP API Documentation Page 1 of 8 Introduction The SMS Broadcast Advanced HTTP API can be used to integrate SMS messaging into your own systems. This API allows for tracking of SMS messages and

More information

This document is to provide help and illustrations to users who wish to deliver SMS using the Pinnacle SMS Gateway via the HTTP Protocol.

This document is to provide help and illustrations to users who wish to deliver SMS using the Pinnacle SMS Gateway via the HTTP Protocol. URL API Reference 1. INTRODUCTION This document is to provide help and illustrations to users who wish to deliver SMS using the Pinnacle SMS Gateway via the HTTP Protocol. Accessing gateway through HTTP

More information

MAIL1CLICK API - rel 1.35

MAIL1CLICK API - rel 1.35 hqimawhctmslulpnaq//vkauukqmommgqfedthrmvorodqx6oxyvsummkflyntq/ 2vOreTmgl8JsMty6tpoJ5CjkykDGR9mPg79Ggh1BRdSiqSSQR17oudKwi1pJbAmk MFUkoVTtzGEfEAfOV0Pfi1af+ntJawYxOaxmHZvtyG9iojsQjOrA4S+3i4K4lpj4 A/tj7nrDfL47r2cQ83JszWsQVe2CqTLLQz8saXfGoGJILREPFoF/uPS0sg5TyKYJ

More information

Technical Specification Normal SMS gateway

Technical Specification Normal SMS gateway Technical Specification Normal SMS gateway (TS.003) Authors: Erwin van den Boom Martijn van het Bolscher Version history v1.0 EvdB 26 September 2007 v1.1 MvhB 20 February 2008 V1.2 MKh 9 March 2011 V1.3

More information

Documentation for the SMSWay API v1.5. API for SMSWay Gateway. Documentation for the SMSWay API v1.5. 2011 www.smsway.eu

Documentation for the SMSWay API v1.5. API for SMSWay Gateway. Documentation for the SMSWay API v1.5. 2011 www.smsway.eu API for SMSWay Gateway Table of contents 1. Introduction... 3 1.1 How to start... 3 2. Single SMS Message sending... 3 3. Callback procedure delivery confirmation status... 4 4. Checking the account balance...

More information

AS DNB banka. DNB Link specification (B2B functional description)

AS DNB banka. DNB Link specification (B2B functional description) AS DNB banka DNB Link specification (B2B functional description) DNB_Link_FS_EN_1_EXTSYS_1_L_2013 Table of contents 1. PURPOSE OF THE SYSTEM... 4 2. BUSINESS PROCESSES... 4 2.1. Payment for goods and services...

More information

Ciphermail Gateway PDF Encryption Setup Guide

Ciphermail Gateway PDF Encryption Setup Guide CIPHERMAIL EMAIL ENCRYPTION Ciphermail Gateway PDF Encryption Setup Guide March 6, 2014, Rev: 5454 Copyright c 2008-2014, ciphermail.com. CONTENTS CONTENTS Contents 1 Introduction 4 2 Portal 4 3 PDF encryption

More information

HTTP Application Programming Interface

HTTP Application Programming Interface HTTP/API SPECIFICATION Technical Documentation HTTP Application Programming Interface Prepared by Olutola M Obembe Primax Technologies Limited Contents 1. Introduction 2. HTTP Application Programming Interface

More information

DocuSign Connect for Salesforce Guide

DocuSign Connect for Salesforce Guide Information Guide 1 DocuSign Connect for Salesforce Guide 1 Copyright 2003-2013 DocuSign, Inc. All rights reserved. For information about DocuSign trademarks, copyrights and patents refer to the DocuSign

More information

Clickatell two-way technical guide v2.0

Clickatell two-way technical guide v2.0 Clickatell two-way technical guide v2.0 January 2015 1. Content 1. Content... 1 2. Overview... 3 3. Change history... 3 4. Context... 3 5. Introduction... 3 6. Standard-rated Virtual Mobile Numbers (VMNs)...

More information

Nokia for Business. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation

Nokia for Business. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia for Business Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia E50 Configuring connection settings Nokia E50 Configuring connection settings Legal Notice Copyright

More information

redcoal EmailSMS for MS Outlook and Lotus Notes

redcoal EmailSMS for MS Outlook and Lotus Notes redcoal EmailSMS for MS Outlook and Lotus Notes Technical Support: [email protected] Or visit http://www.redcoal.com/ All Documents prepared or furnished by redcoal Pty Ltd remains the property of redcoal

More information

9243060 Issue 1 EN. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation

9243060 Issue 1 EN. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation 9243060 Issue 1 EN Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia 9300i Configuring connection settings Nokia 9300i Configuring connection settings Legal Notice

More information

MONETA.Assistant API Reference

MONETA.Assistant API Reference MONETA.Assistant API Reference Contents 2 Contents Abstract...3 Chapter 1: MONETA.Assistant Overview...4 Payment Processing Flow...4 Chapter 2: Quick Start... 6 Sandbox Overview... 6 Registering Demo Accounts...

More information

Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation

Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia E70 Configuring connection settings Nokia E70 Configuring connection settings Legal Notice Copyright Nokia 2006. All

More information

BulkSMS API Document. Contents. 1 P a g e. API Version: 5.9 Document Version: 2.0 Last Updated Date: 31st July 2013

BulkSMS API Document. Contents. 1 P a g e. API Version: 5.9 Document Version: 2.0 Last Updated Date: 31st July 2013 BulkSMS API Document API Version: 5.9 Document Version: 2.0 Last Updated Date: 31st July 2013 1 P a g e Contents CHAPTER 1: INTRODUCTION 4 1.1 PURPOSE... 4 1.1 SCOPE... 4 1.2 AUDIENCE... 4 1.3 DOCUMENT

More information

Fairsail REST API: Guide for Developers

Fairsail REST API: Guide for Developers Fairsail REST API: Guide for Developers Version 1.02 FS-API-REST-PG-201509--R001.02 Fairsail 2015. All rights reserved. This document contains information proprietary to Fairsail and may not be reproduced,

More information

Server and Direct Shared Protocols

Server and Direct Shared Protocols Server and Direct Shared Protocols IMPORTANT: Before reading this document, you should have read through the Server or Direct Protocol and Integration Guidelines that accompany it. These explain the terms

More information

emobile Bulk Text User Guide Copyright Notice Copyright Phonovation Ltd

emobile Bulk Text User Guide Copyright Notice Copyright Phonovation Ltd emobile Bulk Text User Guide Copyright Notice Copyright Phonovation Ltd Important Notice: The Information contained in this document is subject to change without notice and should not be construed as a

More information

API Integration Payment21 Button

API Integration Payment21 Button API Integration Payment21 Button The purpose of this document is to describe the requirements, usage, implementation and purpose of the Payment21 Application Programming Interface (API). The API will allow

More information

THE CHALLENGE OF ADMINISTERING WEBSITES OR APPLICATIONS THAT REQUIRE 24/7 ACCESSIBILITY

THE CHALLENGE OF ADMINISTERING WEBSITES OR APPLICATIONS THAT REQUIRE 24/7 ACCESSIBILITY THE CHALLENGE OF ADMINISTERING WEBSITES OR APPLICATIONS THAT REQUIRE 24/7 ACCESSIBILITY As the constantly growing demands of businesses and organizations operating in a global economy cause an increased

More information

Safeguard Ecommerce Integration / API

Safeguard Ecommerce Integration / API Safeguard Ecommerce Integration / API Product Manual Version 3 Revision 1.11 Table of Contents 1. INTRODUCTION... 4 1.1 Available commands... 4 2. HOW THE ADMINISTRATION SYSTEM IS EXPECTED TO BE USED OPERATIONALLY...

More information

ClicktoFax Service Usage Manual

ClicktoFax Service Usage Manual ClicktoFax Service Usage Manual 1. Log in to Fax Service 2. Configure your account 3. Send a fax 4. Receive a fax/search for Faxes/View Faxes 5. Logout 6. Additional Support 1. Log into fax service: a.

More information

MSDG Services Integration Document Draft Ver 1.2

MSDG Services Integration Document Draft Ver 1.2 Table of contents Page 1 of 17 Table of Contents 2 Push SMS Integration 1. 1.1 Overview HTTP API lets departments send across SMS messages using HTTP URL interface. The API supports SMS push (Single SMS

More information

Nokia E61i Configuring connection settings

Nokia E61i Configuring connection settings Nokia E61i Configuring connection settings Nokia E61i Configuring connection settings Legal Notice Copyright Nokia 2007. All rights reserved. Reproduction, transfer, distribution or storage of part or

More information

Riverbed Cascade Shark Common REST API v1.0

Riverbed Cascade Shark Common REST API v1.0 Riverbed Cascade Shark Common REST API v1.0 Copyright Riverbed Technology Inc. 2015 Created Feb 1, 2015 at 04:02 PM Contents Contents Overview Data Encoding Resources information: ping information: list

More information

Cite My Data M2M Service Technical Description

Cite My Data M2M Service Technical Description Cite My Data M2M Service Technical Description 1 Introduction... 2 2 How Does it Work?... 2 2.1 Integration with the Global DOI System... 2 2.2 Minting DOIs... 2 2.3 DOI Resolution... 3 3 Cite My Data

More information

SpamPanel Reseller Level Manual 1 Last update: September 26, 2014 SpamPanel

SpamPanel Reseller Level Manual 1 Last update: September 26, 2014 SpamPanel SpamPanel Reseller Level Manual 1 Last update: September 26, 2014 SpamPanel Table of Contents Domains... 1 Add Domain... 2 MX verification Tool... 4 Overview... 5 Incoming... 6 Incoming Bandwidth Overview...

More information

ipayment Gateway API (IPG API)

ipayment Gateway API (IPG API) ipayment Gateway API (IPG API) Accepting e-commerce payments for merchants Version 3.2 Intercard Finance AD 2007 2015 Table of Contents Version control... 4 Introduction... 5 Security and availability...

More information

Using Avaya Aura Messaging

Using Avaya Aura Messaging Using Avaya Aura Messaging Release 6.3.2 Issue 1 December 2014 Contents Chapter 1: Getting Started... 4 Messaging overview... 4 Prerequisites... 4 Accessing your mailbox from any phone... 4 Accessing the

More information

Configuring Single Sign-on for WebVPN

Configuring Single Sign-on for WebVPN CHAPTER 8 This chapter presents example procedures for configuring SSO for WebVPN users. It includes the following sections: Using Single Sign-on with WebVPN, page 8-1 Configuring SSO Authentication Using

More information

Vodafone Bulk Text. User Guide. Copyright Notice. Copyright Phonovation Ltd

Vodafone Bulk Text. User Guide. Copyright Notice. Copyright Phonovation Ltd Vodafone Bulk Text User Guide Copyright Notice Copyright Phonovation Ltd Important Notice: The Information contained in this document is subject to change without notice and should not be construed as

More information

Vodafone multitxt Outlook Mobile Services (OMS)

Vodafone multitxt Outlook Mobile Services (OMS) Vodafone multitxt Outlook Mobile Services (OMS) Microsoft Outlook 2007+ Mobile Service (OMS) Sending messages Replies FAQs 2 3 5 6 1 Microsoft Outlook 2007+ Mobile Service (OMS) Outlook Mobile Service

More information

SVEA HOSTED SERVICE SPECIFICATION V1.13

SVEA HOSTED SERVICE SPECIFICATION V1.13 SVEA HOSTED SERVICE SPECIFICATION V1.13 Table of Contents Abstract... 2 Modes of operation... 2 Interactive Mode details... 2 Integration... 2 Input parameters... 3 Output parameters... 8 Error Codes...

More information

Web Service Integration

Web Service Integration Web Service Integration API s (Application Programming Interface) ver. 2 2011-04-05 IMPORTANT: This document is ONLY an annex to the sms.pt integration. Please read the sms.pt Web Service Integration for

More information

DocuSign Connect Guide

DocuSign Connect Guide Information Guide 1 DocuSign Connect Guide 2 Copyright 2003-2014 DocuSign, Inc. All rights reserved. For information about DocuSign trademarks, copyrights and patents refer to the DocuSign Intellectual

More information

Manual. Netumo NETUMO HELP MANUAL WWW.NETUMO.COM. Copyright Netumo 2014 All Rights Reserved

Manual. Netumo NETUMO HELP MANUAL WWW.NETUMO.COM. Copyright Netumo 2014 All Rights Reserved Manual Netumo NETUMO HELP MANUAL WWW.NETUMO.COM Copyright Netumo 2014 All Rights Reserved Table of Contents 1 Introduction... 0 2 Creating an Account... 0 2.1 Additional services Login... 1 3 Adding a

More information

Emails sent to the FaxFinder fax server must meet the following criteria to be processed for sending as a fax:

Emails sent to the FaxFinder fax server must meet the following criteria to be processed for sending as a fax: FaxFinder FFx30 T.37 Store & Forward Fax (T.37) Introduction The FaxFinder implements T.37 Store and Forward Fax (RFC2304) to convert emails into facsimile transmissions. The FaxFinder fax server accepts

More information

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

More information

SMS Database System Quick Start. [Version 1.0.3]

SMS Database System Quick Start. [Version 1.0.3] SMS Database System Quick Start [Version 1.0.3] Warning ICP DAS Inc., LTD. assumes no liability for damages consequent to the use of this product. ICP DAS Inc., LTD. reserves the right to change this manual

More information

Revised: 3-Jun-08. Stratos C-email User Guide

Revised: 3-Jun-08. Stratos C-email User Guide Revised: 3-Jun-08 Stratos C-email User Guide May 2008 May 2008. This edition of the User Manual has been updated with information available at the date of issue. This edition supersedes all earlier versions

More information

Frequently Asked Questions for New Electric Mail Administrators 1 Domain Setup/Administration

Frequently Asked Questions for New Electric Mail Administrators 1 Domain Setup/Administration Frequently Asked Questions for New Electric Mail Administrators 1 Domain Setup/Administration 1.1 How do I access the records of the domain(s) that I administer? To access the domains you administer, you

More information

API Integration Payment21 Recurring Billing

API Integration Payment21 Recurring Billing API Integration Payment21 Recurring Billing The purpose of this document is to describe the requirements, usage, implementation and purpose of the Payment21 Application Programming Interface (API). The

More information

PaperCut Payment Gateway Module PayPal Website Payments Standard Quick Start Guide

PaperCut Payment Gateway Module PayPal Website Payments Standard Quick Start Guide PaperCut Payment Gateway Module PayPal Website Payments Standard Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting

More information

PCRecruiter Internal Email Client

PCRecruiter Internal Email Client PCRecruiter Internal Email Client The standard email buttons on contact record screens and lists allow PCRecruiter users to send email out to any contact in the database. However, if you are using PCRecruiter

More information

Technical Specification Premium SMS gateway

Technical Specification Premium SMS gateway Technical Specification Premium SMS gateway Subscription services (TS.002) Author: Erwin van den Boom Version history v1.0 EvdB 13 September 2007 V2.0 KBM 10 March 2008 V2.1 MKh 14 March 2008 V2.2 MKh

More information

User Manual. Version 1.0.0.0. Yeastar Technology Co., Ltd.

User Manual. Version 1.0.0.0. Yeastar Technology Co., Ltd. User Manual Version 1.0.0.0 Yeastar Technology Co., Ltd. Table of Contents 1 Introduction 3 2 Installing MySMS Software 4 3 Managing MySMS 9 3.1 Accessing MySMS 9 3.2 Multi-User Accounts 10 3.3 Managing

More information

TWO-WAY EMAIL & SMS MESSAGING SMS WEB SERVICE. Product White Paper. Website: www.m-science.com Telephone: 01202 241120 Email: enquiries@m-science.

TWO-WAY EMAIL & SMS MESSAGING SMS WEB SERVICE. Product White Paper. Website: www.m-science.com Telephone: 01202 241120 Email: enquiries@m-science. TWO-WAY EMAIL & SMS MESSAGING SMS WEB SERVICE Product White Paper Website: www.m-science.com Telephone: 01202 241120 Email: [email protected] Contents Introduction... 3 Product Components... 3 Web

More information

Configuring connection settings

Configuring connection settings Configuring connection settings Nokia E90 Communicator Configuring connection settings Nokia E90 Communicator Configuring connection settings Legal Notice Nokia, Nokia Connecting People, Eseries and E90

More information

MyMobileAPI. mymobileapi.com

MyMobileAPI. mymobileapi.com MyMobileAPI mymobileapi.com TABLE OF CONTENTS Overview... 3 Configure Outlook... 3 Receiving Replies... 6 Configure Sender ID... 6 Delivery Receipts... 7 Sending SMS in Outlook... 7 Undeliverable Receipts

More information

Messaging API. API Specification Document Messaging API. Functionality: Send SMS Messages.

Messaging API. API Specification Document Messaging API. Functionality: Send SMS Messages. Functionality: Send SMS Messages. This gateway can be accessed via the HTTP or HTTPs Protocol by submitting values to the API server and can be used to send simple text messages to single or multiple mobile

More information

WEB TERMINAL AND RECURRING BILLING

WEB TERMINAL AND RECURRING BILLING PROCESSING TRANSACTIONS WITH WEB TERMINAL AND RECURRING BILLING Document Version 1.4 December 2013 For further information please contact Digital River customer support at 0800 756 3350 or [email protected].

More information

HTTPS GATEWAY INSTRUCTIONS

HTTPS GATEWAY INSTRUCTIONS HTTPS GATEWAY INSTRUCTIONS Definition of HTTPS (HyperText Transport Protocol Secure): The protocol for accessing a secure Web (internet) server. Using HTTPS in the URL or address bar instead of HTTP directs

More information

Bitrix Site Manager 4.0. Quick Start Guide to Newsletters and Subscriptions

Bitrix Site Manager 4.0. Quick Start Guide to Newsletters and Subscriptions Bitrix Site Manager 4.0 Quick Start Guide to Newsletters and Subscriptions Contents PREFACE...3 CONFIGURING THE MODULE...4 SETTING UP FOR MANUAL SENDING E-MAIL MESSAGES...6 Creating a newsletter...6 Providing

More information

Optus EmailSMS for MS Outlook and Lotus Notes

Optus EmailSMS for MS Outlook and Lotus Notes Optus EmailSMS for MS Outlook and Lotus Notes Service Description, August 2005. OVERVIEW This document provides an overview of the Optus EmailSMS service delivered jointly by Optus and redcoal. It highlights

More information

Using Foundstone CookieDigger to Analyze Web Session Management

Using Foundstone CookieDigger to Analyze Web Session Management Using Foundstone CookieDigger to Analyze Web Session Management Foundstone Professional Services May 2005 Web Session Management Managing web sessions has become a critical component of secure coding techniques.

More information

Single Sign On Guide. Table of Contents

Single Sign On Guide. Table of Contents Single Sign On Guide Table of Contents I. Overview II. Benefits III. How SSO Works IV. Set-up Requirements and Recommendations V. Set-up Instructions a. Required Parameters b. Optional Parameters c. Error

More information

Contents 1 Overview 2 Steps to run an Excel Add-In Setup: 3 Add-Ins 4 LOGIN 5 SEND SMS 5.1 Send Text or Flash Sms 5.2 Select Range 5.

Contents 1 Overview 2 Steps to run an Excel Add-In Setup: 3 Add-Ins 4 LOGIN 5 SEND SMS 5.1 Send Text or Flash Sms 5.2 Select Range 5. Contents 1 Overview 2 Steps to run an Excel Add-In Setup: 3 Add-Ins 4 LOGIN 5 SEND SMS 5.1 Send Text or Flash Sms 5.2 Select Range 5.3 Selected Range Preview List 5.4 Scheduling of Messages 5.5 Scheduled

More information

Corporate Access File Transfer Service Description Version 1.0 01/05/2015

Corporate Access File Transfer Service Description Version 1.0 01/05/2015 Corporate Access File Transfer Service Description Version 1.0 01/05/2015 This document describes the characteristics and usage of the Corporate Access File Transfer service, which is for transferring

More information

GDC Data Transfer Tool User s Guide. NCI Genomic Data Commons (GDC)

GDC Data Transfer Tool User s Guide. NCI Genomic Data Commons (GDC) GDC Data Transfer Tool User s Guide NCI Genomic Data Commons (GDC) Contents 1 Getting Started 3 Getting Started.......................................................... 3 The GDC Data Transfer Tool: An

More information

SMS for REST Professional

SMS for REST Professional RockendSMS Enhanced Integration SMS for REST Professional RockendSMS has newly designed and developed an upgrade to the way you send SMS through REST Professional V14 and above (RockendSMS Enhanced Integration).

More information

Tool for Automated Provisioning System (TAPS) Version 1.2 (1027)

Tool for Automated Provisioning System (TAPS) Version 1.2 (1027) Tool for Automated Provisioning System (TAPS) Version 1.2 (1027) 2015 VoIP Integration Rev. July 24, 2015 Table of Contents Product Overview... 3 Application Requirements... 3 Cisco Unified Communications

More information

Transferring Your Internet Services

Transferring Your Internet Services Page 1 of 6 Transferring Your Internet Services Below you will find the instructions necessary to move your web hosting, email, and DNS services to NuVox. The Basics Transferring your domain name Preparing

More information

WordPress Security Scan Configuration

WordPress Security Scan Configuration WordPress Security Scan Configuration To configure the - WordPress Security Scan - plugin in your WordPress driven Blog, login to WordPress as administrator, by simply entering the url_of_your_website/wp-admin

More information

Impreso: 22/02/2011 Página 1 de 19. Origen: FSC Versión: 2011-v3 EBILLING FAQ

Impreso: 22/02/2011 Página 1 de 19. Origen: FSC Versión: 2011-v3 EBILLING FAQ Impreso: 22/02/2011 Página 1 de 19 EBILLING FAQ Impreso: 22/02/2011 Página 2 de 19 Contents 1. Which web page you should access to upload the invoices... 3 2. Invoice management... 4 2.1 How to create

More information

GRS Advantage Website User Reference Guide

GRS Advantage Website User Reference Guide GRS Advantage Website User Reference Guide This document describes how to use the GRS Advantage Website. Table of Contents GRS Advantage Website... 2 Accessing the Website... 2 Requesting Access to the

More information

Description of Microsoft Internet Information Services (IIS) 5.0 and

Description of Microsoft Internet Information Services (IIS) 5.0 and Page 1 of 10 Article ID: 318380 - Last Review: July 7, 2008 - Revision: 8.1 Description of Microsoft Internet Information Services (IIS) 5.0 and 6.0 status codes This article was previously published under

More information

Quadro Configuration Console User's Guide. Table of Contents. Table of Contents

Quadro Configuration Console User's Guide. Table of Contents. Table of Contents Epygi Technologies Table of Contents Table of Contents About This User s Guide... 3 Introducing the Quadro Configuration Console... 4 Technical Specification... 6 Requirements... 6 System Requirements...

More information

Ozeki Message Server 6 Product Guide. Copyright, Ozeki Informatics Ltd. Number of pages: 185

Ozeki Message Server 6 Product Guide. Copyright, Ozeki Informatics Ltd. Number of pages: 185 Copyright, Ozeki Informatics Ltd. Number of pages: 185 Table of contents TABLE OF CONTENTS 1 INTRODUCTION 4 Terms of use 5 Summary of changes 6 About Ozeki Message Server 6 7 Package contents 8 Ozeki Message

More information

IoT-Ticket.com. Your Ticket to the Internet of Things and beyond. IoT API

IoT-Ticket.com. Your Ticket to the Internet of Things and beyond. IoT API IoT-Ticket.com Your Ticket to the Internet of Things and beyond IoT API Contents 1 Introduction... 4 1.1 Overview... 4 1.2 Abbreviations and definitions... 4 1.3 Data Model... 4 1.4 General Information...

More information

1. Change Log... 3 2. Introduction... 4 3. Flow summary... 4 3.1 Flow Overview... 4 3.2 Premium SMS flow... 6 3.3 Pin Flow... 7 3.4 Redirect Flow...

1. Change Log... 3 2. Introduction... 4 3. Flow summary... 4 3.1 Flow Overview... 4 3.2 Premium SMS flow... 6 3.3 Pin Flow... 7 3.4 Redirect Flow... Payment API 1. Change Log... 3 2. Introduction... 4 3. Flow summary... 4 3.1 Flow Overview... 4 3.2 Premium SMS flow... 6 3.3 Pin Flow... 7 3.4 Redirect Flow... 8 3.5 SMS Handshake Flow... 9 4. One-time

More information

U.S. Bank Secure Mail

U.S. Bank Secure Mail U.S. Bank Secure Mail @ Table of Contents Getting Started 3 Logging into Secure Mail 5 Opening Your Messages 7 Replying to a Message 8 Composing a New Message 8 1750-All Introduction: The use of email

More information

Solve network scan problems. Common problems and solutions... 2. Scan to e-mail status... 3. Scan to FTP status... 5. Job Accounting status...

Solve network scan problems. Common problems and solutions... 2. Scan to e-mail status... 3. Scan to FTP status... 5. Job Accounting status... 1 Common problems and solutions......... 2 Scan to e-mail status................... 3 Scan to FTP status..................... 5 Job Accounting status.................. 7 Scan to e-mail errors....................

More information

System Administrator Training Guide. Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger.

System Administrator Training Guide. Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger. System Administrator Training Guide Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger.com Contents Contents... 2 Before You Begin... 4 Overview... 4

More information

USING MYWEBSQL FIGURE 1: FIRST AUTHENTICATION LAYER (ENTER YOUR REGULAR SIMMONS USERNAME AND PASSWORD)

USING MYWEBSQL FIGURE 1: FIRST AUTHENTICATION LAYER (ENTER YOUR REGULAR SIMMONS USERNAME AND PASSWORD) USING MYWEBSQL MyWebSQL is a database web administration tool that will be used during LIS 458 & CS 333. This document will provide the basic steps for you to become familiar with the application. 1. To

More information

Prepared by Mythtech Limited OFFICE 365 EMAIL MIGRATION MANUAL GUIDELINE

Prepared by Mythtech Limited OFFICE 365 EMAIL MIGRATION MANUAL GUIDELINE Prepared by Mythtech Limited OFFICE 365 EMAIL MIGRATION MANUAL GUIDELINE Table of Contents Change Password... 1 Send New Email... 2 Forward E-mail... 3 Reply E-mail... 4 Archive old emails... 5 Office

More information

MXSAVE XMLRPC Web Service Guide. Last Revision: 6/14/2012

MXSAVE XMLRPC Web Service Guide. Last Revision: 6/14/2012 MXSAVE XMLRPC Web Service Guide Last Revision: 6/14/2012 Table of Contents Introduction! 4 Web Service Minimum Requirements! 4 Developer Support! 5 Submitting Transactions! 6 Clients! 7 Adding Clients!

More information

Parallels Panel. Parallels Small Business Panel 10.2: User's Guide. Revision 1.0

Parallels Panel. Parallels Small Business Panel 10.2: User's Guide. Revision 1.0 Parallels Panel Parallels Small Business Panel 10.2: User's Guide Revision 1.0 Copyright Notice ISBN: N/A Parallels 660 SW 39 th Street Suite 205 Renton, Washington 98057 USA Phone: +1 (425) 282 6400 Fax:

More information

Notification messages

Notification messages AXIS P8221 Network I/O Audio Module TECHNICAL NOTE Notification messages How to integrate AXIS P8221 Updated: August 19, 2011 Rev: 1.1 TABLE OF CONTENTS 1 INTRODUCTION 3 1.1 HTTP and TCP 3 1.2 VAPIX 3

More information

Merchant Warehouse Credit Card Integration Gym Assistant 2.0 www.gymassistant.com August 2009

Merchant Warehouse Credit Card Integration Gym Assistant 2.0 www.gymassistant.com August 2009 Merchant Warehouse Credit Card Integration Gym Assistant 2.0 www.gymassistant.com August 2009 System Requirements This implementation requires Gym Assistant v2.0.1 build 230 or higher. To download the

More information

Process Transaction API

Process Transaction API Process Transaction API Document Version 5.9 March 2011 For further information please contact Beanstream customer support at (250) 472-2326 or [email protected]. BEAN # Page 2 of 90 Date Overview...

More information

Technical Specification ideal

Technical Specification ideal Technical Specification ideal (IDE.001) Author(s): Michel Westerink (MW) Version history: V1.0 MW (Copy from targetpay.com) 07/01/13 V1.0 MKh New error codes 20/02/14 V1.1 TZ New IP whitelisted 29/08/14

More information

ALERT & Cisco CallManager

ALERT & Cisco CallManager Micromedia International Technical specification Author : Pierre Chevrier Pages : 28 Company : Micromedia International Date : 26/05/2011 Réf. : ETT_20090618_000001.docx ALERT & Cisco CallManager This

More information

Clickatell Communicator2 Help Gui

Clickatell Communicator2 Help Gui Clickatell Communicator2 Help Gui February 2015 Contents Contents... 1 Overview... 3 Getting started... 3 4.1 Registering for a Communicator Account... 3 4.2 Changing your settings... 5 4.2.1 Contact Information...

More information

User Manual BULKSMSNAIJA.COM. Mobile Services Reseller Panel

User Manual BULKSMSNAIJA.COM. Mobile Services Reseller Panel BULKSMSNAIJA.COM User Manual The document assists end users in connection with SMS services reseller panel, to run their own SMS company and manage everything on their own without having a technical and

More information

DEVELOPER API. Last Updated: 2015-11-04. Simwood Mobile Developer API 1.5

DEVELOPER API. Last Updated: 2015-11-04. Simwood Mobile Developer API 1.5 SIMWOOD MOBILE DEVELOPER API Last Updated: 2015-11-04 WELCOME TO SIMWOOD MOBILE This is designed to be read in conjunction with our existing API documentation, the latest version of which can always be

More information