Changes

Jump to: navigation, search

Integration Key Management

174 bytes added, 20:01, 22 September 2017
no edit summary
==Overview==
SmartSimple allows for the ability to store multiple the authentication credentials and for various integration end points to perform RESTful API calls to and external services. The purpose of this is to provide a single point of configuration for integration credentials that can then be referenced throughout the system.
Features include native integration for with services such as Salesforce , and Adobe Sign, with as well any custom integrations available capable of transferring the integration key to other systems for authenticationend point.
==Configuring Integration Keys==
You need to have [[Global User Administrator]] permissions in order to access Integration key functions.
# Log-in to Within SmartSimple and , access the '''Global Settings''' page.
# Click on the '''Integrations''' tab and under '''Services Settings''', click on '''Integration Key Management''' link.
# This page will list all current integration keys configured for this instance of SmartSimple.
# Create a new Integration Key by clicking the''' +''' button on the top left. 
# Select a Key Type, fill out the authentication details and click '''Save''' once complete.
 
[[File:Integration Key-1.PNG|800px]]
 
 
===Function Settings===
** Adobe Sign
** Salesforce
* '''Key Name ''' - Unique name description for this integration key.* '''Authentication URL ''' - Integration End Point end point of external service.* '''Security Token ''' - Access token or integration key from the external service.
* '''Synchronization Direction '''
** From SmartSimple to External Service 
* '''Username ''' - Username of API account
* '''Password ''' - Password of API account
 
In the case of [[Adobe Sign]] integration, this requires input of OAuth security token and Application ID which is available by signing into your Adobe ID account at [https://accounts.adobe.com https://accounts.adobe.com]. See the [[Adobe Sign|Adobe Sign article]] on this wiki for how to configure Adobe Sign e-signature documents.
==Retrieving Integration Keys==
Integration keys can be retrieved from the Variable Processor via the following syntax. The ssGet variables will only get replaced when the api API call is made and will not resolve directly on the source of a page. This prevents exposing the credentials to the end user. <pre>@ssGet(APIKEY,keyname,username)@ returns the username from the "keyname" entry@ssGet(APIKEY,keyname,password)@ returns the password from the "keyname" entry
Example call:exservice_call @ssGet(flag APIKEY,callbackfunc''keyname'',fields,url''attribute'')@
url An example use of this would be using the built in service call function to make a RESTful API call<pre>//service call syntax://exservice_call(syncflag, callbackfunc, fields, URL)//URL - the url URL to post the restful call to.//fields - contain all the parameters you may need (required is "svc=restful"), delimited by ';;'.
//given an Integration Key named 'myapi'exservice_call(false,"","svc=restful;;companyid=xxx;;alias=xxx;;username=@ssGet(APIKEY,keynamemyapi,username)@ ;;password=@ssGet(APIKEY,keynamemyapi,password)@ ;;apitoken=xxx;;reportid=xxx","httphttps://apismart.smartsimple.com.com/API/1/report/")
</pre>
[[Category:Integration]] [[Category:System Integration]]
Smartstaff, administrator
686
edits

Navigation menu