Release Notes Tripolis Dialogue

Similar documents
Edition 3.2. Tripolis Solutions Dialogue Manual version 3.2 2

Writing REST APIs with OpenAPI and Swagger Ada

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

Understanding RESTful APIs and documenting them with Swagger. Presented by: Tanya Perelmuter Date: 06/18/2018

Getting Started with the Aloha Community Template for Salesforce Identity

A Guide to Understand, Install and Use Pie Register WordPress Registration Plugin

Aim behind client server architecture Characteristics of client and server Types of architectures

DreamFactory Security Guide

Lab 3: Simple Integration Use Case

MIGRATING FROM PORTALS TO COMMUNITIES

Black Box DCX3000 / DCX1000 Using the API

AuraPlayer Server Manager User Guide

uick Start Guide 1. Install Oracle Java SE Development Kit (JDK) version or later or 1.7.* and set the JAVA_HOME environment variable.

XTM Connect Drupal Connector. A Translation Management Tool Plugin

OneLogin SCIM. Table of Contents. Summary... 2 System Requirements... 2 Installation & Setup... 2 Contact Us... 6

Develop Mobile Front Ends Using Mobile Application Framework A - 2

Microsoft Architecting Microsoft Azure Solutions.

What s New in Metasploit Pro 4.5? Getting Metasploit Pro 4.5. Product Term. Metasploit Pro Metasploit Pro 4.5 Release Guide.

Authentify SMS Gateway

Oracle Beehive. Beekeeper Online Help Release 2 ( ) E

Creating a REST API which exposes an existing SOAP Service with IBM API Management

Flask restful swagger Documentation

Use SecurityTestRunner to run Ready! API's security tests from the command line.

Resetting Your Password

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps

General. Analytics. MCS Instance Has Predefined Storage Limit. Purge Analytics Data Before Reaching Storage Limit

Managing System Administration Settings

Oracle Application Express 5 New Features

iformbuilder Essentials for Project Managers

Desktop Alert Software v.4.4 by BusinessAlerts

Newsletter Popup v3.x Configuration for Magento 2

USER GUIDE for Salesforce

INTRODUCTION TO BLACKBOARD

Documentation for the new Self Admin

Installation & Configuration Guide Enterprise/Unlimited Edition

The Now Platform Reference Guide

COPYRIGHTED MATERIAL. Acknowledgments...v Introduction... xxi

DocuSign Spring '16 Release Notes

User Guide Using AuraPlayer

Managing System Administration Settings

Sample Title. Dancing with the Magento 2 APIs. A guided tour of the API dance floor. DevelopersParadise 2016 / Opatija / Croatia

Editor Guide. There are three ways to create, edit and delete an article within SOCS. They are Central Services, SOCS Wiki s and Easy Edit.

WeChat Adobe Campaign Integration - User Guide

CRM Partners Anonymization - Implementation Guide v8.2 Page 2

Correspondent Training Guide

An introduction API testing with SoapUI

Documenting APIs with Swagger. TC Camp. Peter Gruenbaum

Barracuda NextGen Report Creator

Using CSE Cisco Anyconnect with 2FA

djangotribune Documentation

SchoolMessenger Communicate for iphone

WELCOME TO RESELLER CENTRE MANUAL... 3 RESELLER PANEL... 4 HOW TO START... 4

MyMack Version 9 Upgrade Details

Salesforce CRM Content Implementation Guide

Advanced ASP.NET Identity. Brock Allen

Technical Brief. A Checklist for Every API Call. Managing the Complete API Lifecycle

DigiCert User Guide. Version 6.4

DigiCert User Guide (GÉANT)

Managing Performance in Liferay DXP: An Overview of Liferay Connected Services

Sign-up Forms Builder for Magento 2.x. User Guide

SCHULICH MEDICINE & DENTISTRY Website Updates August 30, Administrative Web Editor Guide v6

Self-Service Portal Implementation Guide

AEM Forms: Rest API Integration as a Datasource

What s New in Cognos. Cognos Analytics Participant s Guide

Sentinet for Microsoft Azure SENTINET

Open Text Web Site Management 10.1

Live Connect. Live Connect

Salesforce.com Summer '10 Release Notes

Stonesoft Management Center. Release Notes Revision B

NGFW Security Management Center

Admin Center. Getting Started Guide

CAMPAIGNER MAGENTO EXTENSION SETUP GUIDE

DigiCert User Guide (GÉANT)

ICE CLEAR EUROPE DMS GLOBAL ID CREATION USER GUIDE VERSION 1.0

IBM LOT-408. IBM Notes and Domino 9.0 Social Edition Application Development Updat.

OfficeClip Reference Manual

VMware AirWatch System Settings Reference Manual for SaaS Customers A comprehensive listing of AirWatch system settings

Release Notes May 2017

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

Blackwell Synergy New Design Preview

Cloudwords for Eloqua

Bootstrap your APEX authentication & authorisation. a presentation by

Adobe Document Cloud esign Services. for Salesforce Version 17 Installation and Customization Guide

Table of Contents. VMware AirWatch: Technology Partner Integration

RSA Ready Implementation Guide for

LANSA V11 SP4. What's New in LANSA Version 11 Service Pack 4?

Section Editor Quick Start. Schoolwires Academic Portal Version 4.0

Oracle Responsys. REST API Developer s Guide. REST API v1.3 for Responsys 18A E February 2018

Create and Manage Partner Portals

Step 1: Upload a video (skip to Step 2 if you ve already uploaded a video directly from your ipod, Uploading to YouTube and Posting in Blackboard

With Google documents, you can easily create, share, and edit documents online.

PureEngage Cloud Release Note. Outbound

Training Manual. Final Version. Revised September 2015

EveryonePrint. Mobile Gateway 4.2. Installation Guide. EveryonePrint Mobile Gateway Installation Guide Page 1 of 30

Contents Overview... 5 Downloading Primavera Gateway... 5 Primavera Gateway On-Premises Installation Prerequisites... 6

Storage Made Easy. Providing an Enterprise File Fabric for INVESTOR NEWSLETTER ISSUE N 3

Dynamics CRM Integration for Gmail. User Manual. Akvelon, Inc. 2017, All rights reserved

Niagara 3.7 New Feature Review

NGFW Security Management Center

Oracle - Developing Applications for the Java EE 7 Platform Ed 1 (Training On Demand)

Transcription:

Release Notes Tripolis Dialogue Version 3.23 September 2016 1

TABLE OF CONTENTS Improvements and features 3 REST API API 3.0 3 TImezone support for campaigns 4 Campaign node details in preview 5 Changes to Audit Logs 5 Bug fixes & small improvements 6 Contacts 6 Content 6 Publishing 6 Reports 6 SMS 6 Campaigns 6 2

IMPROVEMENTS AND FEATURES REST API API 3.0 In addition to our existing SOAP API service (API 2.0) we have created a Restful API (API 3.0). The schemas for this are available in YAML (for use in swagger compatible code generators such as http://editor.swagger.io - highly recommended), JSON and XML (for use in SoapUI for example). Documentation Documentation and examples for debugging and coding for the API 3.0 can be found here: https://services.tripolis.com/support/api/api3/. Links to the schema s and the documentation page can be found here: http://tdxx.tripolis.com/api3/ (replace tdxx with the correct instance). Available Methods The following operations are available: - ContactDatabases: GET - Contacts: DELETE - Subscriptions: POST / GET / PATCH ContactDatabases : GET <endpoint url>/contactdatabases - Returns a list of available contact databases, including the contactdatabaseid. GET <endpoint url>/contactdatabases/{contactdatabaseid} - Returns a single contact database record. Contacts: delete <endpoint url>/contactdatabases/{contactdatabaseid}/contacts/{contactid} - Deletes a contact from the database. Subscriptions: POST <endpoint url>/contactdatabases/{contactdatabaseid}/subscriptions - Creates a new contact with field values and group memberships. Optionally updates an existing contact based on key field values by setting updateexisting to true. GET <endpoint url>/contactdatabases/{contactdatabaseid}/subscriptions/{contactid} - Returns subscription details of a contact with field values and contact group memberships, including group membership status (confirmed/unconfirmed). PATCH <endpoint url>/contactdatabases/{contactdatabaseid}/subscriptions/{contactid} - Updates the subscription details (field values, contact group memberships and group membership status) of a contact. 3

Authentication Authentication for uses a username + key. The authentication key is user and Client specific and can be generated by assigning an API role to that user and saving it. For users that already have an API role but no key yet, a message Not available yet. Save form to generate a key will show and saving the form will generate the key. A key can be invalidated and then re-generated by checking the appropriate box for it and saving the form: Encrypted ID s visible in the application On the details or edit pages of objects that are often used in API integration we have added a field API id that shows the encrypted ID of the object. This ID can also still be found in the object URL. Timezone support for campaigns It is now possible to create campaigns in a specific timezone. When creating the campaign the user can choose a timezone that will be used for this campaign. The default will be chosen from the user s settings. All timer settings in campaign nodes will be in the selected timezone. We have fixed the bug that existed for every X at HH:MM settings where the user had to recalculate the time to Amsterdam time. All campaign jobs will be published using the timezone of the Campaign. 4

Display node details when clicking on a campaign node in the preview Clicking on a node in preview mode of a Campaign definition or run will show a popup with node details. In this way all campaign details can be seen without starting the Java web app. Changes to Audit Logs The Audit logs page in Setup was redesigned to make it easier to extend audit logging in future releases. Additionally, we have added logging for the following operations on Dialogue users: reset password, edit, create and assign. Filters have been added for Field type and Object type. In the audit logs we added columns for Database and Workspace that display the label and show the name on mouse over. Likewise, the Object column shows the labels of the object path (now without the workspace) and a mouse over reveals the names. Old log entries still show the old style Object paths and don t have separate entries for Database and Workspace. 5

BUG FIXES AND SMALL IMPROVEMENTS CONTACTS - Contact groups can now be filtered on Group type on the groups list page. - Contact fields are now displayed in the correct order in the list view. CONTENT - The TinyMCE content editor was updated to the latest version. - Changing an article condition for profile to group now works as expected. - The order of picklist items in article fields can now be changed. - Editing a field group doesn t cause an error. PUBLISHING - An alt attribute has been added to the open tracker image ( tracking pixel ) for better delivery and to keep this from coming up when checking an email HTML for errors. - Users without publishing rights can now send a Quick Test again. REPORTS - Clicks on links from the trackingxmlimporter are now included in the Summary Report. SMS - We now allow spaces in the SMS originator field. - The link for content preview for SMS communication history was removed. - The default SMS gateway was updates to use the new version of the provider s API. CAMPAIGNS - Campaign timers with every X at Y syntax now correctly use the timezone of the campaign. 6