API Outbound Data Integrations | Vantage CX - API Outbound Data Integrations - Vantage Customer Experience

Vantage Customer Experience User Guide

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Vantage Customer Experience
Release Number
1.6
Published
October 2023
Language
English (United States)
Last Update
2023-10-26
dita:mapPath
hbt1563223944614.ditamap
dita:ditavalPath
oyf1565965838286.ditaval
dita:id
tmo1562969305444
Product Category
Teradata Applications

Outbound data integrations deliver lists of data to an external system using REST PUT, PATCH, or POST methods (as defined in API connection specified in the data integration).

These integrations do not filter the data in the tables, such as integration_id and object_id. All data in the table is formatted into a single request with an array of objects. You can configure outbound data integrations to send data as:
  • Single API call
  • Multiple API calls, one for each item in the list as separated by object_id
Request Type Description
Single API call
  • Data is formatted into a single array of objects
  • Sends a list of data in a single API call
Multiple API calls
  • Default format
  • Data is separated by object_id
  • Calls the API for each item in the list