customerprofiles_list_integrations: Lists all of the integrations in your domain

View source: R/customerprofiles_operations.R

customerprofiles_list_integrationsR Documentation

Lists all of the integrations in your domain

Description

Lists all of the integrations in your domain.

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

Usage

customerprofiles_list_integrations(
  DomainName,
  NextToken = NULL,
  MaxResults = NULL,
  IncludeHidden = NULL
)

Arguments

DomainName

[required] The unique name of the domain.

NextToken

The pagination token from the previous ListIntegrations API call.

MaxResults

The maximum number of objects returned per page.

IncludeHidden

Boolean to indicate if hidden integration should be returned. Defaults to False.


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