View source: R/sesv2_operations.R
sesv2_update_contact | R Documentation |
Updates a contact's preferences for a list.
See https://www.paws-r-sdk.com/docs/sesv2_update_contact/ for full documentation.
sesv2_update_contact(
ContactListName,
EmailAddress,
TopicPreferences = NULL,
UnsubscribeAll = NULL,
AttributesData = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.