customerprofiles_add_profile_key: Associates a new key value with a specific profile, such as a...

View source: R/customerprofiles_operations.R

customerprofiles_add_profile_keyR Documentation

Associates a new key value with a specific profile, such as a Contact Record ContactId

Description

Associates a new key value with a specific profile, such as a Contact Record ContactId.

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

Usage

customerprofiles_add_profile_key(ProfileId, KeyName, Values, DomainName)

Arguments

ProfileId

[required] The unique identifier of a customer profile.

KeyName

[required] A searchable identifier of a customer profile. The predefined keys you can use include: _account, _profileId, _assetId, _caseId, _orderId, _fullName, _phone, _email, _ctrContactId, _marketoLeadId, _salesforceAccountId, _salesforceContactId, _salesforceAssetId, _zendeskUserId, _zendeskExternalId, _zendeskTicketId, _serviceNowSystemId, _serviceNowIncidentId, _segmentUserId, _shopifyCustomerId, _shopifyOrderId.

Values

[required] A list of key values.

DomainName

[required] The unique name of the domain.


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