Create Contact
| sesv2_create_contact | R Documentation |
Creates a contact, which is an end-user who is receiving the email, and adds them to a contact list¶
Description¶
Creates a contact, which is an end-user who is receiving the email, and adds them to a contact list.
Usage¶
sesv2_create_contact(ContactListName, EmailAddress, TopicPreferences,
UnsubscribeAll, AttributesData)
Arguments¶
ContactListName[required] The name of the contact list to which the contact should be added.
EmailAddress[required] The contact's email address.
TopicPreferencesThe contact's preferences for being opted-in to or opted-out of topics.
UnsubscribeAllA boolean value status noting if the contact is unsubscribed from all contact list topics.
AttributesDataThe attribute data attached to a contact.
Value¶
An empty list.