API Guide v /11/2013

Size: px
Start display at page:

Download "API Guide v 1.6 14/11/2013"

Transcription

1 1

2 About netcore netcore is a leader in digital communications space. The mission of the company is to help clients communicate effectively for marketing and business needs. We help organizations in the B2C space in acquiring new customers, engaging existing prospects and customers and in delighting top customers. netcore has pioneered innovative technology-based solutions in mailing & mobility domains. Headquartered in Mumbai, and operating from 8 other locations, netcore has a pan-india presence. netcore has a suite of products and services for digital marketing. It proudly stands at the no.1 position in marketing and ranks in the top 3 in SMS services in India. Its Marketing suite offers access to a scalable technology platform. Mobile marketing solutions range from group SMS based solutions, mobile coupons, sms competitions and polls, integration to backend systems like ERP, CRM or Loyalty solutions as well as voice solutions on IVR, toll free numbers, missed calls or shortcodes and longcodes for receiving incoming messages. Its platform also includes a multi-modal response management solution that helps keep track of campaign responses across products. Marketing solutions and services are coupled with an experienced solution selling team that helps ideate on usage of the medium to get the most effective communication. Its messaging products are one-stop solutions to build the back-end infrastructure in large enterprises as well as small & medium-sized businesses. From to VPN, firewall to bandwidth management, virus protection to Spam filtering, netcore covers it all! netcore has an impressive client base of more than 1500 corporates. Its key clients include ICICI Bank, Future Group, Bajaj Allianz, HUL, Colgate, Just Dial, Times Now, Reliance, to name a few. 2

3 Table of Contents CHAPTER 1: Introduction...4 CHAPTER 2: Falconide API..5 REST Call..6 JSON Call.7 Functional Description for Input Data 8 SMTP Call..10 Module: Report.11 Module: Jobs 16 CHAPTER 3: Error Code.21 3

4 Chapter I Introduction This document provides a description of the Falconide API version 1.6 available for clients to use the Falconide s campaign platform for sending Transactional s. Falconide helps you focus on your business without the cost and complexity of owning and maintaining an infrastructure. We manage all of the technical details from scaling the infrastructure to ISP outreach and reputation monitoring to whitelist services and real-time analytics. We offer world class deliverability expertise to make sure your s get delivered, and handle ISP monitoring, DKIM, domain keys, SPF, feedback loops, whitelabeling, link customization and more. 4

5 CHAPTER II: Falconide API Why Use the API? Connect Falconide to a CMS, blog platform, e-commerce shopping cart and more for instant sending of transactional mails. Not A Programmer? The API is for programmers only. If you re not a programmer, and there s not one in your company to bribe, you can contact our Experts. Get Started The API uses REST architecture style in which you initiate Key authenticated JSON calls over https. The general flow for using the API is as follows: 1. Enable API access in Falconide s panel 2. Submit a request via HTTPS POST to Falconide. We recommend HTTPS POST for best results. 3. Submit a call for each function. You cannot combine multiple calls into a single call. Each API Call is consist of three parts: 1. API URL 2. API Key 3. Input Data Supported Format for the API Inputs: 1. JSON 2. REST 5

6 2.1 Module: sending SMTP and HTTP are two methods by which can be sent to Falconide. After processing, Falconide sends the to the target via the Internet through SMTP only. This diagram will explain matters: SMTP is a standard protocol, is relatively simple to implement and send one per API call. The HTTP API is custom developed by Falconide, is more sophisticated and can send up to s per API call. You can use the HTTP API in cases where the same needs to be sent to multiple recipients. Since a single API call can suffice for multiple addresses, it means a significant saving in bandwidth costs HTTP Based API Call: Sample REST Call: 5 &subject=rawurlencode("weekly statement dated 1st Jan 2013") &fromname=rawurlencode("info Stats") &from=weeklystats@nsfleximail.com &replytoid=customer@nsfleximail.com &content=rawurlencode(" content here") &recipients=sach2@gmail.com,sach3@gmail.com Optional 6

7 &footer=1&template=109 (Optional if content provided) &attachmentid=12,14 &clicktrack=1 &ATT_NAME=rawurlencode(SAC1,SAC2) &ATT_CONTACT=rawurlencode(CON1,CON2) &ATT_ACCOUNTNO=rawurlencode(ACC1,ACC2) &ATT_REGID=rawurlencode(REG1,REG2) &ATT_ADDRESS=rawurlencode(ADD1,ADD2) Sample JSON Call: { "api_key":" ", " _details":{ "fromname":"testing%20falconide", "subject":"welcome%20to%20our%20falconide%20product", "from":"weeklystats@nstest.com", "replytoid": "customer@nstest.com", "X-APIHEADER": ["ACC123", SE2532 ], "content":"%3cp%3edear%20%5bname%5d%2c%20%3c%2fp%3e%3cp", "settings":{ (Optional) "footer":"1", "clicktrack":"1", "opentrack":"1", "unsubscribe":"1", "bcc":"sac@test.com", "attachmentid":"1,3,4", "template":"101",, "recipients":["xyz@gmail.com","abc@hotmail.com"], 7

8 "attributes":{ (Optional) "NAME":["SION1","SION2"], "REGID":["RSION1","RSION2"] "files": { (Optional) "mdata.pdf": "%3Cp%3EDear%20%EInFO%20Systems%3C%2Fp%3E", "pub.jpg": "%3Cp%3EDear%20%EInFO%20Systems%3C%2Fp%3E", "dump.txt": "%3Cp%3EDear%20%EInFO%20Systems%3C%2Fp%3E" Functional Description for Input Data: a) api_key [Required] API credentials provided by Falconide to be used while sending an . b) _details [Required] Basic details of the to be used while sending an . Following are included: fromname [Optional] From name to be used for sending an . From name need to be raw URL encoded. from [Required] From address to be used while sending an . From Domain need to authenticated first. replytoid [Optional] Reply to address to be used while sending an . This is required in case you are expecting replies or responses on an id which is different from the From Address. subject [Required] Subject to be used while sending an . Subject need to be raw URL encoded. content [Required] Content to be used while sending an . Content need to be raw URL encoded. c) files [Optional] Attachments to be used while sending an . User can send raw files as an attachment. 8

9 File name and file content need to be provided. File Content need to be raw URL encoded. Files is an optional part. Multiple file attachments are allowed. d) settings [Optional] settings to be used while sending an . If no settings are specified, then default setting (already configured in FALCONIDE GUI) will be used. User can overwrite default settings for an API call. Following settings can be specified in an API call: footer User can set footer value to zero or one in-order to disable or enable the footer respectively template User can specify template Id to be used while sending an . Only one template id can be specified. attachmentid User can specify already uploaded attachments id Multiples allowed. clicktrack User can set click-track value to zero or one in-order to disable or enable the click-track respectively opentrack User can set open-track value to zero or one in-order to disable or enable the opentrack respectively bcc User can specify BCC address to be used while sending an . unsubscribe User can set unsubscribe value to zero or one in-order to disable or enable the unsubscribe respectively. e) recipients [Required] User can specify list of targeted user to be used while sending an . Multiple allowed and is required. 9

10 f) attributes [Optional] User can specify attributes for recipients to send personalized . Attributes are optional. Multiple attributes are allowed. g) X-APIHEADER [Optional] User defined unique identifier for each Length cannot be greater than 255 character SMTP Based API call: The SMTP API allows you to deliver custom handling instructions for . You can tag your s so that you can get detailed statistics on each tag. This is accomplished through an X-Mh-Cm-Id header that is inserted into the message. The header is a JSON encoded list of instructions and options for that . e.g. X-Mh-Cm-Id: { transid => [ ]; SMTP is the fastest way to get started since it requires only minimal changes: Steps to be followed: Change your SMTP user name and password as provided by FALCONIDE Set the server host name to smtp.falconide.com Use port number 25 or 587 for sending s over SSL connections. 10

11 2.2 Module: report This API module provides all activities associated with reports of each transactions happened on Falconide. type= report activity=downloadlog (Download activity logs for a given timespan) Sample API URL: &activity=[ XYZ] &calltype=[xml/json] &data=[xyz] Activity: DownloadLog Functional Description (Input): CRITERIA: a) StartDate [Optional] Used for searching reports within a date range. b) EndDate [Optional] Used for searching reports within a date range. Defaults to last one year data, if no date criteria is defined. INPUT: 11

12 c) Processed The number of mails in processed state. Value can be either 0 or 1 d) Sent The number of mails in sent state. Value can be either 0 or 1 e) Open The number of mails in opened state. Value can be either 0 or 1 f) Click The number of mails in clicked state. Value can be either 0 or 1 g) Unsubscribe The number of mails in unsubscribe state. Value can be either 0 or 1 h) Bounce The number of mails in bounce state. Value can be either 0 or 1 i) SoftBounce The number of mails in soft bounce state. Value can be either 0 or 1 j) HardBounce The number of mails in hard bounce state. Value can be either 0 or 1 k) Spam The number of mails in spam state. Value can be either 0 or 1 l) Invalid The number of mails in invalid state. Value can be either 0 or 1 12

13 m) Dropped The number of mails in dropped state. Value can be either 0 or 1 (If none of the above Input values are defined, API call will search for all the s sent in the specified timespan) n) Notify The id has to be provided in this tag. The link for downloading the report file will be sent the provided id. p) CallbackUrl The call back URL has to be provided in this tag. The file after downloading will be posted to this URL. Callback URL can be either http(s) or ftp. Sample Input XML <DATASET> <CONSTANT> <ApiKey>Value</ApiKey> </CONSTANT> <CRITERIA> <StartDate>Value</StartDate> <EndDate>Value</EndDate> </CRITERIA> <INPUT> <Processed>1/0</Processed> <Sent>1/0</Sent> <Open>1/0</Open> <Click>1/0</Click> <Unsubscribe>1/0</Unsubscribe> <Bounce>1/0</Bounce> <SoftBounce>1/0</SoftBounce> <HardBounce>1/0</HardBounce> <Spam>1/0</Spam> <Invalid>1/0</Invalid> <Dropped>1/0</Dropped> <Notify >Value</Notify > <CallbackUrl>Value</CallbackUrl> </INPUT> 13

14 14

15 Response Description (Output): Jobid: This tag provides the job id using which the status and other information on the job can be fetched. Output XML <DATASET> <TYPE>success</TYPE> <RECORD> <Jobid>Value</Jobid> </RECORD> < /DATASET> Input JSON "CRITERIA": { "StartDate":Value, "EndDate": Value, "INPUT": { "Processed":"1/0", "Sent":"1/0", "Open":"1/0", "Click":"1/0", "Unsubscribe":"1/0", "Bounce":"1/0", "SoftBounce":"1/0", "HardBounce":"1/0", "Spam":"1/0", "Invalid":"1/0", "Dropped":"1/0", "Notify ":Value, "CallbackUrl":Value 15

16 Output JSON {"DATASET": { "TYPE":"success", "RECORD": { "Jobid":Value Report Download Format Report download will be available in zip format. File name will be same as job id eg: 4109.zip Zip file will contain a CSV file with the requested data Below is the sample report format: Tr- ID X-APIHEADER To Address From Address Requested On Modified Date Mail Size (KB) Status Remarks 7 { 3001 sa1@gmail.com info@ymail.com :11: :11:22 4Kb Sent > OK 4 {"2001 sa2@gmail.com info@ymail.com :01: :11:21 2Kb Click > OK 2 { 5001 sa3@gmail.com info@ymail.com :00: :00:11 8Kb Sent > OK 16

17 2.3. Module: Job Provides all activities associated with a job. API Type value: job Valid Activities a) Status: view status of particular job id b) Update: update details of particular job id c) Delete: remove particular job from queue Action: Status Functional Description (Input): # JOBID [Required] Job Id for which status is to be checked. Input XML <DATASET> <CONSTANT> <ApiKey>Value</ApiKey> </CONSTANT> <INPUT> <JOBID>Value</JOBID> </INPUT> </DATASET> 17

18 Input JSON { "CONSTANT": { "ApiKey":"a69f7b0524e9fd527c90928b6ba63037", "INPUT": { "JOBID":"1" Response Description (Output): JOBID: Job id requested. Status: Status of the job. Entered: Date when the job was added. Output XML <DATASET> <TYPE>success</TYPE> <OUTPUT> <JOBID>Value</JOBID> <Status>Value</Status> <Entered>Value</Entered> </OUTPUT> </DATASET> 18

19 2.3.2 Action: Update Functional Description (Input): a) JOBID [Required] Job Id for which details need to be updated b) Notify address specified to notify when job is completed or if any error occurred. Multiple allowed (comma separated) c) CallbackUrl URL specified to which output is to be posted. Input XML Input JSON <DATASET> <CONSTANT> <ApiKey>Value</ApiKey> </CONSTANT> <INPUT> <JOBID>Value</JOBID> <Notify >Value</Notify > <CallbackUrl>Value</CallbackUrl> </INPUT> </DATASET> { "CONSTANT": { "ApiKey":"a69f7b0524e9fd527c90928b6ba63037", "INPUT": { "JOBID":"1", "Notify ":"lubanasachin@gmail.com", "CallbackUrl":" 19

20 Response Description (Output): JOBID: Job ID to be updated. Output XML <DATASET> <TYPE>success</TYPE> <OUTPUT> <JOBID>Value updated.</jobid> </OUTPUT> </DATASET> Action: Delete Functional Description (Input): # JOBID [Required] Job Id(s) which are to be removed / deleted. Multiple allowed, comma separated Input XML <DATASET> <CONSTANT> <ApiKey>Value</ApiKey> </CONSTANT> <INPUT> <JOBID>Value</JOBID> </INPUT> </DATASET> 20

21 Input JSON { "CONSTANT": { "ApiKey":"a69f7b0524e9fd527c90928b6ba63037", "INPUT": { "JOBID":"8" Response Description (Output): JOBID: Job ID(s) to be removed. Output XML <DATASET> <TYPE>success</TYPE> <OUTPUT> <RECORD><JOBID>48</JOBID><Status>Deleted</Status></RECORD> </OUTPUT> </DATASET> 21

22 22

23 Chapter III Error Codes: Error_Code Description Event 101 IP address marked as blacklisted If IP address is marked as blacklisted by FALCONIDE Team 104 API key not passed API Key not available 105 Invalid API Key 106 API call limit exceeded Number of API calls exceeds allowed limit 107 Your IP address is not allowed 1102 Invalid API call Generic error 1103 Invalid call Type specified (JSON/XML) Invalid date format specified. Required format is "Y-m-d" If call type is not defined as xml or json If start date and end date specified is not in required format 1105 Invalid date range specified If start date is less than end date 1106 Response parameters not specified If neither call back URL nor -address is specified 1107 Invalid address specified for handling response 1109 Error creating job. Please try again again some time 1111 Call back URL specified is not reachable If address specified for response handling is invalid Generic error If call back URL is not reachable 1112 Invalid Job ID passed If job ID to be queried is invalid 1113 Cannot delete job since not in queued state If job id to be deleted is not in queued state 23

24 netcore Key Clients: 24

25 Our Support Team The Falconide support team is available to answer your questions or handle critical incidents. As delivery specialists, we can solve issues quickly oftentimes before you even tell us. We provide support via phone or live chat during weekdays from 9am to 7pm (IST). If you have a question, call +91-(22) You may also submit a request online using your Falconide Account or else drop a mail to support@falconide.com 25

LICENTIA. Nuntius. Magento Email Marketing Extension REVISION: SEPTEMBER 21, 2015 (V1.8.1)

LICENTIA. Nuntius. Magento Email Marketing Extension REVISION: SEPTEMBER 21, 2015 (V1.8.1) LICENTIA Nuntius Magento Email Marketing Extension REVISION: SEPTEMBER 21, 2015 (V1.8.1) INDEX About the extension... 6 Compatability... 6 How to install... 6 After Instalattion... 6 Integrate in your

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

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

G-Lock EasyMail7. Client-Server Email Marketing Software for Windows. Reviewer s Guide

G-Lock EasyMail7. Client-Server Email Marketing Software for Windows. Reviewer s Guide G-Lock EasyMail7 Client-Server Email Marketing Software for Windows Reviewer s Guide 1 Table of Contents This document is your reviewer's guide for G-Lock EasyMail7 email marketing software. It is designed

More information

Email Migration Manual (For Outlook Express 6)

Email Migration Manual (For Outlook Express 6) Email Migration Manual (For Outlook Express 6) By SYSCOM (USA) May 13, 2013 Version 1.0 1 Contents 1. How to Change POP3/SMTP Setup for Outlook Express... 3 2. How to Login to Webmail... 7 3. How to Change

More information

SpamPanel Email Level Manual Version 1 Last update: March 21, 2014 SpamPanel

SpamPanel Email Level Manual Version 1 Last update: March 21, 2014 SpamPanel SpamPanel Email Level Manual Version 1 Last update: March 21, 2014 SpamPanel Table of Contents Incoming... 1 Incoming Spam Quarantine... 2 Incoming Log Search... 4 Delivery Queue... 7 Report Non-Spam...

More information

Email Migration Manual (For Outlook 2010)

Email Migration Manual (For Outlook 2010) Email Migration Manual (For Outlook 2010) By SYSCOM (USA) May 13, 2013 Version 2.2 1 Contents 1. How to Change POP3/SMTP Setting for Outlook 2010... 3 2. How to Login to Webmail... 10 3. How to Change

More information

USER GUIDE. PowerMailChimp CRM 2011

USER GUIDE. PowerMailChimp CRM 2011 USER GUIDE PowerMailChimp CRM 2011 Contents About PowerMailChimp Getting Started Dynamics CRM Marketing Lists and MailChimp Groups Existing CRM Marketing Lists Creating a new CRM Marketing List PowerMailChimp

More information

ECN Spec. Sheet. Knowledge Marketing s Integrated Marketing Platform Delivers: Customer Lifecycle Marketing. Centralized Data Technology

ECN Spec. Sheet. Knowledge Marketing s Integrated Marketing Platform Delivers: Customer Lifecycle Marketing. Centralized Data Technology ECN Spec. Sheet Knowledge Marketing s Integrated Marketing Platform Delivers: Customer Lifecycle Marketing Centralized Data Technology Turnkey Email Marketing Direct Marketing Services Search Engine Marketing

More information

LICENTIA. Nuntius. Magento Email Marketing Extension REVISION: THURSDAY, JUNE 2, 2016 (V1.9.0.0)

LICENTIA. Nuntius. Magento Email Marketing Extension REVISION: THURSDAY, JUNE 2, 2016 (V1.9.0.0) LICENTIA Nuntius Magento Email Marketing Extension REVISION: THURSDAY, JUNE 2, 2016 (V1.9.0.0) INDEX About the extension... 6 Compatability... 6 How to install... 6 After Instalattion... 6 Integrate in

More information

G-Lock EasyMail7. Startup Guide. Client-Server Email Marketing Solution for Windows. To learn more about G-Lock EasyMail7, visit http://easymail7.

G-Lock EasyMail7. Startup Guide. Client-Server Email Marketing Solution for Windows. To learn more about G-Lock EasyMail7, visit http://easymail7. G-Lock EasyMail7 Client-Server Email Marketing Solution for Windows Startup Guide 1 Table of Contents This document is your startup guide for G-Lock EasyMail7 product. It is designed to provide you with

More information

SonicWALL Email Security Quick Start Guide. Version 4.6

SonicWALL Email Security Quick Start Guide. Version 4.6 SonicWALL Email Security Quick Start Guide Version 4.6 Quick Start Guide - Introduction This document guides you through the most basic steps to set up and administer SonicWALL Email Security. For more

More information

IBM Unica emessage Version 8 Release 6 February 13, 2015. User's Guide

IBM Unica emessage Version 8 Release 6 February 13, 2015. User's Guide IBM Unica emessage Version 8 Release 6 February 13, 2015 User's Guide Note Before using this information and the product it supports, read the information in Notices on page 403. This edition applies to

More information

EmailCampaigns. Product Use Guide. Copyright LeadFormix Inc. All Rights Reserved

EmailCampaigns. Product Use Guide. Copyright LeadFormix Inc. All Rights Reserved EmailCampaigns Product Use Guide Copyright LeadFormix Inc. All Rights Reserved 1 Email Campaign User Manual... 3 2 Special Features of Email Campaign... 7 3 Monitoring Email Campaigns: What our clients

More information

EMAIL MARKETING MODULE OVERVIEW ENGINEERED FOR ENGAGEMENT

EMAIL MARKETING MODULE OVERVIEW ENGINEERED FOR ENGAGEMENT PLATFORM PEOPLE STRATEGY EMAIL MARKETING MODULE OVERVIEW ENGINEERED FOR ENGAGEMENT Contents p1 E-Newsletter Overview p2 E-Newsletter Sample p3 Forward Article p4 p5 p6 p7 Print Article Read More Subscription

More information

ABB solar inverters. User s manual ABB Remote monitoring portal

ABB solar inverters. User s manual ABB Remote monitoring portal ABB solar inverters User s manual ABB Remote monitoring portal List of related manuals Title ABB Remote monitoring portal User s manual NETA-01 Ethernet adapter module User s manual Code (English) 3AUA0000098904

More information

Step 4: Click Upload >> Browse for zip file, then click Install Now. Step 6: List Eruption should show up as a new button in your Wordpress Navigation

Step 4: Click Upload >> Browse for zip file, then click Install Now. Step 6: List Eruption should show up as a new button in your Wordpress Navigation Step 1: Download List Eruption zip file Step 2: Log into your Wordpress backend Step 3: Click Plugins >> Add New Step 4: Click Upload >> Browse for zip file, then click Install Now Step 5: Go back into

More information

Smart E-Marketer s Guide

Smart E-Marketer s Guide 30 insider tips to maximise your email deliverability rate 30 insider tips Step 1. Ensure the domain you use for sending emails is configured to enable authentication (SPF / Sender ID/ DomainKeys). Step

More information

DST EMAIL. Product FAQs. Thank you for using our products. DST UK www.dstsystems.co.uk

DST EMAIL. Product FAQs. Thank you for using our products. DST UK www.dstsystems.co.uk EFFECTIVE PERSONALISED PRINT AND E-COMMUNICATION SOLUTIONS DESIGNED WITH YOU IN MIND DSTSYSTEMS.CO.UK DST EMAIL Product FAQs version 01 Thank you for using our products. DST UK www.dstsystems.co.uk DST

More information

BRIGHTCHOICE SOLUTIONS

BRIGHTCHOICE SOLUTIONS BRIGHTCHOICE SOLUTIONS ONE STEP AHEAD TO LIFT YOUR BUSINESS A PEAK WITH A RIGHT CHOICE OUR SOLUTIONS FOR YOUR BUSINESS 1 3/14/2016 INTRODUCTION Brightchoice Solutions is a web designing and advertising

More information

Domains Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc.

Domains Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc. Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc. Domains All Domains System administrators can use this section

More information

You can attach email accounts to this domain name (eg. sales@acme.com.au or mary@acme.com.au) which also increases your corporate branding.

You can attach email accounts to this domain name (eg. sales@acme.com.au or mary@acme.com.au) which also increases your corporate branding. EMAIL SET UP 1 Your website is placed on the Internet using a domain name (eg. www.acme.com.au). This is your virtual address and it allows people to find your website amongst the millions of websites

More information

Increased operational efficiency by providing customers the ability to: Use staff resources more efficiently by reducing troubleshooting time.

Increased operational efficiency by providing customers the ability to: Use staff resources more efficiently by reducing troubleshooting time. , page 1 This chapter provides an overview of the Cisco Cisco Unified Communications Manager service and describes how to configure the Cisco Cisco Unified Communications Manager feature. The feature allows

More information

Smart Card Authentication Client. Administrator's Guide

Smart Card Authentication Client. Administrator's Guide Smart Card Authentication Client Administrator's Guide April 2013 www.lexmark.com Contents 2 Contents Overview...3 Configuring Smart Card Authentication Client...4 Configuring printer settings for use

More information

qliqdirect Active Directory Guide

qliqdirect Active Directory Guide qliqdirect Active Directory Guide qliqdirect is a Windows Service with Active Directory Interface. qliqdirect resides in your network/server and communicates with qliqsoft cloud servers securely. qliqdirect

More information

Emailing from The E2 Shop System EMail address Server Name Server Port, Encryption Protocol, Encryption Type, SMTP User ID SMTP Password

Emailing from The E2 Shop System EMail address Server Name Server Port, Encryption Protocol, Encryption Type, SMTP User ID SMTP Password Emailing from The E2 Shop System With recent releases of E2SS (at least 7.2.7.23), we will be allowing two protocols for EMail delivery. A new protocol for EMail delivery Simple Mail Transfer Protocol

More information

dotmailer for Dynamics Frequently Asked Questions v 6,0

dotmailer for Dynamics Frequently Asked Questions v 6,0 for Dynamics Frequently Asked Questions v 6,0 Page 1 Contents Introduction... 2 Why should I use the Microsoft Dynamics CRM Connector for dotmailer?... 3 What software needs to be installed?... 3 Can I

More information

Smart Card Authentication. Administrator's Guide

Smart Card Authentication. Administrator's Guide Smart Card Authentication Administrator's Guide October 2012 www.lexmark.com Contents 2 Contents Overview...4 Configuring the applications...5 Configuring printer settings for use with the applications...5

More information

Configuring Web services

Configuring Web services Configuring Web services (Week 13, Tuesday 11/14/2006) Abdou Illia, Fall 2006 1 Learning Objectives Install Internet Information Services programs Configure FTP sites Configure Web sites 70-216:8 @0-13:16/28:39

More information

NETWRIX EVENT LOG MANAGER

NETWRIX EVENT LOG MANAGER NETWRIX EVENT LOG MANAGER ADMINISTRATOR S GUIDE Product Version: 4.0 July/2012. Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

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

Mastering the JangoMail Messages Tool

Mastering the JangoMail Messages Tool JangoMail Tutorial Mastering the JangoMail Messages Tool With JangoMail, you can compose and send your messages from the section labeled, Messages. Start by clicking Messages in the navigation bar. Click

More information

ClickDimensions Quick Start Guide For Microsoft Dynamics CRM 2011. 9/1/2011 ClickDimensions

ClickDimensions Quick Start Guide For Microsoft Dynamics CRM 2011. 9/1/2011 ClickDimensions ClickDimensions Quick Start Guide For Microsoft Dynamics CRM 2011 9/1/2011 ClickDimensions Online Training Resources This guide will explain how to register for and use a ClickDimensions Marketing Automation

More information

ERP guide and questions

ERP guide and questions Scandiweb ERP guide and questions Sometimes client asks you a short questions - how much would cost integration of customers ERP? And sometimes they provide some data on objects to be imported e.g. products,

More information

Administrator s and Developer s Guide

Administrator s and Developer s Guide E-Mail Campaign Manager Administrator s and Developer s Guide Rev: 2013-11-22 E-Mail Campaign Manager for Sitecore CMS 6.5 Administrator s and Developer s Guide A Quick Start Guide and Configuration Reference

More information

QliqDIRECT Active Directory Guide

QliqDIRECT Active Directory Guide QliqDIRECT Active Directory Guide QliqDIRECT is a Windows Service with Active Directory Interface. QliqDIRECT resides in your network/server and communicates with Qliq cloud servers securely. QliqDIRECT

More information

SMTPSWITCH MAILER V6 FEATURES

SMTPSWITCH MAILER V6 FEATURES SMTPSWITCH MAILER V6 FEATURES 22 Powerful Features Packed in a Single Email Marketing/Bulk Mailing Program! Easy and Advanced WYSIWYG/HTML Editing SMTPSwitch Mailer has a powerful built-in WYSIWYG editor

More information

Parallels Plesk Automation. Customer s Guide. Parallels Plesk Automation 11.5

Parallels Plesk Automation. Customer s Guide. Parallels Plesk Automation 11.5 Parallels Plesk Automation Customer s Guide Parallels Plesk Automation 11.5 Last updated: 17 March 2015 Contents Quick Start with Hosting Panel 4 Set Up Your First Website... 4 1. Create Your Site... 5

More information

Aghreni Digital Marketing. World Class Interactive Marketing Now serving India

Aghreni Digital Marketing. World Class Interactive Marketing Now serving India Aghreni Digital Marketing World Class Interactive Marketing Now serving India Aghreni Overview Leader in Digital Marketing Acquisition : Acquire new customers Retention: Up sell/cross sell and engage existing

More information

Follow Up Email 1.0.2 Getting Started. How to install extension

Follow Up Email 1.0.2 Getting Started. How to install extension Follow Up Email 1.0.2 Getting Started Welcome to the Follow Up Email Documentation. Whether you are new to Follow Up Email or an advanced user, you can find useful information here. First of all we recommend

More information

Unsubscribe and Bounce Management

Unsubscribe and Bounce Management JangoMail Summary and Overview Tutorial Unsubscribe and Bounce Management JangoMail provides robust and flexible unsubscribe and bounce management capabilities. Individual addresses or entire domains can

More information

SME- Mail to SMS & MMS Gateway with NowSMS Quick Start Guide

SME- Mail to SMS & MMS Gateway with NowSMS Quick Start Guide SME- Mail to SMS & MMS Gateway with NowSMS Quick Start Guide One of the typical usage cases for NowSMS is as an E-Mail to SMS & MMS Gateway. E-Mail users can send an SMS or MMS message by sending an e-mail

More information

System Admin Module User Guide. Schmooze Com Inc.

System Admin Module User Guide. Schmooze Com Inc. Schmooze Com Inc. Chapters Overview Using the Module DDNS DNS Email Setup FTP Server Intrusion Detection License Network Settings Notification Settings Port Management Power Options Storage Time Zone Updates

More information

Firewall Server 7.2. Release Notes. What's New in Firewall Server 7.2

Firewall Server 7.2. Release Notes. What's New in Firewall Server 7.2 Firewall Server 7.2 Release Notes BorderWare Technologies is pleased to announce the release of version 7.2 of the Firewall Server. This release includes the following new features and improvements. What's

More information

Anchor s Email Marketing Glossary and Common Terms

Anchor s Email Marketing Glossary and Common Terms Anchor s Email Marketing Glossary and Common Terms A/B Split Test: A method used for testing the response of sending two different email campaigns to two equal segments of an email list. Marketers can

More information

Configuring Your Gateman Email Server

Configuring Your Gateman Email Server Configuring Your Gateman Email Server Your Gateman Lifestyle Server includes an Email Server that provides users access to email via an email client and via your web browser using your laptop and mobile

More information

G-Lock WPNewsman WordPress Plugin Reviewer s Guide

G-Lock WPNewsman WordPress Plugin Reviewer s Guide G-Lock WPNewsman WordPress Plugin Reviewer s Guide 1 Table of Contents This document is your reviewer's guide for G-Lock WPNewsman WordPress Plugin. It is designed to provide you with information you need

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

6-Part Lunch Learning Series

6-Part Lunch Learning Series Deliverability Basics Thursday, March 21, 2013 12:00pm 12:30pm EDT #asaewebinar Presented by: Jenny Lassi Professional Services, HighRoadSolution This complimentary webinar is brought to you by HighRoad

More information

Using Your New Webmail

Using Your New Webmail Using Your New Webmail Table of Contents Composing a New Message... 2 Adding Attachments to a Message... 4 Inserting a Hyperlink... 6 Searching For Messages... 8 Downloading Email from a POP3 Account...

More information

Email UAE Bulk Email System. User Guide

Email UAE Bulk Email System. User Guide Email UAE Bulk Email System User Guide 1 Table of content Features -----------------------------------------------------------------------------------------------------03 Login ---------------------------------------------------------------------------------------------------------08

More information

Creating an ESS instance on the Amazon Cloud

Creating an ESS instance on the Amazon Cloud Creating an ESS instance on the Amazon Cloud Copyright 2014-2015, R. James Holton, All rights reserved (11/13/2015) Introduction The purpose of this guide is to provide guidance on creating an Expense

More information

MAXMAILER USER GUIDE

MAXMAILER USER GUIDE MaxBulk Mailer MAXMAILER USER GUIDE For campus help, contact: 6-TECH Technical Support by e-mailing 6tech@uncg.edu or calling 336.256.TECH(8324) 1 The MaxBulk Mailer document window is made of five tab

More information

1. ERP integrators contacts. 2. Order export sample XML schema

1. ERP integrators contacts. 2. Order export sample XML schema Scandiweb Case study Dogstrust ERP integration Task description www.dogstrustproducts.com is a company that produces cosmetics for dogs. They have a lot of not very expensive products that they sell a

More information

Creating an Email Campaign

Creating an Email Campaign Creating an Email Campaign Contents Step One Determine who you are sending the Campaign emails to Step Two Create and Save a Report or Search Step Three Create your Campaign Step Four Create/Select your

More information

The Beginner s Guide to G-Lock WPNewsman Plugin for WordPress: Installation and Configuration

The Beginner s Guide to G-Lock WPNewsman Plugin for WordPress: Installation and Configuration The Beginner s Guide to G-Lock WPNewsman Plugin for WordPress: Installation and Configuration Summary G-Lock WPNewsman is a nice WordPress plugin for collecting subscribers using the confirmed opt-in method

More information

Table of Contents. Table of Contents 3

Table of Contents. Table of Contents 3 User Guide EPiServer 7 Mail Revision A, 2012 Table of Contents 3 Table of Contents Table of Contents 3 Introduction 5 About This Documentation 5 Accessing EPiServer Help System 5 Online Community on EPiServer

More information

POP3 Connector for Exchange - Configuration

POP3 Connector for Exchange - Configuration Eclarsys PopGrabber POP3 Connector for Exchange - Configuration PopGrabber is an excellent replacement for the POP3 connector included in Windows SBS 2000 and 2003. It also works, of course, with Exchange

More information

PolyU Staff Email Service. Mailing List Management. User Guide

PolyU Staff Email Service. Mailing List Management. User Guide PolyU Staff Email Service Mailing List Management User Guide Version 2.0 Last Update: 28 August 2015 PolyU Email: www.polyu.edu.hk/email ITS HelpCentre Support: www.polyu.edu.hk/hots ITS HelpCentre Support

More information

Qlik REST Connector Installation and User Guide

Qlik REST Connector Installation and User Guide Qlik REST Connector Installation and User Guide Qlik REST Connector Version 1.0 Newton, Massachusetts, November 2015 Authored by QlikTech International AB Copyright QlikTech International AB 2015, All

More information

Email Marketing Solution

Email Marketing Solution Create, Send and Track perfect email campaigns. Our solution is the quickest, safest and easiest method of doing all three. Create your email with a custom built templates and our easy to use editor or

More information

Follow Up Email. Magento Extension User Guide. Official extension page: Follow Up Email. User Guide: Follow Up Email

Follow Up Email. Magento Extension User Guide. Official extension page: Follow Up Email. User Guide: Follow Up Email Follow Up Email Magento Extension User Guide Official extension page: Follow Up Email Page 1 Table of contents: 1. Follow Up Email configuration....3 2. Rule creation...6 3. Follow up email templates.....17

More information

How To Ensure Your Email Is Delivered

How To Ensure Your Email Is Delivered Everything You Need to Know About Delivering Email through Your Web Application SECTION 1 The Most Important Fact about Email: Delivery is Never Guaranteed Email is the backbone of the social web, making

More information

K7 Mail Security FOR MICROSOFT EXCHANGE SERVERS. v.109

K7 Mail Security FOR MICROSOFT EXCHANGE SERVERS. v.109 K7 Mail Security FOR MICROSOFT EXCHANGE SERVERS v.109 1 The Exchange environment is an important entry point by which a threat or security risk can enter into a network. K7 Mail Security is a complete

More information

Web Hosting Control Panel

Web Hosting Control Panel Web Hosting Control Panel Page 1 Our web hosting control panel has been created to provide you with all the tools you need to make the most of your website. Web Hosting Control Panel Home Page Once you

More information

How to select the right Marketing Cloud Edition

How to select the right Marketing Cloud Edition How to select the right Marketing Cloud Edition Email, Mobile & Web Studios ith Salesforce Marketing Cloud, marketers have one platform to manage 1-to-1 customer journeys through the entire customer lifecycle

More information

Help. F-Secure Online Backup

Help. F-Secure Online Backup Help F-Secure Online Backup F-Secure Online Backup Help... 3 Introduction... 3 What is F-Secure Online Backup?... 3 How does the program work?... 3 Using the service for the first time... 3 Activating

More information

You ve got. Best practices for email deliverability. Microsoft Dynamics Marketing

You ve got. Best practices for email deliverability. Microsoft Dynamics Marketing You ve got Best practices for email deliverability Microsoft Dynamics Marketing Table of Contents Summary & author introduction Getting into the inbox with grace If you don t know, now you know: terms

More information

5.2.3 Thank you message 5.3 - Bounce email settings Step 6: Subscribers 6.1. Creating subscriber lists 6.2. Add subscribers 6.2.1 Manual add 6.2.

5.2.3 Thank you message 5.3 - Bounce email settings Step 6: Subscribers 6.1. Creating subscriber lists 6.2. Add subscribers 6.2.1 Manual add 6.2. Step by step guide Step 1: Purchasing an RSMail! membership Step 2: Download RSMail! 2.1. Download the component 2.2. Download RSMail! language files Step 3: Installing RSMail! 3.1: Installing the component

More information

Ensim WEBppliance 3.0 for Windows (ServerXchange) Release Notes

Ensim WEBppliance 3.0 for Windows (ServerXchange) Release Notes Ensim WEBppliance 3.0 for Windows (ServerXchange) Release Notes May 07, 2002 Thank you for choosing Ensim WEBppliance 3.0 for Windows. This document includes information about the following: About Ensim

More information

A complete website solution for ownership and hosted on your own server.

A complete website solution for ownership and hosted on your own server. TM www.customadesign.com A complete website solution for ownership and hosted on your own server. Start your free website design trial today! visit http://customadesign.com for more info ONLINE marketingsolution

More information

Email Marketing 201. How a SPAM Filter Works. Craig Stouffer Pinpointe On-Demand cstouffer@pinpointe.com (408) 834-7577 x125

Email Marketing 201. How a SPAM Filter Works. Craig Stouffer Pinpointe On-Demand cstouffer@pinpointe.com (408) 834-7577 x125 Email Marketing 201 How a SPAM Filter Works Craig Stouffer Pinpointe On-Demand cstouffer@pinpointe.com (408) 834-7577 x125 Mark Feldman NetProspexVP Marketing mfeldman@netprospex.com (781) 290-5714 www.twitter.com/pinpointe

More information

turbosmtp New Dashboard Handbook

turbosmtp New Dashboard Handbook turbosmtp New Dashboard Handbook DASHBOARD Real-Time Stats This control panel gives you a quick and general sight of your mailing's results: that is, all the interactions that your recipients have made

More information

Configuration Information

Configuration Information Configuration Information Email Security Gateway Version 7.7 This chapter describes some basic Email Security Gateway configuration settings, some of which can be set in the first-time Configuration Wizard.

More information

Sentral servers provide a wide range of services to school networks.

Sentral servers provide a wide range of services to school networks. Wazza s QuickStart Publishing iweb Sites to a Sentral Server Background Mac OS X, Sentral, iweb 09 Sentral servers provide a wide range of services to school networks. A Sentral server provides a publishing

More information

An Introduction to astercc Call Center ver 1.0 2012/06/09 solo@astercc.org

An Introduction to astercc Call Center ver 1.0 2012/06/09 solo@astercc.org An Introduction to astercc Call Center ver 1.0 2012/06/09 solo@astercc.org Contents 1 At a Glance 2 Major Functions 3 Successful Cases 4 About astercc A quick glance at astercc astercc is a call center

More information

graphxevolution, Inc. Shopping Cart Features SEARCH ENGINE OPTIMIZATION IMAGE MANAGEMENT

graphxevolution, Inc. Shopping Cart Features SEARCH ENGINE OPTIMIZATION IMAGE MANAGEMENT IMAGE MANAGEMENT Supports image magnify, zoom, lightbox and enlarge Unlimited number of secondary images Image tags for better Search Engine Optimization (SEO) Upload images via the bulk image loader or

More information

ACCREDITATION COUNCIL FOR PHARMACY EDUCATION. CPE Monitor. Technical Specifications

ACCREDITATION COUNCIL FOR PHARMACY EDUCATION. CPE Monitor. Technical Specifications ACCREDITATION COUNCIL FOR PHARMACY EDUCATION CPE Monitor Technical Specifications Prepared by Steven Janis, RWK Design, Inc. Created: 02/10/2012 Revised: 09/28/2012 Revised: 08/28/2013 This document describes

More information

Sonicwall Reporting Server

Sonicwall Reporting Server Sonicwall Reporting Server How to access the reporting server: Navigate to https://swreports.hitechsupport.com.au, and enter your username and password provided. After you have logged in, click on the

More information

Admission Criteria. Pertaining to the participation of bulk mailers in the Certified Senders Alliance (CSA) 2014-03-19 Page 1 of 9 Version 1.

Admission Criteria. Pertaining to the participation of bulk mailers in the Certified Senders Alliance (CSA) 2014-03-19 Page 1 of 9 Version 1. Admission Criteria Pertaining to the participation of bulk mailers in the Certified Senders Alliance (CSA) 2014-03-19 Page 1 of 9 Version 1.09 1 Preamble This document describes the criteria for adding

More information

MPI Frequently Asked Questions

MPI Frequently Asked Questions MPI Frequently Asked Questions 1 Table of contents 1. General... 4 1.1. I want to use the Europabank MPI to handle the payments for my webshop.... 4 Where do I start?... 4 1.2. Should my shop be hosted

More information

Important Information

Important Information June 2015 Important Information The following information applies to Proofpoint Essentials US1 data center only. User Interface Access https://usproofpointessentials.com MX Records mx1-usppe-hosted.com

More information

What browsers can I use to view my mail?

What browsers can I use to view my mail? How to use webmail. This tutorial is our how-to guide for using Webmail. It does not cover every aspect of Webmail; What browsers can I use to view my mail? Webmail supports the following browsers: Microsoft

More information

1 Introduction: Network Applications

1 Introduction: Network Applications 1 Introduction: Network Applications Some Network Apps E-mail Web Instant messaging Remote login P2P file sharing Multi-user network games Streaming stored video clips Internet telephone Real-time video

More information

Sage Accountants Business Cloud Advanced Features Guide

Sage Accountants Business Cloud Advanced Features Guide Sage Accountants Business Cloud Advanced Features Guide VERSION 1.0 September 2013 Contents Adding custom fields to address books 3 Creating dynamic content 5 Using dynamic content in your campaigns 9

More information

CounterPoint SQL and Magento ecommerce Interface

CounterPoint SQL and Magento ecommerce Interface CounterPoint SQL and Magento ecommerce Interface Requirements: CounterPoint SQL: 8.3.9, 8.4.2 Magento Community Edition: 1.5.1+ (older versions are not compatible due to changes in Magento s API) MagentoGo

More information

versasrs HelpDesk quality of service

versasrs HelpDesk quality of service versacat v2.1.0 Date: 24 June 2010 Copyright 2002-2010 VersaDev Pty. Ltd. All Rights Reserved. *************************************************************** Contents ***************************************************************

More information

e-shot Unique Deliverability

e-shot Unique Deliverability e-shot Unique Deliverability Email Deliverability What is Email Deliverability? Email deliverability s aim is to maximise the number of email messages that reach the intended recipients inboxes. It is

More information

Instructions Microsoft Outlook Express Page 1

Instructions Microsoft Outlook Express Page 1 Instructions Microsoft Outlook Express Page 1 Instructions Microsoft Outlook Express This manual is written for users who already have an e-mail account configured in Outlook Express and will therefore

More information

nopcommerce User Guide

nopcommerce User Guide nopcommerce User Guide Open source ecommerce solution Version 1.90 Copyright Notice Information in this document, including URL and other Internet Web site references, is subject to change without notice.

More information

Version 1.7. Inbound Email Integration (POP3 and IMAP) Installation, Configuration and User Guide. Last updated October 2011

Version 1.7. Inbound Email Integration (POP3 and IMAP) Installation, Configuration and User Guide. Last updated October 2011 Version 1.7 Inbound Email Integration (POP3 and IMAP) Installation, Configuration and User Guide Last updated October 2011 1 Introduction and Overview... 1 2 The Case for Email monitoring... 2 3 Installation

More information

SETTING UP MICRSOFT OUTLOOK Sending and receiving mail through the Outlook 2013

SETTING UP MICRSOFT OUTLOOK Sending and receiving mail through the Outlook 2013 SETTING UP MICRSOFT OUTLOOK Sending and receiving mail through the Outlook 2013 OK. You ve set up your mail boxes, but would prefer to manage the emails through Outlook. No problem. In this guide we ll

More information

LearningServer Portal Manager

LearningServer Portal Manager Overview LearningServer Portal Manager Portal Manager is a web-based, add-on module to LearningServer that allows organizations to create multiple LearningServer web sites. Each site services different

More information

How does the Excalibur Technology SPAM & Virus Protection System work?

How does the Excalibur Technology SPAM & Virus Protection System work? How does the Excalibur Technology SPAM & Virus Protection System work? All e-mail messages sent to your e-mail address are analyzed by the Excalibur Technology SPAM & Virus Protection System before being

More information

The full setup includes the server itself, the server control panel, Firebird Database Server, and three sample applications with source code.

The full setup includes the server itself, the server control panel, Firebird Database Server, and three sample applications with source code. Content Introduction... 2 Data Access Server Control Panel... 2 Running the Sample Client Applications... 4 Sample Applications Code... 7 Server Side Objects... 8 Sample Usage of Server Side Objects...

More information

2. Bulk SMS Software: Custom Desktop Software application using our API.

2. Bulk SMS Software: Custom Desktop Software application using our API. What is Bulk SMS? In marketing industry SMS stands for Smart Marketing Services. The charges for SMS on mobile phones is very high especially when sending multiple messages and exorbitant when sending

More information

Quick Reference Guide. Online Courier: FTP. Signing On. Using FTP Pickup. To Access Online Courier. https://onlinecourier.suntrust.

Quick Reference Guide. Online Courier: FTP. Signing On. Using FTP Pickup. To Access Online Courier. https://onlinecourier.suntrust. Quick Reference Guide Online Courier: FTP https://onlinecourier.suntrust.com With SunTrust Online Courier, you can have reports and files delivered to you using an FTP connection. There are two delivery

More information

Web DLP Quick Start. To get started with your Web DLP policy

Web DLP Quick Start. To get started with your Web DLP policy 1 Web DLP Quick Start Websense Data Security enables you to control how and where users upload or post sensitive data over HTTP or HTTPS connections. TRITON - Web Security is automatically configured to

More information

Inbox Monitor User Guide

Inbox Monitor User Guide September 15, 2015 Return Path, Inc. Table of Contents What is Inbox Monitor?... 3 How Does Inbox Monitor Work... 4 Seed Data... 4 Subscriber Data... 4 Getting Started with the Seed List... 5 How to Import

More information

Setting Up Scan to SMB on TaskALFA series MFP s.

Setting Up Scan to SMB on TaskALFA series MFP s. Setting Up Scan to SMB on TaskALFA series MFP s. There are three steps necessary to set up a new Scan to SMB function button on the TaskALFA series color MFP. 1. A folder must be created on the PC and

More information