sesv2_update_contact: Updates a contact's preferences for a list

View source: R/sesv2_operations.R

sesv2_update_contactR Documentation

Updates a contact's preferences for a list

Description

Updates a contact's preferences for a list. It is not necessary to specify all existing topic preferences in the TopicPreferences object, just the ones that need updating.

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

Usage

sesv2_update_contact(
  ContactListName,
  EmailAddress,
  TopicPreferences = NULL,
  UnsubscribeAll = NULL,
  AttributesData = NULL
)

Arguments

ContactListName

[required] The name of the contact list.

EmailAddress

[required] The contact's email address.

TopicPreferences

The contact's preference for being opted-in to or opted-out of a topic.

UnsubscribeAll

A boolean value status noting if the contact is unsubscribed from all contact list topics.

AttributesData

The attribute data attached to a contact.


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