customerprofiles_put_integration: Adds an integration between the service and a third-party...

View source: R/customerprofiles_operations.R

customerprofiles_put_integrationR Documentation

Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect

Description

Adds an integration between the service and a third-party service, which includes Amazon AppFlow and Amazon Connect.

See https://www.paws-r-sdk.com/docs/customerprofiles_put_integration/ for full documentation.

Usage

customerprofiles_put_integration(
  DomainName,
  Uri = NULL,
  ObjectTypeName = NULL,
  Tags = NULL,
  FlowDefinition = NULL,
  ObjectTypeNames = NULL
)

Arguments

DomainName

[required] The unique name of the domain.

Uri

The URI of the S3 bucket or any other type of data source.

ObjectTypeName

The name of the profile object type.

Tags

The tags used to organize, track, or control access for this resource.

FlowDefinition

The configuration that controls how Customer Profiles retrieves data from the source.

ObjectTypeNames

A map in which each key is an event type from an external application such as Segment or Shopify, and each value is an ObjectTypeName (template) used to ingest the event. It supports the following event types: SegmentIdentify, ShopifyCreateCustomers, ShopifyUpdateCustomers, ShopifyCreateDraftOrders, ShopifyUpdateDraftOrders, ShopifyCreateOrders, and ShopifyUpdatedOrders.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.