Skip to content

Get Contact Attributes

connect_get_contact_attributes R Documentation

Retrieves the contact attributes for the specified contact

Description

Retrieves the contact attributes for the specified contact.

Usage

connect_get_contact_attributes(InstanceId, InitialContactId)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance.

InitialContactId

[required] The identifier of the initial contact.

Value

A list with the following syntax:

list(
  Attributes = list(
    "string"
  )
)

Request syntax

svc$get_contact_attributes(
  InstanceId = "string",
  InitialContactId = "string"
)