Skip to content

Update Contact List

sesv2_update_contact_list R Documentation

Updates contact list metadata

Description

Updates contact list metadata. This operation does a complete replacement.

Usage

sesv2_update_contact_list(ContactListName, Topics, Description)

Arguments

ContactListName

[required] The name of the contact list.

Topics

An interest group, theme, or label within a list. A contact list can have multiple topics.

Description

A description of what the contact list is about.

Value

An empty list.

Request syntax

svc$update_contact_list(
  ContactListName = "string",
  Topics = list(
    list(
      TopicName = "string",
      DisplayName = "string",
      Description = "string",
      DefaultSubscriptionStatus = "OPT_IN"|"OPT_OUT"
    )
  ),
  Description = "string"
)