Oracle Eloqua Application API

Size: px
Start display at page:

Download "Oracle Eloqua Application API"

Transcription

1 Oracle Eloqua Application API Developer Guide 2018 Oracle Corporation. All rights reserved 02-Feb-2018

2 Contents 1 Oracle Eloqua Application API Application API operations Application Application Accounts API Overview API Tasks POST /data/account GET /data/account/id} GET /data/accounts PUT /data/account/id} DELETE /data/account/id} Accounts API Overview API Tasks GET /data/activities/contact/id} Contacts API Overview API Tasks POST /data/contact GET /data/contact/id} GET /data/contacts PUT /data/contact/id} DELETE /data/contact/id} Contact fields API Overview API Tasks POST /assets/contact/field GET /assets/contact/field/id} Oracle Corporation. All rights reserved 2 of 465

3 1.5.5 GET /assets/contact/fields PUT /assets/contact/field/id} DELETE /assets/contact/field/id} Contact lists API Overview API Tasks POST /assets/contact/list GET /assets/contact/list/id} GET /assets/contact/lists PUT /assets/contact/list/id} DELETE /assets/contact/list/id} Contact segments API Overview API Tasks POST /assets/contact/segment GET /assets/contact/segment/id} GET /assets/contact/segments PUT /assets/contact/segment/id} DELETE /assets/contact/segment/id} Content sections API Overview API Tasks POST /assets/contentsection GET /assets/contentsection/id} GET /assets/contentsections PUT /assets/contentsection/id} DELETE /assets/contentsection/id} Custom objects API Overview API Tasks POST /assets/customobject Oracle Corporation. All rights reserved 3 of 465

4 1.9.4 GET /assets/customobjects/id} GET /assets/customobjects PUT /assets/customobject/id} DELETE /assets/customobject/id} Custom object data API Overview API Tasks POST /data/customobject/id} GET /data/customobject/id} API Overview API Tasks POST /assets/ GET /assets/ /id} GET /assets/ s PUT /assets/ /id} DELETE /assets/ /id} folders API Overview API Tasks POST /assets/ /folder GET /assets/ /folder/id} GET /assets/ /folders PUT /assets/ /folder/id} DELETE /assets/ /folder/id} groups API Overview API Tasks POST /assets/ /group GET /assets/ /group/id} GET /assets/ /groups Oracle Corporation. All rights reserved 4 of 465

5 PUT /assets/ /group/id} DELETE /assets/ /group/id} headers API Overview API Tasks POST /assets/ /header GET /assets/ /header/id} GET /assets/ /headers PUT /assets/ /header/id} DELETE /assets/ /header/id} Forms API Overview API Tasks POST /assets/form GET /assets/form/id} GET /assets/forms PUT /assets/form/id} DELETE /assets/form/id} Form data API Overview API Tasks POST /data/form/id} GET /data/form/id} Images API Overview API Tasks POST /assets/image GET /assets/image/id} GET /assets/images PUT /assets/image/id} DELETE /assets/image/id} Oracle Corporation. All rights reserved 5 of 465

6 1.18 Landing pages API Overview API Tasks POST /assets/landingpage GET /assets/landingpage/id} GET /assets/landingpages PUT /assets/landingpage/id} DELETE /assets/landingpage/id} Microsites API Overview API Tasks POST /assets/microsite GET /assets/microsite/id} GET /assets/microsites PUT /assets/microsite/id} DELETE /assets/microsite/id} Option lists API Overview API Tasks POST /assets/optionlist GET /assets/optionlist/id} GET /assets/optionlists PUT /assets/optionlist/id} DELETE /assets/optionlist/id} Users API Overview API Tasks GET /system/user/id} GET /system/users PUT /system/user/id} Campaigns API Oracle Corporation. All rights reserved 6 of 465

7 Overview API Tasks POST /assets/campaign GET /assets/campaign/id} GET /assets/campaigns PUT /assets/campaign/id} DELETE /assets/campaign/id} Custom objects API Overview API Tasks POST /assets/customobject GET /assets/customobject/id} GET /assets/customobjects PUT /assets/customobject/id} DELETE /assets/customobject/id} Custom object fields Custom object data API Overview API Tasks GET /data/customobject/parentid}/instance/id} POST /data/customobject/parentid}/instance External activities API Overview API Tasks POST /data/activity GET /data/activity/id} External assets API Overview API Tasks POST /assets/external GET /assets/external/id} Oracle Corporation. All rights reserved 7 of 465

8 GET /assets/externals PUT /assets/external/id} DELETE /assets/external/id} External asset types API Overview API Tasks POST /assets/external/type GET /assets/external/type/id} GET /assets/external/types PUT /assets/external/type/id} DELETE /assets/external/type/id} Visitors API Overview API Tasks GET /data/visitors deployment API Overview API Tasks POST api/rest/2.0/assets/ /deployment GET api/rest/2.0/assets/ /deployment/id} POST api/rest/2.0/assets/ /deployment GET api/rest/2.0/assets/ /deployment/id} Signature rules API Overview API Tasks GET api/rest/2.0/assets/ /signature/rule/id} GET api/rest/2.0/assets/ /signature/rules POST api/rest/2.0/data/accounts Request parameters Response parameters Example Oracle Corporation. All rights reserved 8 of 465

9 1.32 POST api/rest/2.0/data/contacts Request parameters Response parameters Example Oracle Corporation. All rights reserved 9 of 465

10 1 Oracle Eloqua Application API Oracle Eloqua's Application API is a RESTful API which is used to extend the functionality of Eloqua's automation engines, Program Builder and Campaign Canvas, and to build applications for Eloqua's AppCloud. The Application API is used primarily for Eloqua asset management. Assets are the building blocks of Eloqua marketing campaigns, things such as campaign elements ( s and landing pages) and components (images, file storage, hyperlinks, field merges, headers and footers, shared and dynamic content sections and signature layouts and rules). Eloqua's Application API is synchronous and so is not recommended for use with high volumes of data -- for that we recommend using Eloqua's Bulk API. An Application API call will consist of an initial authentication and the following form: [Verb] [base URL]/API/[APIName]/[APINumber]/[endpoint] For example, a typical API call using the Application API's 1.0 REST API would look something like: GET [base URL]/API/REST/1.0/assets/ s And a typical API call using Application API's 2.0 REST API would look something like: GET [base URL]/API/REST/2.0/assets/campaigns Learn more about API requests. Below is a list of supported operations for Application 1.0 and Application 2.0 APIs. Please follow the links to learn more. 1.1 Application API operations IMPORTANT: Click here to access the latest version of our API reference. The content on this page is no longer maintained and may be out of date Oracle Corporation. All rights reserved 10 of 465

11 1.1.1 Application 1.0 Accounts Activities Contacts Contact fields Contact lists Contact segments Content sections Custom objects Custom object data s folders groups headers Forms Form data Images Landing Pages Microsites Option lists Users 2018 Oracle Corporation. All rights reserved 11 of 465

12 1.1.2 Application 2.0 Campaigns Custom objects External Activities External Assets External asset types Visitors IMPORTANT: Click here to access the latest version of our API reference. The content on this page is no longer maintained and may be out of date. 1.2 Accounts API Overview An Oracle Eloqua Account provides group contact information API Tasks Retrieve a list of accounts Retrieve a specific account Create a new account Update an existing account Delete an account 2018 Oracle Corporation. All rights reserved 12 of 465

13 IMPORTANT: Click here to access the latest version of our API reference. The content on this page is no longer maintained and may be out of date POST /data/account Creates an account asset that matches the criteria specified by the request body. Request parameters Required Name Type name string The asset's name. Description Possible value (s) Optional Name Type Description folderid integer The asset's containing folder Id. Possible value(s) permissions InstancePermissions The permissions for the asset/operation granted read / write / to your current instance. address1 string The account's first address. fullcontrol address2 string The account's second address. address3 string The account's third address. businessphone array The account's business phone number. city string The account's city. country boolean The account's country. fieldvalues array Array containing type and id values for all of the contactfields associated with a given contact. postalcode string The account's postal code. province string The account's province Oracle Corporation. All rights reserved 13 of 465

14 Response parameters Name Type Description Possible value(s) type Account The asset's type in Eloqua. currentstatus string The asset's current status. id integer The asset's unique identifier. createdat datetime (10 digit integer Unix time) Unix timestamp for the date and time the asset was created. createdby integer User Id of the asset's creator. depth RequestDepth The request's level of detail. minimal / partial / complete name string The asset's name. updatedat updatedby datetime (10 digit integer Unix time) datetime (10 digit integer Unix timestamp for the date and time the asset was last updated. User Id of the user who last Unix time) updated the asset. address1 string The account's first address. address2 string The account's second address. address3 string The account's third address. businessphone array The account's business phone number. city string The account's city. country boolean The account's country. fieldvalues array Array containing type and id values for all of the contactfields associated with a given contact. postalcode string The account's postal code. province string The account's province Oracle Corporation. All rights reserved 14 of 465

15 Example Create a new account asset: POST /data/account Request body: } "name":"hudsucker Industries", "address1":"2020 Broadway Ave.", "city":"new York", "country":"united States" Response: HTTP/ Created Cache-Control: private Content-Length: 314 Content-Type: application/json X-Request-Id: 30a95be0-2a5b-4f38-b358-5b2eb2bcb07f P3P: CP="IDC DSP COR DEVa TAIa OUR BUS PHY ONL UNI COM NAV CNT STA", Date: Fri, 05 Jun :12:55 GMT "type":"account", "id":"14", "createdat":" ", "depth":"complete", "description":"", "name":"hudsucker Industries", "updatedat":" ", "address1":"2020 Broadway Ave.", "address2":"", "address3":"", "businessphone":"", "city":"new York", "country":"united States", "fieldvalues":[], "postalcode":"", 2018 Oracle Corporation. All rights reserved 15 of 465

16 } "province":"" IMPORTANT: Click here to access the latest version of our API reference. The content on this page is no longer maintained and may be out of date GET /data/account/id} Retrieves the account asset specified by the id} parameter. Request parameters Required Name Description Possible Values Constraints Example Id An integer Eloqua user Id. Must be a valid Eloqua user Id. Optional Name Description Possible Values Constraints Example depth Level of detail returned "minimal" n/a by the request. Learn more about the depth parameter. "partial" "complete"?depth=complete Response parameters Name Type Description Possible value(s) type Account The asset's type in Eloqua. currentstatus string The asset's current status. id integer The asset's unique identifier. createdat datetime (10 digit integer Unix time) Unix timestamp for the date and time the asset was created Oracle Corporation. All rights reserved 16 of 465

17 Name Type Description Possible value(s) createdby integer User Id of the asset's creator. depth RequestDepth The request's level of detail. minimal / partial / complete name string The asset's name. updatedat updatedby datetime (10 digit integer Unix time) datetime (10 digit integer Unix timestamp for the date and time the asset was last updated. User Id of the user who last Unix time) updated the asset. address1 string The account's first address. address2 string The account's second address. address3 string The account's third address. businessphone array The account's business phone number. city string The account's city. country boolean The account's country. fieldvalues array Array containing type and id values for all of the contactfields associated with a given contact. postalcode string The account's postal code. province string The account's province. Example Retrieve the account asset with Id #1: GET /data/account/1 Response: HTTP/ OK 2018 Oracle Corporation. All rights reserved 17 of 465

18 Cache-Control: private Content-Length: 285 Content-Type: application/json X-Request-Id: 3d08e79f-d44d-4f40-a2fd-73ca9659e5a3 P3P: CP="IDC DSP COR DEVa TAIa OUR BUS PHY ONL UNI COM NAV CNT STA", Date: Fri, 05 Jun :54:18 GMT } "type":"account", "id":"1", "createdat":" ", "depth":"complete", "description":"this is an example company.", "name":"cyberdyne Systems", "updatedat":" ", "address1":"123 Industry Lane", "address2":"", "address3":"", "businessphone":" ", "city":"los Angeles ", "country":"united States", "fieldvalues":[], "postalcode":"", "province":"ca" IMPORTANT: Click here to access the latest version of our API reference. The content on this page is no longer maintained and may be out of date GET /data/accounts Retrieves all account assets that match the criteria specified by the request parameters. Request parameters depth Name Description Constraints Level of detail returned by Possible values: the request. Learn more about the depth parameter. "minimal" 2018 Oracle Corporation. All rights reserved 18 of 465

19 Name Description Constraints "partial" "complete" Example: count Maximum number of entities to return.?depth=complete Any whole number between 1 and 1000 inclusive. Example: page search Specifies which page of entities to return (the count parameter defines the number of entities per page). If the page parameter is not supplied, 1 will be used by default. The search parameter specifies the search criteria to use to filter the results. The syntax for the search parameter is: search='field} operator}value}'?count=100 Any positive whole number. Example:?page=3&count=10 field} is the name of a field to filter on, operator} is the comparison operator, and value} is the value to compare the field with. If field} and operator} are not supplied, the name field is compared to the value using the equality operator. Searches can be for exact full matches, or partial matches. A "*" symbol can be used after the value} for partial matches. The following operators are supported on most endpoints: = (Equal To)!= (Not equal to) > (Greater than) < (Less than) >= (Greater than or Equal to) <= (Less than or Equal to) Example: GET.../data/contacts?search='id=1' 2018 Oracle Corporation. All rights reserved 19 of 465

20 sort Name Description Constraints Specifies the name of the property used to sort the returned entities. The value depends on the type of entity being sorted, with each entity having its own list of sortable properties. dir orderby lastupdatedat Specifies the direction in which to sort the returned entities. Specified the field by which list results are ordered. When the asset was last updated. Example: GET.../data/contacts?sort=firstName "asc" for ascending or "desc" for descending. Example: GET.../data/contacts?sort=firstName&dir=asc Any valid asset parameter field. Example:?orderBy=createdAt A valid date/time value. Example:?lastUpdatedAt= Response parameters Name Type Description Possible value(s) type Account The asset's type in Eloqua. currentstatus string The asset's current status. id integer The asset's unique identifier. createdat datetime (10 digit integer Unix time) Unix timestamp for the date and time the asset was created. createdby integer User Id of the asset's creator. depth RequestDepth The request's level of detail. minimal / partial / complete name string The asset's name. updatedat datetime (10 digit integer Unix time) Unix timestamp for the date and time the asset was last updated. updatedby datetime (10 digit integer User Id of the user who last 2018 Oracle Corporation. All rights reserved 20 of 465

21 Name Type Description Possible value(s) Unix time) updated the asset. address1 string The account's first address. address2 string The account's second address. address3 string The account's third address. businessphone array The account's business phone number. city string The account's city. country boolean The account's country. fieldvalues array Array containing type and id values for all of the contactfields associated with a given contact. postalcode string The account's postal code. province string The account's province. Example Retrieve the first 2 accounts in your database: GET /data/accounts?count=2 Note: The "count" value determines the number of results. See the Request parameters tab for details. Response: HTTP/ OK Cache-Control: private Content-Length: 368 Content-Type: application/json X-Request-Id: cb1e3659-9acb-4041-aa07-2fe65e8465c8 P3P: CP="IDC DSP COR DEVa TAIa OUR BUS PHY ONL UNI COM NAV CNT 2018 Oracle Corporation. All rights reserved 21 of 465

22 STA", Date: Fri, 05 Jun :52:33 GMT } "elements":[ "type":"account", "id":"1", "createdat":" ", "depth":"minimal", "description":"", "name":"cyberdyne Systems", "updatedat":" ", "fieldvalues":[] "type":"account", "id":"2", "createdat":" ", "depth":"minimal", "description":"", "name":"jarndyce and Jarndyce Law", "updatedat":" ", "fieldvalues":[] } ], "page":1, "pagesize":2, "total":7 IMPORTANT: Click here to access the latest version of our API reference. The content on this page is no longer maintained and may be out of date PUT /data/account/id} Updates the account asset specified by the id} parameter. Request parameters Required 2018 Oracle Corporation. All rights reserved 22 of 465

23 Name Type name string The asset's name. Description Possible value (s) id integer The asset's unique identifier. Note: For a PUT request, the Id specified in the request body must match the Id used in the request endpoint, and it cannot be changed as part of the update. The name parameter is required but it can be changed at will. Optional Name Type Description folderid integer The asset's containing folder Id. Possible value(s) permissions InstancePermissions The permissions for the asset/operation granted read / write / to your current instance. address1 string The account's first address. fullcontrol address2 string The account's second address. address3 string The account's third address. businessphone array The account's business phone number. city string The account's city. country boolean The account's country. fieldvalues array Array containing type and id values for all of the contactfields associated with a given contact. postalcode string The account's postal code. province string The account's province. Response parameters Name Type Description Possible value(s) type Account The asset's type in Eloqua. currentstatus string The asset's current status Oracle Corporation. All rights reserved 23 of 465

24 Name Type Description Possible value(s) id integer The asset's unique identifier. createdat datetime (10 digit integer Unix time) Unix timestamp for the date and time the asset was created. createdby integer User Id of the asset's creator. depth RequestDepth The request's level of detail. minimal / partial / complete name string The asset's name. updatedat updatedby datetime (10 digit integer Unix time) datetime (10 digit integer Unix timestamp for the date and time the asset was last updated. User Id of the user who last Unix time) updated the asset. address1 string The account's first address. address2 string The account's second address. address3 string The account's third address. businessphone array The account's business phone number. city string The account's city. country boolean The account's country. fieldvalues array Array containing type and id values for all of the contactfields associated with a given contact. postalcode string The account's postal code. province string The account's province. Example Update the account with Id #14: 2018 Oracle Corporation. All rights reserved 24 of 465

25 PUT /data/account/14 Request body: } "id":"14" "name":"hudsucker Industries", "country":"guatemala", Response: HTTP/ OK Cache-Control: private Content-Length: 301 Content-Type: application/json X-Request-Id: f2d f c9-11c36ac5e0f9 P3P: CP="IDC DSP COR DEVa TAIa OUR BUS PHY ONL UNI COM NAV CNT STA", Date: Fri, 05 Jun :26:28 GMT } "type":"account", "id":"14", "initialid":"14", "createdat":" ", "depth":"complete", "description":"", "name":"hudsucker Industries", "updatedat":" ", "address1":"", "address2":"", "address3":"", "businessphone":"", "city":"", "country":"guatemala", "fieldvalues":[], "postalcode":"", "province":"" 2018 Oracle Corporation. All rights reserved 25 of 465

26 IMPORTANT: Click here to access the latest version of our API reference. The content on this page is no longer maintained and may be out of date DELETE /data/account/id} Deletes the account asset specified by the id} parameter. Request parameters Required Name Type Description id integer The asset's unique identifier. Possible value (s) Example Delete the account asset with Id #14: DELETE /data/account/14 Response: HTTP/ OK Cache-Control: private X-Request-Id: 609e4bfa-f b-9f59-276bce8dd4cf P3P: CP="IDC DSP COR DEVa TAIa OUR BUS PHY ONL UNI COM NAV CNT STA", Date: Thu, 21 May :02:39 GMT Content-Length: 0 IMPORTANT: Click here to access the latest version of our API reference. The content on this page is no longer maintained and may be out of date Oracle Corporation. All rights reserved 26 of 465

27 1.3 Accounts API Overview Activities are tracked for individual contacts API Tasks Retrieve a list of activities for a given contact IMPORTANT: Click here to access the latest version of our API reference. The content on this page is no longer maintained and may be out of date GET /data/activities/contact/id} Retrieves all activity assets that match the criteria specified by the request parameters. Request parameters Required parameters Name Description Possible Values Constraints Example id Id of the contact asset you wish to retrieve activity information from. type The type of activity you wish to retrieve from the specified contact. open send clickthrough Must be one of the specified possible values. subscribe unsubscribe formsubmit webvisit 2018 Oracle Corporation. All rights reserved 27 of 465

28 Name Description Possible Values Constraints Example campaignmembership startdate datetime (10 digit integer Unix time) enddate count datetime (10 digit integer Unix time) Maximum number Any whole number between 1 of entities to and 1000 inclusive. return. Must follow Unix timestamp conventions. Must follow Unix timestamp conventions (Fri, 01 Jan :00:00 GMT) (Tue, 09 Jun :00:00 GMT) Must be less than or equal to 1000?count=100 and greater than or equal to 1. Response parameters Name Type Description Possible value(s) type Activity The asset's type in Eloqua. activitydate datetime (10 digit integer Unix time) Date the activity was performed. activitytype integer The activity's type. asset datetime (10 digit integer Unix time) Id of the associated asset. assettype string Type of the associated asset. contact datetime (10 digit integer Unix time) The id of the contact whose activity is being returned. id integer The activity's id. details array An array of detail values, specific to individual activity types. See the Activity details table below for more information. Activity detail values Asset type Activity type Detail Name Description campaign campaignmembership Responded When or if a contact is associated with a campaign. Contacts become associated to 2018 Oracle Corporation. All rights reserved 28 of 465

29 Asset type Activity type Detail Name Description campaigns when they submit a form within the campaign. CampaignName The campaign asset's filename. LeadStage? clickthrough ClickedThruLink Link to the asset.? Name The asset's filename. WebLink? RecipientId contact Id? SubjectLine The asset's subject line. open Name The asset's filename. WebLink? RecipientId contact Id? IPAddress where it was opened? SubjectLine The asset's subject line. send Name The asset's filename. WebLink? RecipientId contact Id? SubjectLine The asset's subject line. subscribe CampaignName The campaign asset's filename. CampaignId campaign's id? unsubscribe CampaignName The campaign asset's filename. CampaignId campaign's id? form formsubmit Collection FormName The form asset's filename. web webvisit Duration Length of time spent on the web visit. QueryString? QueryStringDisplay? Thread? Example Retrieve the first 2 " open" activities associated with the contact id #1 in the given time frame: GET 2018 Oracle Corporation. All rights reserved 29 of 465

30 /data/activities/contact/1?type= open&startdate= &enddate= &count=2 Response: HTTP/ OK Cache-Control: private Content-Length: 778 Content-Type: application/json X-Request-Id: aefb038a-d9c5-4bc2-9b10-d804ad227c9e P3P: CP="IDC DSP COR DEVa TAIa OUR BUS PHY ONL UNI COM NAV CNT STA", Date: Tue, 09 Jun :38:02 GMT [ "type":"activity", "activitydate":" ", "activitytype":" open", "asset":"80", "assettype":" ", "contact":"1", "details":[ "Key":" WebLink", "Value":"" "Key":"IPAddress", "Value":" " "Key":" Name", "Value":"Example Event.html" "Key":" RecipientID", "Value":"85222ff6-15b aa5c-fcc2623bf46a" "Key":"SubjectLine", "Value":"Example Event" } 2018 Oracle Corporation. All rights reserved 30 of 465

31 ] } ], "id":"71" "type":"activity", "activitydate":" ", "activitytype":" open", "asset":"80", "assettype":" ", "contact":"1", "details":[ "Key":" WebLink", "Value":"" "Key":"IPAddress", "Value":" " "Key":" Name", "Value":"Example Event.html" "Key":" RecipientID", "Value":"85222ff6-15b aa5c-fcc2623bf46a" "Key":"SubjectLine", "Value":"Example Event" } ], "id":"58" IMPORTANT: Click here to access the latest version of our API reference. The content on this page is no longer maintained and may be out of date Oracle Corporation. All rights reserved 31 of 465

32 1.4 Contacts API Overview A contact is a data entity that contains the explicit data around an individual person in the database. Learn more about contacts API Tasks Retrieve a list of all contacts Retrieve a specific contact Create a new contact Update an existing contact Delete a contact IMPORTANT: Click here to access the latest version of our API reference. The content on this page is no longer maintained and may be out of date POST /data/contact Creates a contact asset that matches the criteria specified by the request body. Request parameters Required Name Type Description address string The contact's address. Possible value (s) 2018 Oracle Corporation. All rights reserved 32 of 465

33 Important: The address parameter must be the same as the name parameter (which is the name of the contact asset, rather than the name of the actual person. Optional Name Type Description name string The asset's name. Possible value(s) folderid integer The asset's containing folder Id. permissions InstancePermissions The permissions for the asset/operation read / write / granted to your current instance. fullcontrol formatpreference string The contact's format preference. unspecified / text / html isbounceback boolean Whether or not the contact has any associated bouncebacks. issubscribed boolean Whether or not the contact is subscribed. fieldvalues array Array containing type and id values for all of the contactfields associated with a given contact. Note: For contact assets, the FieldValue id corresponds to the value received when making a GET request to the assets/contact/field/id} endpoint. Learn more about retrieving contact field information. Response parameters Name Type Description type Contact The asset's type in Eloqua. Possible value (s) currentstatus string The asset's current status. id integer The asset's unique identifier. depth RequestDepth The request's level of minimal / partial / 2018 Oracle Corporation. All rights reserved 33 of 465

34 Name Type Description detail. Possible value (s) complete name string The asset's name. accountname string The contact's company. accountid string If there is a linked Account, the contact's associated Account Id. address1 string The contact's first address. address2 string The contact's second address. address3 string The contact's third address. businessphone string The contact's business phone number. city string The contact's city. country string The contact's country. createdat string The date and time the contact was created, expressed in Unix time address string The contact's address. fax string The contact's fax number. firstname string The contact's first name. lastname string The contact's last name. mobilephone string The contact's mobile phone number. postalcode string The contact's postal code or zip code. province string The contact's province. salesperson string The contact's salesperson. title string The contact's title. updatedat string Unix timestamp for the date and time the contact was last updated. formatpreference string The contact's format preference. unspecified / text / html isbounceback boolean Whether or not the contact has any associated bouncebacks. issubscribed boolean Whether or not the contact is subscribed. subscriptiondate datetime (10 digit integer Unix time) Unix timestamp for the date and time the contact subscribed Oracle Corporation. All rights reserved 34 of 465

35 unsubscriptiondate bouncebackdate Name Type Description datetime (10 digit integer Unix time) datetime (10 digit integer Unix time) Unix timestamp for the date and time the contact unsubscribed. Unix timestamp for the date and time the contact bouncebacked. Possible value (s) fieldvalues array Array containing type and id values for all of the contactfields associated with a given contact. Note: For contact assets, the FieldValue id corresponds to the value received when making a GET request to the assets/contact/field/id} endpoint. Learn more about retrieving contact field information. Example Create a new contact asset: POST /data/contact Request body: } address":"fortinbras@norway.com" Response: "type":"contact", "currentstatus":"awaiting action", "id":"22482", "createdat":" ", "depth":"complete", "name":"fortinbras@norway.com", 2018 Oracle Corporation. All rights reserved 35 of 465

36 "updatedat":" ", " formatpreference":"unspecified", "fieldvalues":[ "type":"fieldvalue", "id":"100005" "type":"fieldvalue", "id":"100017" "type":"fieldvalue", "id":"100023" "type":"fieldvalue", "id":"100024" "type":"fieldvalue", "id":"100032", "value":"cplto " "type":"fieldvalue", "id":"100033" "type":"fieldvalue", "id":"100034" "type":"fieldvalue", "id":"100035" "type":"fieldvalue", "id":"100036" "type":"fieldvalue", "id":"100041" 2018 Oracle Corporation. All rights reserved 36 of 465

37 "type":"fieldvalue", "id":"100043" "type":"fieldvalue", "id":"100044" "type":"fieldvalue", "id":"100045" "type":"fieldvalue", "id":"100046" "type":"fieldvalue", "id":"100047" "type":"fieldvalue", "id":"100048" "type":"fieldvalue", "id":"100049" "type":"fieldvalue", "id":"100051" "type":"fieldvalue", "id":"100065" "type":"fieldvalue", "id":"100066" "type":"fieldvalue", "id":"100068" 2018 Oracle Corporation. All rights reserved 37 of 465

38 "type":"fieldvalue", "id":"100069" "type":"fieldvalue", "id":"100072" "type":"fieldvalue", "id":"100081" "type":"fieldvalue", "id":"100171", "value":"norway.com" "type":"fieldvalue", "id":"100172" "type":"fieldvalue", "id":"100174" "type":"fieldvalue", "id":"100175" "type":"fieldvalue", "id":"100176" "type":"fieldvalue", "id":"100177" "type":"fieldvalue", "id":"100178" "type":"fieldvalue", "id":"100179" 2018 Oracle Corporation. All rights reserved 38 of 465

39 "type":"fieldvalue", "id":"100180" "type":"fieldvalue", "id":"100184" "type":"fieldvalue", "id":"100187" "type":"fieldvalue", "id":"100188" "type":"fieldvalue", "id":"100189", "value":"fortinbrasl88fjf" "type":"fieldvalue", "id":"100190" "type":"fieldvalue", "id":"100191" "type":"fieldvalue", "id":"100192" "type":"fieldvalue", "id":"100193" "type":"fieldvalue", "id":"100194" "type":"fieldvalue", "id":"100195" 2018 Oracle Corporation. All rights reserved 39 of 465

40 } "type":"fieldvalue", "id":"100197" } ], "isbounceback":"false", "issubscribed":"true", "subscriptiondate":" " Note: For contact assets, the FieldValue id corresponds to the value received when making a GET request to the assets/contact/field/id} endpoint. Learn more about retrieving contact field information. IMPORTANT: Click here to access the latest version of our API reference. The content on this page is no longer maintained and may be out of date GET /data/contact/id} Retrieves the contact asset specified by the id} parameter. Request parameters Required Name Description Possible Values Constraints Example Id An integer Eloqua user Id. Must be a valid Eloqua user Id. Optional Name Description Possible Values Constraints Example depth Level of detail returned "minimal" n/a by the request. Learn more about the depth parameter. viewidspecifies a contact view to retrieve a specific set "partial" "complete" Must be a valid Eloqua view Id.?depth=complete?viewId= Oracle Corporation. All rights reserved 40 of 465

41 Name Description Possible Values Constraints Example of contact data. Response parameters Name Type Description type Contact The asset's type in Eloqua. Possible value (s) currentstatus string The asset's current status. id integer The asset's unique identifier. depth RequestDepth The request's level of detail. minimal / partial / complete name string The asset's name. accountname string The contact's company. accountid string If there is a linked Account, the contact's associated Account Id. address1 string The contact's first address. address2 string The contact's second address. address3 string The contact's third address. businessphone string The contact's business phone number. city string The contact's city. country string The contact's country. createdat string The date and time the contact was created, expressed in Unix time address string The contact's address. fax string The contact's fax number. firstname string The contact's first name. lastname string The contact's last name. mobilephone string The contact's mobile phone number. postalcode string The contact's postal code or zip code. province string The contact's province. salesperson string The contact's salesperson. title string The contact's title Oracle Corporation. All rights reserved 41 of 465

42 Name Type Description Possible value (s) updatedat string Unix timestamp for the date and time the contact was last updated. formatpreference string The contact's format preference. unspecified / text / html isbounceback boolean Whether or not the contact has any associated bouncebacks. issubscribed boolean Whether or not the contact is subscribed. subscriptiondate unsubscriptiondate bouncebackdate datetime (10 digit integer Unix time) datetime (10 digit integer Unix time) datetime (10 digit integer Unix time) Unix timestamp for the date and time the contact subscribed. Unix timestamp for the date and time the contact unsubscribed. Unix timestamp for the date and time the contact bouncebacked. fieldvalues array Array containing type and id values for all of the contactfields associated with a given contact. Note: For contact assets, the FieldValue id corresponds to the value received when making a GET request to the assets/contact/field/id} endpoint. Learn more about retrieving contact field information. Example Retrieve the contact asset with Id #1: GET /data/contact/1?depth=complete Response: 2018 Oracle Corporation. All rights reserved 42 of 465

43 "type": "Contact", "currentstatus": "Awaiting action", "id": "1", "createdat": " ", "depth": "complete", "name": "updatedat": " ", "accountname": "C_Company", "address1": "C_Address1", "address2": "C_Address2", "address3": "C_Address3", "businessphone": "C_BusPhone", "city": "C_City", "country": "US", " address": " formatpreference": "unspecified", "fax": "C_Fax", "fieldvalues": [ "type": "FieldValue", "id": "100005" "type": "FieldValue", "id": "100017", "value": "C_Salutation" "type": "FieldValue", "id": "100023" "type": "FieldValue", "id": "100024" "type": "FieldValue", "id": "100032", "value": "CLPSB " "type": "FieldValue", "id": "100033" 2018 Oracle Corporation. All rights reserved 43 of 465

44 "type": "FieldValue", "id": "100034" "type": "FieldValue", "id": "100035" "type": "FieldValue", "id": "100036" "type": "FieldValue", "id": "100041" "type": "FieldValue", "id": "100043" "type": "FieldValue", "id": "100044", "value": "C_Lead_Source Most_Recent" "type": "FieldValue", "id": "100045", "value": "C_Lead_Source Original1" "type": "FieldValue", "id": "100046" "type": "FieldValue", "id": "100047" "type": "FieldValue", "id": "100048" "type": "FieldValue", "id": "100049" 2018 Oracle Corporation. All rights reserved 44 of 465

45 "type": "FieldValue", "id": "100051" "type": "FieldValue", "id": "100065" "type": "FieldValue", "id": "100066" "type": "FieldValue", "id": "100068" "type": "FieldValue", "id": "100069" "type": "FieldValue", "id": "100072" "type": "FieldValue", "id": "100081" "type": "FieldValue", "id": "100171", "value": "oracle.com" "type": "FieldValue", "id": "100172", "value": "C_FirstName C_LastName" "type": "FieldValue", "id": "100174" "type": "FieldValue", "id": "100175" 2018 Oracle Corporation. All rights reserved 45 of 465

46 "type": "FieldValue", "id": "100176" "type": "FieldValue", "id": "100177" "type": "FieldValue", "id": "100178" "type": "FieldValue", "id": "100179" "type": "FieldValue", "id": "100180" "type": "FieldValue", "id": "100184" "type": "FieldValue", "id": "100187" "type": "FieldValue", "id": "100188" "type": "FieldValue", "id": "100189", "value": "lpatrickl88888" "type": "FieldValue", "id": "100190" "type": "FieldValue", "id": "100191" 2018 Oracle Corporation. All rights reserved 46 of 465

47 } "type": "FieldValue", "id": "100192" "type": "FieldValue", "id": "100193" "type": "FieldValue", "id": "100194" "type": "FieldValue", "id": "100195" } ], "firstname": "C_FirstName", "isbounceback": "false", "issubscribed": "true", "lastname": "C_LastName", "mobilephone": "C_MobilePhone", "postalcode": "C_Zip_Postal", "province": "OR", "salesperson": "C_Salesperson", "subscriptiondate": " ", "title": "C_Title" Note: For contact assets, the FieldValue id corresponds to the value received when making a GET request to the assets/contact/field/id} endpoint. Learn more about retrieving contact field information. IMPORTANT: Click here to access the latest version of our API reference. The content on this page is no longer maintained and may be out of date Oracle Corporation. All rights reserved 47 of 465

48 1.4.5 GET /data/contacts Retrieves all contact assets that match the criteria specified by the request parameters. Request parameters depth Name Description Constraints Level of detail returned by Possible values: the request. Learn more about the depth parameter. "minimal" "partial" "complete" count Maximum number of entities to return. Example:?depth=complete Any whole number between 1 and 1000 inclusive. Example: page search Specifies which page of entities to return (the count parameter defines the number of entities per page). If the page parameter is not supplied, 1 will be used by default. The search parameter specifies the search criteria to use to filter the results. The syntax for the search parameter is: search='field} operator}value}'?count=100 Any positive whole number. Example:?page=3&count=10 field} is the name of a field to filter on, operator} is the comparison operator, and value} is the value to compare the field with. If field} and operator} are not supplied, the name field is compared to the value using the equality operator. Searches can be for exact full matches, or partial matches. A "*" symbol can be used after the value} for partial matches. The following operators are supported on most endpoints: = (Equal To)!= (Not equal to) 2018 Oracle Corporation. All rights reserved 48 of 465

49 Name Description Constraints > (Greater than) < (Less than) >= (Greater than or Equal to) <= (Less than or Equal to) Example: sort Specifies the name of the property used to sort the returned entities. GET.../data/contacts?search='id=1' The value depends on the type of entity being sorted, with each entity having its own list of sortable properties. dir orderby lastupdatedat Specifies the direction in which to sort the returned entities. Specified the field by which list results are ordered. When the asset was last updated. Example: GET.../data/contacts?sort=firstName "asc" for ascending or "desc" for descending. Example: GET.../data/contacts?sort=firstName&dir=asc Any valid asset parameter field. Example:?orderBy=createdAt A valid date/time value. Example:?lastUpdatedAt= Response parameters Name Type Description Possible value (s) type Contact The asset's type in Eloqua. currentstatus string The asset's current status. id integer The asset's unique identifier. depth RequestDepth The request's level of detail. minimal / partial / complete 2018 Oracle Corporation. All rights reserved 49 of 465

50 Name Type Description Possible value (s) name string The asset's name. accountname string The contact's company. accountid string If there is a linked Account, the contact's associated Account Id. address1 string The contact's first address. address2 string The contact's second address. address3 string The contact's third address. businessphone string The contact's business phone number. city string The contact's city. country string The contact's country. createdat string The date and time the contact was created, expressed in Unix time address string The contact's address. fax string The contact's fax number. firstname string The contact's first name. lastname string The contact's last name. mobilephone string The contact's mobile phone number. postalcode string The contact's postal code or zip code. province string The contact's province. salesperson string The contact's salesperson. title string The contact's title. updatedat string Unix timestamp for the date and time the contact was last updated. formatpreference string The contact's format preference. unspecified / text / html isbounceback boolean Whether or not the contact has any associated bouncebacks. issubscribed boolean Whether or not the contact is subscribed. subscriptiondate datetime (10 digit integer Unix time) Unix timestamp for the date and time the contact subscribed. unsubscriptiondate datetime (10 digit Unix timestamp for the date 2018 Oracle Corporation. All rights reserved 50 of 465

51 bouncebackdate Name Type Description integer Unix time) datetime (10 digit integer Unix time) and time the contact unsubscribed. Unix timestamp for the date and time the contact bouncebacked. Possible value (s) fieldvalues array Array containing type and id values for all of the contactfields associated with a given contact. Note: For contact assets, the FieldValue id corresponds to the value received when making a GET request to the assets/contact/field/id} endpoint. Learn more about retrieving contact field information. Example Retrieve the first 2 contacts in your database: GET /data/contacts?count=2 Note: The "count" value determines the number of results. See the Request parameters tab for details. Response: "elements":[ "type":"contact", "id":"1", "createdat":" ", "depth":"minimal", "name":"george.washington@america.com", "updatedat":" ", 2018 Oracle Corporation. All rights reserved 51 of 465

52 } } ], "page":1, "pagesize":2, "total":527 " address":"george.washington@america.com" "type":"contact", "id":"2", "createdat":" ", "depth":"minimal", "name":"john.a.macdonald@canada.com", "updatedat":" ", " address":"john.a.macdonald@canada.com" IMPORTANT: Click here to access the latest version of our API reference. The content on this page is no longer maintained and may be out of date PUT /data/contact/id} Updates the contact asset specified by the id} parameter. Request parameters Required Name Type Description address string The contact's address. Possible value (s) id integer The asset's unique identifier. Note: For a PUT request, the Id specified in the request body must match the Id used in the request endpoint, and it cannot be changed as part of the update. The address parameter is required but it can be changed at will Oracle Corporation. All rights reserved 52 of 465

53 Important: The address parameter must be the same as the name parameter (which is the name of the contact asset, rather than the name of the actual person. Optional Name Type Description name string The asset's name. Possible value(s) folderid integer The asset's containing folder Id. permissions InstancePermissions The permissions for the asset/operation read / write / granted to your current instance. fullcontrol formatpreference string The contact's format preference. unspecified / text / html isbounceback boolean Whether or not the contact has any associated bouncebacks. issubscribed boolean Whether or not the contact is subscribed. fieldvalues array Array containing type and id values for all of the contactfields associated with a given contact. Response parameters Name Type Description type Contact The asset's type in Eloqua. Possible value (s) currentstatus string The asset's current status. id integer The asset's unique identifier. depth RequestDepth The request's level of detail. minimal / partial / complete name string The asset's name. accountname string The contact's company. accountid string If there is a linked Account, the contact's associated Account Id Oracle Corporation. All rights reserved 53 of 465

54 Name Type Description Possible value (s) address1 string The contact's first address. address2 string The contact's second address. address3 string The contact's third address. businessphone string The contact's business phone number. city string The contact's city. country string The contact's country. createdat string The date and time the contact was created, expressed in Unix time address string The contact's address. fax string The contact's fax number. firstname string The contact's first name. lastname string The contact's last name. mobilephone string The contact's mobile phone number. postalcode string The contact's postal code or zip code. province string The contact's province. salesperson string The contact's salesperson. title string The contact's title. updatedat string Unix timestamp for the date and time the contact was last updated. formatpreference string The contact's format preference. unspecified / text / html isbounceback boolean Whether or not the contact has any associated bouncebacks. issubscribed boolean Whether or not the contact is subscribed. subscriptiondate unsubscriptiondate bouncebackdate datetime (10 digit integer Unix time) datetime (10 digit integer Unix time) datetime (10 digit integer Unix time) Unix timestamp for the date and time the contact subscribed. Unix timestamp for the date and time the contact unsubscribed. Unix timestamp for the date and time the contact bouncebacked Oracle Corporation. All rights reserved 54 of 465

Oracle Eloqua Bulk API v2.0

Oracle Eloqua Bulk API v2.0 http://docs.oracle.com Oracle Eloqua Bulk API v2.0 Developer Guide 2018 Oracle Corporation. All rights reserved 02-Feb-2018 Contents 1 Oracle Eloqua Bulk API 7 1.1 What you'll find in these docs 7 2 Getting

More information

1z0-412.oracle. ORACLE 1z Oracle Eloqua and Oracle Content Marketing Cloud Service 2013 Implementation Essentials

1z0-412.oracle.   ORACLE 1z Oracle Eloqua and Oracle Content Marketing Cloud Service 2013 Implementation Essentials 1z0-412.oracle Number: 1z0-412 Passing Score: 800 Time Limit: 120 min File Version: 5.0 ORACLE 1z0-412 Oracle Eloqua and Oracle Content Marketing Cloud Service 2013 Implementation Essentials Version 5.0

More information

Oracle Eloqua and Salesforce

Oracle Eloqua and Salesforce http://docs.oracle.com Oracle Eloqua and Salesforce Integration Guide 2018 Oracle Corporation. All rights reserved 07-Jun-2018 Contents 1 Integrating Oracle Eloqua with Salesforce 4 2 Overview of data

More information

Oracle Eloqua Engage User Guide

Oracle Eloqua Engage User Guide http://docs.oracle.com Oracle Eloqua Engage User Guide 2018 Oracle Corporation. All rights reserved 24-Aug-2018 Contents 1 Engage 4 1.0.1 What's in it for the marketing side of the house? 6 2 Installing

More information

Oracle Eloqua Segments

Oracle Eloqua Segments http://docs.oracle.com Oracle Eloqua Segments User Guide 2017 Oracle Corporation. All rights reserved 08-Dec-2017 Contents 1 Segments Overview 3 1.0.1 Examples 3 1.1 Additional resources 5 2 Creating segments

More information

Oracle 1Z Oracle Eloqua Marketing Cloud Service 2017 Implementation Essentials.

Oracle 1Z Oracle Eloqua Marketing Cloud Service 2017 Implementation Essentials. Oracle 1Z0-349 Oracle Eloqua Marketing Cloud Service 2017 Implementation Essentials https://killexams.com/pass4sure/exam-detail/1z0-349 QUESTION: 71 Your client wants to change the font of the out-of-the

More information

Oracle Eloqua HIPAA Advanced Data Security Add-on Cloud Service

Oracle Eloqua HIPAA Advanced Data Security Add-on Cloud Service http://docs.oracle.com Oracle Eloqua HIPAA Advanced Data Security Add-on Cloud Service Configuration Guide 2018 Oracle Corporation. All rights reserved 07-Jun-2018 Contents 1 HIPAA 3 1.0.1 What is HIPAA?

More information

STIDistrict Query (Basic)

STIDistrict Query (Basic) STIDistrict Query (Basic) Creating a Basic Query To create a basic query in the Query Builder, open the STIDistrict workstation and click on Utilities Query Builder. When the program opens, database objects

More information

Ninox API. Ninox API Page 1 of 15. Ninox Version Document version 1.0.0

Ninox API. Ninox API Page 1 of 15. Ninox Version Document version 1.0.0 Ninox API Ninox Version 2.3.4 Document version 1.0.0 Ninox 2.3.4 API 1.0.0 Page 1 of 15 Table of Contents Introduction 3 Obtain an API Key 3 Zapier 4 Ninox REST API 5 Authentication 5 Content-Type 5 Get

More information

Upland Qvidian Proposal Automation Single Sign-on Administrator's Guide

Upland Qvidian Proposal Automation Single Sign-on Administrator's Guide Upland Qvidian Proposal Automation Single Sign-on Administrator's Guide Version 12.0-4/17/2018 Copyright Copyright 2018 Upland Qvidian. All rights reserved. Information in this document is subject to change

More information

Oracle Eloqua Campaigns

Oracle Eloqua Campaigns http://docs.oracle.com Oracle Eloqua Campaigns User Guide 2018 Oracle Corporation. All rights reserved 12-Apr-2018 Contents 1 Campaigns Overview 5 2 Creating multi-step campaigns 6 3 Creating simple email

More information

Cardkey Systems, Inc. Cardkey PEGASYS 1000 and 2000 MIS Interface Program 8K\OYOUT',KHX[GX_

Cardkey Systems, Inc. Cardkey PEGASYS 1000 and 2000 MIS Interface Program 8K\OYOUT',KHX[GX_ Cardkey Systems, Inc. Cardkey PEGASYS 1000 and 2000 MIS Interface Program )GXJQK_3/9/TZKXLGIK /TYZGRRGZOUTGTJ)UTLOM[XGZOUT 8K\OYOUT',KHX[GX_ )GXJQK_9_YZKSY/TI :GVU)GT_UT8UGJ9OSO

More information

Version 3.8. Accela Construct. Administrator Guide

Version 3.8. Accela Construct. Administrator Guide Version 3.8 Accela Construct Administrator Guide Accela Construct Administrator Guide 2017 Accela, Inc. All rights reserved. Accela, the Accela logo, the Accela logo with Government Software notation,

More information

Oracle. Sales Cloud Integrating with Oracle Marketing Cloud. Release 13 (update 18B)

Oracle. Sales Cloud Integrating with Oracle Marketing Cloud. Release 13 (update 18B) Oracle Sales Cloud Integrating with Oracle Marketing Cloud Release 13 (update 18B) Release 13 (update 18B) Part Number E94441-01 Copyright 2011-2018, Oracle and/or its affiliates. All rights reserved.

More information

Accounts Receivable Customer

Accounts Receivable Customer Accounts Receivable Customer Contents Overview... 1 Document Layout... 2 General Information Tab... 3 Corporate Information Tab... 3 Contact Information Tab... 4 Addresses Tab... 4 Overview The Customer

More information

Oracle Eloqua Legacy Authenticated Microsites and Contact Users. Configuration Guide

Oracle Eloqua Legacy Authenticated Microsites and Contact Users. Configuration Guide Oracle Eloqua Legacy Authenticated Microsites and Contact Users Configuration Guide 2019 Oracle Corporation. All rights reserved 04-Jan-2019 Contents 1 Authenticated microsites 3 2 Creating authenticated

More information

VolunteerMatters Standard

VolunteerMatters Standard VolunteerMatters Standard Creating and Editing Volunteer Calendars... 3 Assigning Volunteer Administrators... 4 Managing Volunteer Shifts and Assignments... 5 Adding Shifts... 6 Deleting Shifts... 8 Editing

More information

Nasuni Data API Nasuni Corporation Boston, MA

Nasuni Data API Nasuni Corporation Boston, MA Nasuni Corporation Boston, MA Introduction The Nasuni API has been available in the Nasuni Filer since September 2012 (version 4.0.1) and is in use by hundreds of mobile clients worldwide. Previously,

More information

Nasuni Data API Nasuni Corporation Boston, MA

Nasuni Data API Nasuni Corporation Boston, MA Nasuni Corporation Boston, MA Introduction The Nasuni API has been available in the Nasuni Filer since September 2012 (version 4.0.1) and is in use by hundreds of mobile clients worldwide. Previously,

More information

BeetleEye Application User Documentation

BeetleEye Application User Documentation BeetleEye Application User Documentation BeetleEye User Documentation 1 Table of Contents Welcome to the BeetleEye Application... 6 Overview... 6 Navigation... 6 Access BeetleEye... 6 Update account information...

More information

Oracle Eloqua s User Guide

Oracle Eloqua  s User Guide http://docs.oracle.com Oracle Eloqua Emails User Guide 2018 Oracle Corporation. All rights reserved 11-Jan-2018 Contents 1 Emails Overview 6 2 Examples of emails 7 3 Creating emails 19 4 Email authoring

More information

Nebula Exchange Integration API v1

Nebula Exchange Integration API v1 Nebula Exchange Integration API v1 The APIs have as base endpoint : Production : https://tapi.nebula.exchange/v1 Staging : https://tapi-staging.nebula.exchange/v1 Changelog (Novembre.) New base url for

More information

Oracle Eloqua Classic Insight Dashboards

Oracle Eloqua Classic Insight Dashboards http://docs.oracle.com Oracle Eloqua Classic Insight Dashboards User Guide 2017 Oracle Corporation. All rights reserved 16-Oct-2017 Contents 1 Classic Insight dashboards 4 2 Benchmark Dashboard 7 2.0.1

More information

Marketer's Guide. User guide for marketing analysts and business users

Marketer's Guide. User guide for marketing analysts and business users Marketer's Guide Rev: 18 November 2014 Email Campaign Manager 2.2 for Sitecore CMS 7.5 Marketer's Guide User guide for marketing analysts and business users Table of Contents Chapter 1 Introduction...

More information

18B. Integrating Oracle Commerce Cloud and Oracle Responsys

18B. Integrating Oracle Commerce Cloud and Oracle Responsys 18B Integrating Oracle Commerce Cloud and Oracle Responsys Integrating Oracle Commerce Cloud and Oracle Responsys Product version: 18B Release date: 4-26-18 Document identifier: CCMarketingInteg1804261435

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 1z1-349 Title : Oracle Eloqua Marketing Cloud Service 2017 Implementation Essentials Vendor : Oracle

More information

Sequel SMRT Link Web Services API v4.0.0 Guide. Pacific Biosciences

Sequel SMRT Link Web Services API v4.0.0 Guide. Pacific Biosciences Sequel SMRT Link Web Services API v4.0.0 Guide Pacific Biosciences CONTENTS Chapter 1- Introduction... 5 1.1 Authentication... 5 Chapter 2 - SMRT Link Service API... 6 2.1 Run Design Service... 6 2.1.1

More information

HappyFox API Technical Reference

HappyFox API Technical Reference HappyFox API Technical Reference API Version 1.0 Document Version 0.1 2011, Tenmiles Corporation Copyright Information Under the copyright laws, this manual may not be copied, in whole or in part. Your

More information

1 28/06/ :17. Authenticating Users General Information Manipulating Data. REST Requests

1 28/06/ :17. Authenticating Users General Information Manipulating Data. REST Requests 1 28/06/2012 13:17 Using standard HTTP requests, this API allows you to retrieve information about the datastore classes in your project, manipulate data, log into your web application, and much more.

More information

Kaltura's Entitlement Infrastructure Bulk Services. Version: Falcon

Kaltura's Entitlement Infrastructure Bulk Services. Version: Falcon Kaltura's Entitlement Infrastructure Bulk Services Version: Falcon Kaltura Business Headquarters 200 Park Avenue South, New York, NY. 10003, USA Tel.: +1 800 871 5224 Copyright 2011 Kaltura Inc. All Rights

More information

Table of Contents. Developer Manual...1

Table of Contents. Developer Manual...1 Table of Contents Developer Manual...1 API...2 API Overview...2 API Basics: URL, Methods, Return Formats, Authentication...3 API Errors...4 API Response Examples...6 Get Articles in a Category...6 Get

More information

Zulu edm API Handbook

Zulu edm API Handbook Zulu edm API Handbook Prepared by Wesley Wright 21 st March 2016 Version 1.0 Page 1 of 13 CONTENTS OVERVIEW... 3 API ACCESS... 4 API KEY... 4 LOGIN CREDENTIALS... 4 API REQUEST PARAMETER ORDER... 4 GENERIC

More information

1Z0-412 Exam Questions Demo Oracle. Exam Questions 1Z0-412

1Z0-412 Exam Questions Demo   Oracle. Exam Questions 1Z0-412 Oracle Exam Questions 1Z0-412 Oracle Eloqua and Oracle Content Marketing Cloud Service 2013 Implementation Essentials Version:Demo 1. When can the Unique Code of a custom object be changed? A. Anytime

More information

U005: Advanced Query. U005 Advanced Query Ver 2.4

U005: Advanced Query. U005 Advanced Query Ver 2.4 U005: Advanced Query 1 EXAMPLES NEEDED FOR TRAINING Slide 16: Perform an advanced query on a work order as instructed in the exercise. Slide 18: Create a Backlog view using an advanced query. 1. Assign

More information

Variable Data Printing in Fiery Controllers. Exercise 1: Fiery FreeForm 1

Variable Data Printing in Fiery Controllers. Exercise 1: Fiery FreeForm 1 Variable Data Printing in Fiery Controllers Exercise 1: Fiery FreeForm 1 1. About this exercise This exercise describes the basic steps for creating a simple VDP (Variable Data Printing) job using the

More information

Cloudwords for Eloqua

Cloudwords for Eloqua Cloudwords for Eloqua March 2014 Contents Introduction 1 Enabling the Cloudwords for Eloqua Integration 2 Using the Cloudwords for Eloqua Integration to Translate Eloqua Assets 4 Frequently Asked Questions

More information

Exam Questions 1Z0-412

Exam Questions 1Z0-412 Exam Questions 1Z0-412 Oracle Eloqua and Oracle Content Marketing Cloud Service 2013 Implementation Essentials https://www.2passeasy.com/dumps/1z0-412/ 1. When can the Unique Code of a custom object be

More information

Microsoft Word 2010: Using Mail Merge

Microsoft Word 2010: Using Mail Merge CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Word 2010: Using Mail Merge Summer 2013, Version 1.1 Table of Contents Introduction...2 Using the Mail Merge Wizard...2

More information

Introduction to Microsoft Access 2016

Introduction to Microsoft Access 2016 Introduction to Microsoft Access 2016 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Designing Adhoc Reports

Designing Adhoc Reports Designing Adhoc Reports Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Copyright 2010 Intellicus Technologies This document and its content

More information

ForeScout Extended Module for Web API

ForeScout Extended Module for Web API ForeScout Extended Module for Web API Version 1.2.1 and above Table of Contents About This Module... 3 What to Do... 3 Requirements... 3 CounterACT Software Requirements... 3 ForeScout Module License Requirements...

More information

SmartFocus Cloud Service APIs

SmartFocus Cloud Service APIs SmartFocus Cloud Service APIs Document name SmartFocus User Guide Service Campaign management for managing email campaigns Protocol SOAP & REST over HTTP Version 11.8 Last updated on June 22, 2015 Table

More information

TERMS OF SERVICE. Maui Lash Extensions All Rights Reserved.

TERMS OF SERVICE. Maui Lash Extensions All Rights Reserved. TERMS OF SERVICE Electronic Communication: When you visit our website or send e-mails to us, you are communicating with us electronically. You consent to receive communications from us electronically.

More information

SUBSCRIPTION API. Document Version. Introduction

SUBSCRIPTION API. Document Version. Introduction SUBSCRIPTION API Contents Contents... 1 Document Version... 1 Introduction... 1 Procedure to configure Web Service User in Billdozer:... 2 Http Post Parameters... 2 Package... 3 List... 3 Response Parameter

More information

Edition 3.2. Tripolis Solutions Dialogue Manual version 3.2 2

Edition 3.2. Tripolis Solutions Dialogue Manual version 3.2 2 Edition 3.2 Tripolis Solutions Dialogue Manual version 3.2 2 Table of Content DIALOGUE SETUP... 7 Introduction... 8 Process flow... 9 USER SETTINGS... 10 Language, Name and Email address settings... 10

More information

Product Release Notes

Product Release Notes Product Release Notes Release 31 February 2016 VERSION 20160226 Table of Contents Document Versioning 3 Overview 4 Known Issues 4 Analytics 4 Internet Explorer 11 Error When Downloading Reports with Names

More information

Installation & Configuration Guide Enterprise/Unlimited Edition

Installation & Configuration Guide Enterprise/Unlimited Edition Installation & Configuration Guide Enterprise/Unlimited Edition Version 2.3 Updated January 2014 Table of Contents Getting Started... 3 Introduction... 3 Requirements... 3 Support... 4 Recommended Browsers...

More information

Oracle Eloqua Asynchronous Visitor Tracking Scripts

Oracle Eloqua Asynchronous Visitor Tracking Scripts http://docs.oracle.com Oracle Eloqua Asynchronous Visitor Tracking Scripts User Guide 2018 Oracle Corporation. All rights reserved 11-Jan-2018 Contents 1 Oracle Eloqua asynchronous tracking scripts 3 2

More information

Marketo Data Shield Setup Guide

Marketo Data Shield Setup Guide Marketo Data Shield Setup Guide Marketo Data Shield Setup Guide Page 1 of 20 Marketo Integration Diagram 1 2 3 Webhooks Company Names Data Shield Admin Panel New Record 4 Case? Periods? Convert to proper

More information

ELECTRONIC SUBMISSION FRAMEWORK (ESF)

ELECTRONIC SUBMISSION FRAMEWORK (ESF) ELECTRONIC SUBMISSION FRAMEWORK (ESF) LEXIS (Log Export Information System) SUBMISSION GUIDE FOR PROVINCIAL APPLICATIONS Client: Ministry of Forests Information Management Group Date: April 8, 2008 Revision:

More information

User Group Resource Operations

User Group Resource Operations CHAPTER 5 A Cisco WebEx Social user group is an arbitrary collection of users that a system administrator creates. Typically, users who are in a user group have common interests, goals, or responsibilities.

More information

Word 2000 Level 3. Introduction. Contents. Mail Merge:

Word 2000 Level 3. Introduction. Contents. Mail Merge: Introduction Word 2000 Level 3 Create mail merge form and data files. Perform the merge of these files to create individualized mailings of letters, envelopes and labels. Contents Introduction Contents

More information

Unit 7: Working with

Unit 7: Working with Unit 7: Working with Email Questions Covered What kinds of inbound and outbound email are possible in Agiloft? How do we configure the system to send outbound email and receive inbound email? Why set up

More information

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

Oracle Responsys. REST API Developer s Guide. REST API v1.3 for Responsys 18A E February 2018 Oracle Responsys REST API Developer s Guide REST API v1.3 for Responsys 18A E65150-16 IMPORTANT: The v1.3 REST APIs documented in this guide are intended for use with Oracle Responsys 18A and later. If

More information

HKTA TANG HIN MEMORIAL SECONDARY SCHOOL SECONDARY 3 COMPUTER LITERACY. Name: ( ) Class: Date: Databases and Microsoft Access

HKTA TANG HIN MEMORIAL SECONDARY SCHOOL SECONDARY 3 COMPUTER LITERACY. Name: ( ) Class: Date: Databases and Microsoft Access Databases and Microsoft Access Introduction to Databases A well-designed database enables huge data storage and efficient data retrieval. Term Database Table Record Field Primary key Index Meaning A organized

More information

Oracle Fusion Configurator

Oracle Fusion Configurator Oracle Fusion Configurator Configurator Modeling Walk Through O R A C L E W H I T E P A P E R M A R C H 2 0 1 8 Table of Contents Introduction 1 Assumptions 1 Product Information Management Setup 2 Item

More information

The production version of your service API must be served over HTTPS.

The production version of your service API must be served over HTTPS. This document specifies how to implement an API for your service according to the IFTTT Service Protocol. It is recommended that you treat this document as a reference and follow the workflow outlined

More information

Setup your campaigns. Series from HOW TO... Setup your campaigns. Team Management

Setup your campaigns. Series from HOW TO... Setup your campaigns. Team Management Series from Setup your campaigns HOW TO... Setup your campaigns Team Management 1 In this guide... Learn how to create a GetResponse email marketing campaign and manage all the built-in options designed

More information

Blackboard 5 Level One Student Manual

Blackboard 5 Level One Student Manual Blackboard 5 Level One Student Manual Blackboard, Inc. 1899 L Street NW 5 th Floor Washington DC 20036 Copyright 2000 by Blackboard Inc. All rights reserved. No part of the contents of this manual may

More information

Contents. Announcer Pro Version 4.6 Page 2 of 35 Version V4.6

Contents. Announcer Pro Version 4.6 Page 2 of 35 Version V4.6 User Guide Contents 1. Introduction... 3 1.1. Getting Started... 3 1.2. Navigation... 4 2. Create a Newsletter... 6 2.1. Confirm Company Details... 6 2.2. Choose Template... 8 2.3. Edit Newsletter... 8

More information

Qualys Cloud Suite 2.30

Qualys Cloud Suite 2.30 Qualys Cloud Suite 2.30 Here s what s new in Qualys Cloud Suite 2.30! AssetView ThreatPROTECT Dynamic tag support for Amazon EC2 Metadata Search Assets by Amazon EC2 Metadata Cloud Agent Download Search

More information

SUM, AVERAGE, MEDIAN, MIN,

SUM, AVERAGE, MEDIAN, MIN, Lab 3 Activity Name Demonstration Notes Objective 12: Use the SUM, AVERAGE, MEDIAN, MIN, and MAX Functions 5.25 Using the SUM and AVERAGE Functions 5.26 Using the MEDIAN Function Start Excel. Open goaio_1e_08c_script_data.xlsx.

More information

HOW TO: Add, Update, Delete and Search for Shelter Information

HOW TO: Add, Update, Delete and Search for Shelter Information HOW TO: Add, Update, Delete and Search for Shelter Information Search for a Shelter Shelter managers or designated users (Levels 1 through 4) can use the National Shelter System to search for information

More information

Alert Logic ActiveIntegration APIs

Alert Logic ActiveIntegration APIs Alert Logic ActiveIntegration APIs CONTENTS API Integration Reference 6 About Alert Logic ActiveIntegration 6 Working with the API 8 Security 12 Incident API 15 About the Incident API 15 Use cases 15 How

More information

Allowing access to Outlook 2000 folders Version 1.00

Allowing access to Outlook 2000 folders Version 1.00 Allowing access to Outlook 2000 folders Version 1.00 Need to Know TM To allow another network user access to some or all of your Outlook folders you need to complete two processes. One in your Outlook

More information

TX3-MSW024 Card Access Configuration and Monitoring Utility. Administrator Quick Start Guide

TX3-MSW024 Card Access Configuration and Monitoring Utility. Administrator Quick Start Guide TX3-MSW024 Card Access Configuration and Monitoring Utility Administrator Quick Start Guide Version 1.00.1 Mircom TX3 Configuration and Monitoring Utility LT-994 1 Mircom Inc. All rights reserved. Mircom

More information

Forescout. Open Integration Module: Web API. Configuration Guide. Version 1.4

Forescout. Open Integration Module: Web API. Configuration Guide. Version 1.4 Forescout Version 1.4 Contact Information Forescout Technologies, Inc. 190 West Tasman Drive San Jose, CA 95134 USA https://www.forescout.com/support/ Toll-Free (US): 1.866.377.8771 Tel (Intl): 1.408.213.3191

More information

Oracle Eloqua s User Guide

Oracle Eloqua  s User Guide http://docs.oracle.com Oracle Eloqua Emails User Guide 2017 Oracle Corporation. All rights reserved 08-Dec-2017 Contents 1 Emails Overview 6 2 Examples of emails 7 3 Creating emails 19 4 Email authoring

More information

Using the Log Viewer. Accessing the Log Viewer Window CHAPTER

Using the Log Viewer. Accessing the Log Viewer Window CHAPTER CHAPTER 6 Users with log permissions can view or delete messages generated by the various servers that make up CCNSC Subscriber Provisioning software. You can display all messages currently in the log

More information

Highwinds CDN Content Protection Products. August 2009

Highwinds CDN Content Protection Products. August 2009 Highwinds CDN Content Protection Products August 2009 1 Highwinds CDN Content Protection Products August 2009 Table of Contents CDN SECURITY INTRO... 3 CONTENT PROTECTION BY CDN DELIVERY PRODUCT... 3 HTTP

More information

idfs Design Documentation

idfs Design Documentation idfs Design Documentation Version: 2.3 Date: 19.03.2008 Author: Johannes Meinecke Contents 1 Architecture... 1 2 Account Life Cycle... 1 3 Protocols... 2 3.1 PRP Protocol... 2 3.2 Classes in PassiveRequestorProfile

More information

HarePoint Analytics. For SharePoint. User Manual

HarePoint Analytics. For SharePoint. User Manual HarePoint Analytics For SharePoint User Manual HarePoint Analytics for SharePoint 2013 product version: 15.5 HarePoint Analytics for SharePoint 2016 product version: 16.0 04/27/2017 2 Introduction HarePoint.Com

More information

Salesforce IoT REST API Getting Started Guide

Salesforce IoT REST API Getting Started Guide Salesforce IoT REST API Getting Started Guide Version 42.0, Spring 18 @salesforcedocs Last updated: March 9, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

CRM Service Wrapper User Guide

CRM Service Wrapper User Guide Summary This document details the usage of the CRM Service Wrapper by xrm. The service wrapper allows you to communicate with a Microsoft Dynamics CRM application (called CRM for convenience in this document)

More information

Lionbridge App for Oracle Eloqua. Setup Guide

Lionbridge App for Oracle Eloqua. Setup Guide Lionbridge App for Oracle Eloqua Setup Guide Version 1.5.8 May 2, 2018 Copyright Copyright 2018 Lionbridge Technologies, Inc. All rights reserved. Lionbridge and the Lionbridge logotype are registered

More information

IoT Device Simulator

IoT Device Simulator IoT Device Simulator AWS Implementation Guide Sean Senior May 2018 Copyright (c) 2018 by Amazon.com, Inc. or its affiliates. IoT Device Simulator is licensed under the terms of the Amazon Software License

More information

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

Sign-up Forms Builder for Magento 2.x. User Guide eflyermaker Sign-up Forms Builder 2.0.5 for Magento 2.x User Guide 2 eflyermaker Dear Reader, This User-Guide is based on eflyermaker s Signup-Form Builder Plugin for Magento ecommerce. What follows is

More information

ImageNow eforms. Getting Started Guide. ImageNow Version: 6.7. x

ImageNow eforms. Getting Started Guide. ImageNow Version: 6.7. x ImageNow eforms Getting Started Guide ImageNow Version: 6.7. x Written by: Product Documentation, R&D Date: September 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information

Creating a main document and a data source by using the Mail Merge Helper. Performing and viewing a merge by using the View Merged Documents button.

Creating a main document and a data source by using the Mail Merge Helper. Performing and viewing a merge by using the View Merged Documents button. L E S S O N 3 Merging Suggested teaching time 45-55 minutes Lesson objectives In this lesson, you will learn the basics of mail merge by: a b c d e Creating a main document and a data source by using the

More information

tablename ORDER BY column ASC tablename ORDER BY column DESC sortingorder, } The WHERE and ORDER BY clauses can be combined in one

tablename ORDER BY column ASC tablename ORDER BY column DESC sortingorder, } The WHERE and ORDER BY clauses can be combined in one } The result of a query can be sorted in ascending or descending order using the optional ORDER BY clause. The simplest form of an ORDER BY clause is SELECT columnname1, columnname2, FROM tablename ORDER

More information

Oracle Utilities Opower Solution Extension Partner SSO

Oracle Utilities Opower Solution Extension Partner SSO Oracle Utilities Opower Solution Extension Partner SSO Integration Guide E84763-01 Last Updated: Friday, January 05, 2018 Oracle Utilities Opower Solution Extension Partner SSO Integration Guide Copyright

More information

4.6.5 Data Sync User Manual.

4.6.5 Data Sync User Manual. 4.6.5 Data Sync User Manual www.badgepass.com Table of Contents Table of Contents... 2 Configuration Utility... 3 System Settings... 4 Profile Setup... 5 Setting up the Source Data... 6 Source Filters...

More information

Joomeo API XML-RPC: Reference guide

Joomeo API XML-RPC: Reference guide Joomeo API XML-RPC: Reference guide 0.8 Page 1 / 87 Joomeo API XML-RPC: Reference guide Object Reference guide Project Joomeo API XML-RPC Version 0.8.11 Language English Creation date 09-11-2011 09:00

More information

Oracle Eloqua and Salesforce Closed-Loop Reporting

Oracle Eloqua and Salesforce Closed-Loop Reporting http://docs.oracle.com Oracle Eloqua and Salesforce Closed-Loop Reporting Configuration Guide 2018 Oracle Corporation. All rights reserved 02-Mar-2018 Contents 1 Closed-loop reporting with Salesforce 3

More information

Lucid Key Server. Help Documentation.

Lucid Key Server. Help Documentation. Lucid Key Server Help Documentation www.lucidcentral.org Help for the Lucid Key Server Welcome to the Lucid Key Server, one member of the Lucid family of products. For more information on other Lucid and

More information

Oracle User Productivity Kit User and Content Management. E August 2016

Oracle User Productivity Kit User and Content Management. E August 2016 Oracle User Productivity Kit User and Content Management E79038-01 August 2016 Oracle User Productivity Kit User and Content Management E79038-01 August 2016 Copyright 1998, 2016, Oracle and/or its affiliates.

More information

Quest Unified Communications Analytics Resource Kit

Quest Unified Communications Analytics Resource Kit Quest Unified Communications Analytics 8.4.2 Resource Kit 2017 Quest Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this

More information

SOFTWARE SKILLS BUILDERS

SOFTWARE SKILLS BUILDERS USING ACCESS TO CREATE A SCIENCE DATABASE A database allows you to enter, store, retrieve, and manipulate data efficiently. You will first design your database and enter information into a table called

More information

Oracle Service Cloud Integration for Developers Ed 1

Oracle Service Cloud Integration for Developers Ed 1 Oracle University Contact Us: Local: 0845 777 7 711 Intl: +44 845 777 7 711 Oracle Service Cloud Integration for Developers Ed 1 Duration: 5 Days What you will learn The class covers how to extend the

More information

TELIA OPERATOR SERVICE PLATFORM

TELIA OPERATOR SERVICE PLATFORM TELIA OPERATOR SERVICE PLATFORM OMA Authorization REST API Guide Copyright 2017 Aepona Limited, and copyright 2017 Telia All rights reserved by respective owners. Revision: 6.0 Legal Information Legal

More information

Startup Guide. Version 2.3.7

Startup Guide. Version 2.3.7 Startup Guide Version 2.3.7 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

MCB Gateway. 1 Introduction. 2 Change history. 3 Table of contents

MCB Gateway. 1 Introduction. 2 Change history. 3 Table of contents MCB Gateway 1 Introduction This document describes the communication interface (API) of our Mobile Content Billing (MCB/DB) gateway called FuturePay. This technical document is meant for system engineers

More information

BIS1523 Homework Assignments 2.1

BIS1523 Homework Assignments 2.1 Homework Assignments 2.1 Folder: hw01 Assignment #1, Bio Overview: Create a web page with some information (real or made up) about yourself. Your web page should include the following: A header, with your

More information

DataCollect Administrative Tools Supporting DataCollect (CMDT 3900) Version 3.0.0

DataCollect Administrative Tools Supporting DataCollect (CMDT 3900) Version 3.0.0 Administrator Manual DataCollect Administrative Tools Supporting DataCollect (CMDT 3900) Version 3.0.0 P/N 15V-090-00054-100 Revision A SKF is a registered trademark of the SKF Group. All other trademarks

More information

ONCONTACT MARKETING AND CAMPAIGN USER GUIDE V10

ONCONTACT MARKETING AND CAMPAIGN USER GUIDE V10 ONCONTACT MARKETING AND CAMPAIGN USER GUIDE V10 Contents Marketing Dashboard... 2 Marketing Dashboard Badges... 2 Marketing Dashboard Panels... 3 Campaign Record... 3 Field Descriptions... 4 Opportunities

More information

Mobile App Platform Cloud Service Configuration Guide

Mobile App Platform Cloud Service Configuration Guide Oracle Responsys Mobile App Platform Cloud Service Configuration Guide Responsys 18B This document is for new Responsys Customers who have purchased and enabled Oracle Responsys Mobile App Platform Cloud

More information

Oracle Watchlist Screening

Oracle Watchlist Screening Oracle Watchlist Screening Oracle Watchlist Screening Siebel Integration Guide Version 11.1.1.7 June 2014 Copyright 2006, 2014, Oracle and/or its affiliates. All rights reserved. Oracle Watchlist Screening,

More information

Microsoft Access 2010

Microsoft Access 2010 2013\2014 Microsoft Access 2010 Tamer Farkouh M i c r o s o f t A c c e s s 2 0 1 0 P a g e 1 Definitions Microsoft Access 2010 What is a database? A database is defined as an organized collection of data

More information

Oracle. Engagement Cloud Implementing Digital Customer Service in Engagement Cloud. Release 13 (update 18A)

Oracle. Engagement Cloud Implementing Digital Customer Service in Engagement Cloud. Release 13 (update 18A) Oracle Engagement Cloud Implementing Digital Customer Service in Engagement Cloud Release 13 (update 18A) Release 13 (update 18A) Part Number E92370-02 Copyright 2011-2018, Oracle and/or its affiliates.

More information

APIs: Core specification

APIs: Core specification Accident Compensation Commission : Core specification Software specification Version 0.4, Draft 06 March 2018 for Release 1.1 ICS : Core specification Table of contents 1 ICS : overview... 5 1.1 Summary

More information