sesv2_create_contact_list {paws.customer.engagement} | R Documentation |
Creates a contact list
Description
Creates a contact list.
See https://www.paws-r-sdk.com/docs/sesv2_create_contact_list/ for full documentation.
Usage
sesv2_create_contact_list(
ContactListName,
Topics = NULL,
Description = NULL,
Tags = NULL
)
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. |
Tags |
The tags associated with a contact list. |
[Package paws.customer.engagement version 0.7.0 Index]