Windows 8.1 and Windows 10 push

Size: px
Start display at page:

Download "Windows 8.1 and Windows 10 push"

Transcription

1 Windows 8.1 and Windows 10 push To enable PUSH-notifications you will have to perform the following actions: Add the application to your space in devtodev system Activate Windows Messaging Service ang get SID and Client Secret values Add SID and Client Secret to the application integration settings in devtodev system. Integrate devtodev SDK to the application (see the "SDK integration" section to learn more how to integrate and initialize devtodev SDK) Add several lines of the code to switch on the push-notification in the SDK Create a campaign for sending push-notifications in "Push" section How to get SID and Client Secret 1. Go to the application settings in your Windows Store dashboard 2. Open Push Notifications submenu in Services menu Last update

2 3. Go to Live Services site: 4. "Package SID" and "Client secret" will be your SID and Client Secret strings respectively Last update

3 Implementation to app 1. Integrate devtodev SDK to your project. Even if you don't need devtodev analytics in your app, you should call DevToDev.SDK.Initialize(string appkey, string appsecret), DevToDev.SDK.OnActivate() and DevToDev.SDK.OnDeactivate() functions. Read more how to do it in Chapters 1.2 and 2.1 of the manual. 2. Add the following source after DevToDev.SDK.Initialize(string appkey, string appsecret) is called: DevToDev.PushManager.PushTokenReceived = (pushtoken) => { //pushtoken - the string contains the push token }; DevToDev.PushManager.PushTokenFailed = (error) => { //error - the error string. This function will be called when push token have not been obtained. }; DevToDev.PushManager.PushReceived = (PushType type, IDictionary<string, string> params) => { //type - type of the push message //params - IDictionary<string, string> with the custom user parameters form the push message }; DevToDev.PushManager.Initialize(); The PushType can have one of the following values: public enum PushType { ToastNotification, RawNotification } 3. Put the following source in your Application class (usually it is App.xaml.cs file) at the end of the OnLaunched(LaunchActivatedEventArgs e) function. For Example: protected override void OnLaunched(LaunchActivatedEventArgs e) { //...other source DevToDev.PushManager.HandleToastNavigation(e); } 4. Attention! This SDK could be integrated with Windows/Windows Phone 8.1 and Windows 10 projects. If you app is used on Windows/Windows Phone 8.1 devices, don't forget to add the "Toast capable" flag in your Package.appmanifest. Last update

4 5. Keep in mind that your application must be built with the same Windows Store preferences you used in Chapter 3.2. In the "Create App Packages" window you have to log in with your Live ID and pick the appropriate application form the list. A file Package.StoreAssociation.xml will be added into the Project. Last update

5 Changing the application settings in devtodev system 1. Proceed to Settings of your app. 2. Go to Integration page and insert the previously received Package SID and Client secret to appropriate fields in Push notifications section. 3. If the Package SID and Client secret are correct, you will see the following result Last update

6 Creating a new push-notification in devtodev interface 1. Open PUSH tag and click on Create push or ADD NEW PUSH button. 2. Fill in campaign name, select an app for delivery. Attention! You can create a campaign only after at least one push token comes from devtodev SDK integrated to your application. Otherwise the app will not be displayed in the list. Last update

7 3. Choose the user group to send a message. You can choose existing segment or create a new one. 4. Enter toast or tile details a. Toast Last update

8 b. Tile 5. Schedule the delivery Last update

9 6. Thats it! Last update

Introduction to Building Windows Store Apps with Windows Azure Mobile Services

Introduction to Building Windows Store Apps with Windows Azure Mobile Services Introduction to Building Windows Store Apps with Windows Azure Mobile Services Overview In this HOL you will learn how you can leverage Visual Studio 2012 and Windows Azure Mobile Services to add structured

More information

Precisely Target the Right Audience

Precisely Target the Right Audience Precisely Target the Right Audience With Upsight Segmentation, you can create custom user segments from any combination of the 11 dimensions where Upsight automatically collects data. These segments provide

More information

1 Overview 1 1.1 Configuration on MACH Web Portal 1

1 Overview 1 1.1 Configuration on MACH Web Portal 1 API Guide Version 2 Table of Content 1 Overview 1 1.1 Configuration on MACH Web Portal 1 1.2 Other Pre-requisites 1 1.2.1 Apple Push SSL Certificate 1 1.2.2 Android GCM Key 2 1.2.3 Enabling Push Notification

More information

Salesforce Mobile Push Notifications Implementation Guide

Salesforce Mobile Push Notifications Implementation Guide Salesforce.com: Summer 14 Salesforce Mobile Push Notifications Implementation Guide Last updated: May 6, 2014 Copyright 2000 2014 salesforce.com, inc. All rights reserved. Salesforce.com is a registered

More information

Salesforce Integration Version 1.2, published 15/04/2013 14:45

Salesforce Integration Version 1.2, published 15/04/2013 14:45 User Guide Version 1.2, published 15/04/2013 14:45 Improving results together 1 Introduction This document is the user guide for our integration which connects your PureResponse account to Salesforce.

More information

Cloud Services MDM. Control Panel Provisioning Guide

Cloud Services MDM. Control Panel Provisioning Guide Cloud Services MDM Control Panel Provisioning Guide 10/24/2014 CONTENTS Overview... 2 Accessing MDM in the Control Panel... 3 Create the MDM Instance in the Control Panel... 3 Adding a New MDM User...

More information

Direct Connect for Marketo. Your Guide to CallRail s integration with Marketo

Direct Connect for Marketo. Your Guide to CallRail s integration with Marketo Direct Connect for Marketo Your Guide to CallRail s integration with Marketo Contents What is CallRail? 3 What does CallRail s Direct Connect with Marketo provide? 3 What you need to get started with the

More information

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016 Integration Guide IBM Note Before using this information and the product it supports, read the information

More information

InsideView Lead Enrich Setup Guide for Marketo

InsideView Lead Enrich Setup Guide for Marketo InsideView Lead Enrich Setup Guide for Marketo ... 1 Step 1: Sign up for InsideView for Marketing... 1 Step 2: Create Custom Fields... 3 Step 3: Create a Webhook for InsideView for Marketing... 5 Step

More information

Salesforce Integration Guide

Salesforce Integration Guide 1 Salesforce Integration Guide 2 Salesforce Integration Guide Integrating Velaro with Salesforce Using Velaro s Salesforce chat integration tools, you can create leads, contacts, support cases, and save

More information

Using Windows Azure Mobile Services to Cloud-Enable your Windows Store Apps in C#

Using Windows Azure Mobile Services to Cloud-Enable your Windows Store Apps in C# Using Windows Azure Mobile Services to Cloud-Enable your Windows Store Apps in C# Windows Azure Developer Center Summary: This section shows you how to use Windows Azure Mobile Services and C# to leverage

More information

Little Green Light & MailChimp: Email Marketing

Little Green Light & MailChimp: Email Marketing Little Green Light & MailChimp: Email Marketing Table of Contents Overview 2 Connect LGL to MailChimp 3 Create your MailChimp account if you don t already have one 3 Create a list in MailChimp to sync

More information

Salesforce Opportunities Portlet Documentation v2

Salesforce Opportunities Portlet Documentation v2 Salesforce Opportunities Portlet Documentation v2 From ACA IT-Solutions Ilgatlaan 5C 3500 Hasselt liferay@aca-it.be Date 29.04.2014 This document will describe how the Salesforce Opportunities portlet

More information

Business Mobile App User Guide

Business Mobile App User Guide Business Mobile App User Guide Logging On to CNB Business Mobile Logging on to CNB Business Mobile involves the same layers of authentication as your Online For Business account does. 1. Launch the app

More information

Salesforce Installation and Customization Guide for Professional Edition Users

Salesforce Installation and Customization Guide for Professional Edition Users Salesforce Installation and Customization Guide for Professional Edition Users Note: You must have an active Response Wise account. The Response Wise Salesforce App will not work with trial accounts. Please

More information

This manual will illustrate how to integrate your WordPress Blog or website with the Docebo Learning Management System.

This manual will illustrate how to integrate your WordPress Blog or website with the Docebo Learning Management System. This manual will illustrate how to integrate your WordPress Blog or website with the Docebo Learning Management System. Direct Log in: The Docebo LMS offers a login box that can be added to you WordPress

More information

To Setup Your EFT Processing. To Setup Your Credit Card Processing

To Setup Your EFT Processing. To Setup Your Credit Card Processing Gulf Management Systems (GMS) uses two different systems to offer payment processing services. The ACH/EFT service was built and is maintained by GMS, and GMS is able to offer excellent rates on transactions

More information

Gravity Forms: Creating a Form

Gravity Forms: Creating a Form Gravity Forms: Creating a Form 1. To create a Gravity Form, you must be logged in as an Administrator. This is accomplished by going to http://your_url/wp- login.php. 2. On the login screen, enter your

More information

SoftwarePlanner Active Directory Authentication

SoftwarePlanner Active Directory Authentication User s Guide SoftwarePlanner Active Directory Authentication This document provides an explanation of using Active Directory with SoftwarePlanner. 1 Narrative In some situations, it may be preferable to

More information

GCM for Android Setup Guide

GCM for Android Setup Guide GCM for Android Setup Guide This guide provides information on...... Prerequisites for using Google Cloud Messaging service... Instructions for setting up GCM service via the Google API console... Configuring

More information

Universal Mobile Ads is a plugin for Unreal Engine 4 that enables the MoPub ad mediation system for ios & Android.

Universal Mobile Ads is a plugin for Unreal Engine 4 that enables the MoPub ad mediation system for ios & Android. Contents 1. License... 3 2. Introduction... 3 3. Supported Ad Formats... 5 a. Banner... 5 b. Interstitial... 5 c. Rewarded Video... 6 4. Supported Ad Networks... 7 5. Getting started... 8 6. Configure

More information

Two Factor Authentication and PKI Token (for Windows)

Two Factor Authentication and PKI Token (for Windows) Two Factor Authentication and PKI Token (for Windows) What s happening? Dow Jones is implementing two factor authentication to increase security and provide ease of use to end users. What is Two Factor

More information

Salesforce Administrator s Installation Guide

Salesforce Administrator s Installation Guide Salesforce Administrator s Installation Guide Welcome to sales emails done better. This guide will walk you through setting up ToutApp and Salesforce. Read on to learn how to connect the two, and what

More information

Marketo App Integration in Hootsuite: User Guide

Marketo App Integration in Hootsuite: User Guide Marketo App Integration in Hootsuite: User Guide The Marketo-Hootsuite integration provides joint enterprise customers the capability to connect social interactions from the Hootsuite dashboard directly

More information

How to integrate Exoclick s conversions tracking with. tracking software voluum

How to integrate Exoclick s conversions tracking with. tracking software voluum How to integrate Exoclick s conversions tracking with tracking software voluum Introduction ExoClick gives you access to global traffic sources, targeting features, big data and statistical analytical

More information

Creating Responsive Drip Campaigns

Creating Responsive Drip Campaigns Creating Responsive Drip Campaigns www.salesnexus.com Creating Responsive Drip Campaigns z 2 Sending a drip campaign to a prospect or a client is a great way to engage them without taking your staff s

More information

Magento Extension REVIEW BOOSTER User Guide

Magento Extension REVIEW BOOSTER User Guide Magento Extension REVIEW BOOSTER 0.1.0 Version 2 April, 2014 Release Date support@magebuzz.com Support 1 Table of contents Table of contents I. Preface 1. About This Document 2. Compatibility 3. Questions

More information

Australian JobSearch Employment Services Industry Jobs Board Job Seeker User Guide. June 2015

Australian JobSearch Employment Services Industry Jobs Board Job Seeker User Guide. June 2015 I Australian JobSearch Employment Services Industry Jobs Board Job Seeker User Guide June 2015 Contents 1.EMPLOYMENT SERVICES INDUSTRY JOBS BOARD 3 1.1 OVERVIEW 3 1.2 ACCESSING THE EMPLOYMENT SERVICES

More information

KEVY INTEGRATIONS EXACTTARGET AND CRM

KEVY INTEGRATIONS EXACTTARGET AND CRM KEVY INTEGRATIONS EXACTTARGET AND CRM BEST PRACTICES INTEGRATING EXACTTARGET AND CRM Kevy s Cloud Connectors allow you to seamlessly sync your ExactTarget data with your CRM information without writing

More information

Personalizing Your Individual Phone Line Setup For assistance, please call 1-800-453-2251 ext. 102.

Personalizing Your Individual Phone Line Setup For assistance, please call 1-800-453-2251 ext. 102. Personalizing Your Individual Phone Line Setup For assistance, please call 1-800-453-2251 ext. 102. With these instructions, you will: 1. Record your greeting. 2. Configure your 911 setting. 3. Learn how

More information

EFORMS MANUAL FOR SHAREPOINT ONLINE

EFORMS MANUAL FOR SHAREPOINT ONLINE EFORMS MANUAL FOR SHAREPOINT ONLINE www.norbrik.com TABLE OF CONTENTS Preface... 2 eforms for SharePoint... 2 Installation and configuration... 2 Pre-Requisites... 2 Installation... 2 Assign License...

More information

DirectSmile Cross Media and Salesforce

DirectSmile Cross Media and Salesforce DirectSmile DirectSmile Cross Media and Salesforce Guide 2014 Salesforce und DirectSmile Cross Media Salesforce und DirectSmile Cross Media... 2 1.1 Introduction... 3 1.2 Setting Up a User Account... 3

More information

Using CRM. Quick Reference. August 4, 2009. CRM Use for Agents Page 1 of 31

Using CRM. Quick Reference. August 4, 2009. CRM Use for Agents Page 1 of 31 Quick Reference August 4, 2009 CRM Use for Agents Page 1 of 31 Table of Contents GETTING STARTED IN CRM...3 WHAT IS CRM?... 4 ACCESSING CRM... 5 CUSTOMIZE YOUR CASE VIEW... 6 SHOW MY CASES ON HOME PAGE...

More information

account multiple solutions

account multiple solutions Quick Start Guide 1 Our easy to use guide will get you up and running in no time! The guide will assist you with: Generating your Sage Pay login Navigation Creating contacts Creating system users Setting

More information

1 TABLE OF CONTENTS. 10-2015 Page 1

1 TABLE OF CONTENTS. 10-2015 Page 1 1 TABLE OF CONTENTS 1 Prerequisites: SWIFT Access and Data Warehouse Access... 2 2 Accessing OBIEE through the SWIFT Administrative Portal... 2 2.1 Navigate to the SWIFT Administrative Portal website...

More information

GLOBAL EXPRESS PAYMENT CENTER

GLOBAL EXPRESS PAYMENT CENTER GLOBAL EXPRESS PAYMENT CENTER USER GUIDE V1.4 EFFECTIVE 05/14/15 TABLE OF CONTENTS 03 Get Started Set Up Terminal Required Step by Admin Set Up Users Required Step by Admin Set Up Receipt Explore Dashboard

More information

Salesforce Mobile Push Notifications Implementation Guide

Salesforce Mobile Push Notifications Implementation Guide Salesforce Mobile Push Notifications Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce

More information

Instructions for Registering on MyHealth

Instructions for Registering on MyHealth Instructions for Registering on MyHealth In order to register, you (patient) will need to enter personal identification information contained in the MyHealth Patient Web Portal letter provided to you by

More information

For details about using automatic user provisioning with Salesforce, see Configuring user provisioning for Salesforce.

For details about using automatic user provisioning with Salesforce, see Configuring user provisioning for Salesforce. Chapter 41 Configuring Salesforce The following is an overview of how to configure the Salesforce.com application for singlesign on: 1 Prepare Salesforce for single sign-on: This involves the following:

More information

In a browser window, enter the Canvas registration URL: silverlakemustangs.instructure.com

In a browser window, enter the Canvas registration URL: silverlakemustangs.instructure.com How do I sign up for a Canvas account as a Parent? Parents (Observers) can link their Canvas account to their student's account so they can see assignment dues dates, announcements, and other course content.

More information

PARENT/GUARDIAN ACCESS TO SCHOOLOGY

PARENT/GUARDIAN ACCESS TO SCHOOLOGY PARENT/GUARDIAN ACCESS TO SCHOOLOGY Website: http://schoology.com Logging In Select Login. Enter the Username and Password you received. Type in Sitka s zip code: 99835 Username Password Zip Code Use the

More information

DROPFILES SUPPORT. Main advantages:

DROPFILES SUPPORT. Main advantages: DROPFILES SUPPORT Dropfiles is a Joomla extension used to manages all your files and categorize them in a smart way. The main component is completed by a theme pack. For more commercial information please

More information

Cloud Services MDM. Overview & Setup Admin Guide

Cloud Services MDM. Overview & Setup Admin Guide Cloud Services MDM Overview & Setup Admin Guide 10/27/2014 CONTENTS Systems Overview... 2 Solution Overview... 2 System Requirements... 3 Admin Console Overview... 4 Logging into the Admin Console... 4

More information

VoIP Intercom and Elastix Server

VoIP Intercom and Elastix Server VoIP Intercom and Elastix Server Setup Guide http://www.elastix.org 1.0 Setup Diagram Figure 1-1 is a setup diagram for a single VoIP Intercom configuration. In this configuration, the VoIP Intercom acts

More information

Ariba Supplier Mobile App Quick Start Guide

Ariba Supplier Mobile App Quick Start Guide Ariba Supplier Mobile App Quick Start Guide Table of Contents Getting Started...3 Downloading and Authenticating Your App... 3 Using the Ariba Supplier Mobile App...6 Logging In... 6 Setting Up Alerts

More information

Brainshark/Salesforce.com Integration Installation Procedures

Brainshark/Salesforce.com Integration Installation Procedures Page1 Brainshark/Salesforce.com Integration Installation Procedures The Brainshark/Salesforce integration allows Salesforce users to send emails containing links to Brainshark presentations from a contact

More information

Configuring Salesforce

Configuring Salesforce Chapter 94 Configuring Salesforce The following is an overview of how to configure the Salesforce.com application for singlesign on: 1 Prepare Salesforce for single sign-on: This involves the following:

More information

www.store.belvg.com skype ID: store.belvg email: store@belvg.com US phone number: +1-424-253-0801

www.store.belvg.com skype ID: store.belvg email: store@belvg.com US phone number: +1-424-253-0801 www.store.belvg.com skype ID: store.belvg email: store@belvg.com US phone number: +1-424-253-0801 1 Table of Contents User Guide Table of Contents 1. Introduction to Facebook Connect and Like Free... 3

More information

The Petals Exchange 2007 Update

The Petals Exchange 2007 Update The Petals Exchange 2007 Update 1.1 Online Trading At the beginning of 2007, Petals Network released a major overhaul of Petals Exchange, the online ordering and tracking system for florists. This update

More information

How to create database in GlycomcsPortal?

How to create database in GlycomcsPortal? How to create database in GlycomcsPortal? 1. Log- in Log in through Log in 2. Submit Content Click Submit Content on the menu. 3. Choose Database Choose Database as a type of entry you desire to create.

More information

Configuring. SuccessFactors. Chapter 67

Configuring. SuccessFactors. Chapter 67 Chapter 67 Configuring SuccessFactors The following is an overview of the steps required to configure the SuccessFactors Enterprise Edition Web application for single sign-on (SSO) via SAML. SuccessFactors

More information

BULK SMS APPLICATION USER MANUAL

BULK SMS APPLICATION USER MANUAL BULK SMS APPLICATION USER MANUAL Introduction Bulk SMS App is an online service that makes it really easy for you to manage contacts and send SMS messages to many people at a very fast speed. The Bulk

More information

Z-Way Home Automation User Interface Documentation. (c) Z-Wave.Me Team, based on Version 2.0

Z-Way Home Automation User Interface Documentation. (c) Z-Wave.Me Team, based on Version 2.0 Z-Way Home Automation User Interface Documentation (c) Z-Wave.Me Team, based on Version 2.0 2 Contents 1 The Z-Way HA User Manual 5 1.1 Widgets......................................... 6 1.2 Notifications......................................

More information

Configuring SuccessFactors

Configuring SuccessFactors Chapter 117 Configuring SuccessFactors The following is an overview of the steps required to configure the SuccessFactors Enterprise Edition Web application for single sign-on (SSO) via SAML. SuccessFactors

More information

FedTraveler.com. Log o FedTraveler.com using your valid Member ID and PIN.

FedTraveler.com. Log o FedTraveler.com using your valid Member ID and PIN. FedTraveler.com Log o FedTraveler.com using your valid Member ID and PIN. Page 3 / 38 FedTraveler.com S een will refresh to Organizer page Page 4 / 38 Organizer 3. On he Organizer Page, click the link

More information

Online Exam Instructions

Online Exam Instructions Online Exam Instructions Creating a User: 1. If this is your first time using the new NFHS Online Exam System. Click on New Users click Here. This will ask you to create an account. 2. The Create Account

More information

Creating a Digital Signature in Adobe Acrobat Created on 1/11/2013 2:48:00 PM

Creating a Digital Signature in Adobe Acrobat Created on 1/11/2013 2:48:00 PM Creating a Digital Signature in Adobe Acrobat Created on 1/11/2013 2:48:00 PM Table of Contents Creating a Digital Signature in Adobe Acrobat... 1 Page ii Creating a Digital Signature in Adobe Acrobat

More information

To arrive at the Email Campaign Manager, click on Tools -> Invitation Center.

To arrive at the Email Campaign Manager, click on Tools -> Invitation Center. Create Invitations? The invitation email manager is found in the Invitation Center. The Email Manager allows sending either one or multiple invitations to individual invitees or an invitation list. To

More information

PAYROLL BPP - PA30. Change Record:

PAYROLL BPP - PA30. Change Record: 8.29.12.11.11 Transactions - PAYROLL BPP MAINTAIN BANK DETAILS INFORMATION (IT0009) Change Record: Change Date: 8.29.12 Changes: Changed by: s.crittenden Business Process Overview: Deleted the following

More information

USER GUIDE for Salesforce

USER GUIDE for Salesforce for Salesforce USER GUIDE Contents 3 Introduction to Backupify 5 Quick-start guide 6 Administration 6 Logging in 6 Administrative dashboard 7 General settings 8 Account settings 9 Add services 9 Contact

More information

SOCIALMEDIABOX SETUP GUIDE

SOCIALMEDIABOX SETUP GUIDE SOCIALMEDIABOX SETUP GUIDE (Version: 1.3, January 2016) This guide explains how to configure your social media accounts for use with SocialMediaBox v 2.0.0.0 Legal notice The information in this manual

More information

MUNIS Leave Request System (Employee Self Service) Time Off Approver

MUNIS Leave Request System (Employee Self Service) Time Off Approver MUNIS Leave Request System (Employee Self Service) Time Off Approver The MUNIS software system will be utilized by all employees to request time off beginning April 2, 2014. REVIEW AN EMPLOYEE S TIME OFF

More information

Online Statements. About this guide. Important information

Online Statements. About this guide. Important information Online Statements About this guide This guide shows you how to: View online statements, including CommBiz Activity Statements (Billing summaries) and online statements for Transaction Accounts, Credit

More information

Overview. About Interstitial Ads: About Banner Ads: About Offer-Wall Ads: ADAttract Account & ID

Overview. About Interstitial Ads: About Banner Ads: About Offer-Wall Ads: ADAttract Account & ID Overview About Interstitial Ads: Interstitial ads are full screen ads that cover the interface of their host app. They are generally displayed at usual transformation points in the flow of an app, such

More information

A quick guide to... Setting Up Goals

A quick guide to... Setting Up Goals A quick guide to... Setting Up Goals What is the GetResponse Goals feature? An easy-to-use interface lets you track website conversions from email links. Here s how it works. You send out an email campaign

More information

MDM User Guide June 2012

MDM User Guide June 2012 June 2012 Sy mantec Corporation, 2012 Page 1 Purpose of Document This document provides a guide for users of App Center to set up and use Mobile Device Management (MDM) capabilities. MDM allows the App

More information

DOCQN. Account. CA Departm. Version 2.0

DOCQN. Account. CA Departm. Version 2.0 DOCQN NET Project Account Creation & Maintenancee CA Departm ment of Business Oversight Version 2.0 (6/18/2014) Table of Contents 1. Overview... 3 2. Account Management... 4 2.1 How to Create a New Account...

More information

Startup Guide. Version 2.3.9

Startup Guide. Version 2.3.9 Startup Guide Version 2.3.9 Installation and initial setup Your welcome email included a link to download the ORBTR plugin. Save the software to your hard drive and log into the admin panel of your WordPress

More information

Configuration Guide - OneDesk to SalesForce Connector

Configuration Guide - OneDesk to SalesForce Connector Configuration Guide - OneDesk to SalesForce Connector Introduction The OneDesk to SalesForce Connector allows users to capture customer feedback and issues in OneDesk without leaving their familiar SalesForce

More information

Module - Facebook PS Connect

Module - Facebook PS Connect Module - Facebook PS Connect Operation Date : October 10 th, 2013 Business Tech Installation & Customization Service If you need assistance, we can provide you a full installation and customization service

More information

Active Merchandiser: Review Spotlight Orders and Performance

Active Merchandiser: Review Spotlight Orders and Performance The Spotlight application allows you to gain insight into your sales process at a company level and at the individual sales rep and customer level. There are four tools provided for analyzing your sales

More information

Mobile Collaborative Search App

Mobile Collaborative Search App Mobile Collaborative Search App Setting up your agent-branded Mobile Collaborative Search Setup your agent-branded Mobile Collaborative Search and begin inviting clients today! Getting started * For ios

More information

Create or customize CRM system dashboards

Create or customize CRM system dashboards Create or customize CRM system dashboards Make the data that matters easily accessible to your teams in Microsoft Dynamics CRM For admins For admins Information is the oil of the 21st century, and analytics

More information

Generating an Apple Enterprise MDM Certificate

Generating an Apple Enterprise MDM Certificate Good Mobile Control Server Generating an Apple Enterprise MDM Certificate Updated 09/30/11 Overview... 1 Generating Your Apple Certificate Using a Mac... 1 Generating Your Apple Certificate Using Windows...

More information

QAS Small Business for Salesforce CRM

QAS Small Business for Salesforce CRM INTRODUCTION This document provides an overview of integrating and configuring QAS for Salesforce CRM. It will take you through the standard integration and configuration process and also provides an appendix

More information

Getting Started on Fitmoo / User Guide

Getting Started on Fitmoo / User Guide Getting Started on Fitmoo / User Guide CONTENTS Sign up / Sign In Build Profile Post Box Account Settings / Instagram Sync Dashboard Earnings Sales Management Product Management / Adding Products / Shipping

More information

Getting Started with Apple Pay on the Authorize.Net Platform

Getting Started with Apple Pay on the Authorize.Net Platform Title Page Getting Started with Apple Pay on the Authorize.Net Platform September 2014 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC

More information

3dCart Shopping Cart Software V3.X Affiliate Program Guide

3dCart Shopping Cart Software V3.X Affiliate Program Guide INTRODUCTION 2 SETUP THE AFFILIATE MENU LINK 2 UPLOAD BANNERS 4 ENABLE THE AFFILIATE PROGRAM 6 REGISTRATION PROCESS 7 APPROVE AFFILIATES 11 MANAGE ORDERS 12 MANAGE COMMISSION PAYOUTS 13 END YOU VE REACHED

More information

PowerSchool. Parent Single Sign-On (SSO)

PowerSchool. Parent Single Sign-On (SSO) PowerSchool Parent Single Sign-On (SSO) K i n g s C a n y o n U n i f i e d 6 7 5 W M a n n i n g A v e, R e e d l e y, C A 9 3 6 5 4 559-3 0 5-7 0 1 0 w w w. k c u s d. c o m Starting with the 2015-2016

More information

Drop Shipping. Contents. Overview 2. Quick Tips 3. Basic Setup 4. Drop Ship Options 5. File Pickup Options 6. E-Mail Messages 8

Drop Shipping. Contents. Overview 2. Quick Tips 3. Basic Setup 4. Drop Ship Options 5. File Pickup Options 6. E-Mail Messages 8 Contents Overview 2 Quick Tips 3 Basic Setup 4 Drop Ship Options 5 File Pickup Options 6 E-Mail Messages 8 The Drop Shipments Log 9 Maxum Development Corp. Overview One very common file transfer task is

More information

Installing Your Multifunction to Your Network for the First Time

Installing Your Multifunction to Your Network for the First Time Installing Your Multifunction to Your Network for the First Time MAXIFY MB2320 Windows OS Wireless Setup Using Standard Setup 1 Installing Your Multifunction to Your Network for the First Time MAXIFY MB2320

More information

Form Builder in Agile CRM

Form Builder in Agile CRM Form Builder in Agile CRM Agile CRM pulls in visitor information entered, through the web forms on your website & creates a contact with all the given attributes, in the CRM. It integrates with various

More information

ViewPoint Mobile Quick Start Guide

ViewPoint Mobile Quick Start Guide ViewPoint Mobile Quick Start Guide Step 1 Download the ViewPoint Mobile application. This MUST be done on the ios device, NOT the computer you sync your ios device with. The application will automatically

More information

Orange County Department of Education Vendor Portal Vendor Guide

Orange County Department of Education Vendor Portal Vendor Guide Orange County Department of Education Vendor Portal Vendor Guide Overview The OCDE Vendor Portal provides an interface for businesses, individuals, and employees who provide services to Orange County school

More information

Mail Chimp Basics. Glossary

Mail Chimp Basics. Glossary Mail Chimp Basics Mail Chimp is a web-based application that allows you to create newsletters and send them to others via email. While there are higher-level versions of Mail Chimp, the basic application

More information

Spambrella SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide

Spambrella SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide January 24, 2015 Spambrella SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide Spambrella and/or other noted Spambrella related products contained herein are registered

More information

End User Guide Wazoku s Idea Spotlight

End User Guide Wazoku s Idea Spotlight End User Guide Wazoku s Idea Spotlight CONTENTS Homepage Homepage Analytics Update Profile Dashboard Manage Notifications Creating an Idea Working in Teams Feedback on an Idea Reviewing Ideas Task Management

More information

Club Offers Management

Club Offers Management Club Offers Management Campaign Builder (Club Offers Management - 13/11/12) Page 1 Campaign Builder (Club Offers Management - 13/11/12) Page 2 Contents Contents... 1 Club Offers Management... 5 Tagging

More information

Note: This App is under development and available for testing on request. Note: This App is under development and available for testing on request. Note: This App is under development and available for

More information

Frequently Asked Questions Ag Banking Online

Frequently Asked Questions Ag Banking Online Table of Contents Note: To quickly navigate to the answer, click on the question. What is Multi-Factor Authentication (MFA) and its purpose?... 2 This is my first time accessing the online application.

More information

ExactTarget GENESIS I N TEGRATION GUIDE

ExactTarget GENESIS I N TEGRATION GUIDE ExactTarget GENESIS I N TEGRATION GUIDE GENESIS INTEGRATION GUIDE II Table of Contents Terms and Conditions of Use... 4 Intended Audience... 4 Account Support... 4 Service and Billing Information... 4

More information

ONLINE BANKING OWNER S MANUAL

ONLINE BANKING OWNER S MANUAL ONLINE BANKING OWNER S MANUAL Member FDIC Note: To ensure the best experience with online banking, please update your operating system and web browser to the most current versions. welcome to Peoples Online

More information

Using the ELMS Management Tool (EMT) to Create Independent Study Spaces in ELMS Canvas

Using the ELMS Management Tool (EMT) to Create Independent Study Spaces in ELMS Canvas Using the ELMS Management Tool (EMT) to Create Independent Study Spaces in ELMS Canvas Beginning Summer I, 2014, Independent Study courses will no longer be automatically generated in ELMS Canvas. However,

More information

SP-initiated SSO for Smartsheet is automatically enabled when the SAML feature is activated.

SP-initiated SSO for Smartsheet is automatically enabled when the SAML feature is activated. Chapter 87 Configuring Smartsheet The following is an overview of the steps required to configure the Smartsheet Web application for single sign-on (SSO) via SAML. Smartsheet offers both IdP-initiated

More information

RSA Security Analytics

RSA Security Analytics RSA Security Analytics Event Source Log Configuration Guide Sourcefire Defense Center Last Modified: Thursday, July 30, 2015 Event Source Product Information: Vendor: Sourcefire Event Source: Defense Center

More information

Introduction...3. The Integrations Section...4. Create a New Integration...5. Create a New Trigger...6. Custom fields...11. Custom Variables...

Introduction...3. The Integrations Section...4. Create a New Integration...5. Create a New Trigger...6. Custom fields...11. Custom Variables... Index Introduction...3 The Integrations Section...4 Create a New Integration...5 Create a New Trigger...6 Hints...10 Custom fields...11 Custom Variables...14 Outbound CTI Integration...16 Troubleshooting...17

More information

Serious Marketing. Simply Executed. MOBILE READY WEBSITES WITH MINDBODY INTEGRATION

Serious Marketing. Simply Executed. MOBILE READY WEBSITES WITH MINDBODY INTEGRATION Serious Marketing. Simply Executed. MOBILE READY WEBSITES WITH MINDBODY INTEGRATION Serious Marketing. Simply Executed. MOBILE READY WEBSITES WITH MINDBODY INTEGRATION Hey, SMS. How are you? Serious Marketing.

More information

You simply need to define your flows and triggers; Built.io Flow will do the rest for you.

You simply need to define your flows and triggers; Built.io Flow will do the rest for you. for Integrate business apps with Built.io Flow Built.io Flow is an integration Platform-as-a-Service (ipaas) that enables organizations to integrate and orchestrate business processes across multiple systems.

More information

Connected Data. Connected Data requirements for SSO

Connected Data. Connected Data requirements for SSO Chapter 40 Configuring Connected Data The following is an overview of the steps required to configure the Connected Data Web application for single sign-on (SSO) via SAML. Connected Data offers both IdP-initiated

More information

Sales Rabbit Integration

Sales Rabbit Integration Sales Rabbit Integration Sales Rabbit (http://www.salesrabbit.com/) is a smartphone app (ios and Android) tailored for door-to-door sales. This is a popular sales technique for some pest control companies.

More information