Creates a contact, which is an end-user who is receiving the email, and adds them to a contact list.
See https://www.paws-r-sdk.com/docs/sesv2_create_contact/ for full documentation.
sesv2_create_contact(
ContactListName,
EmailAddress,
TopicPreferences = NULL,
UnsubscribeAll = NULL,
AttributesData = NULL
)
[required] The name of the contact list to which the contact should be added.
[required] The contact's email address.
The contact's preferences for being opted-in to or opted-out of topics.
A boolean value status noting if the contact is unsubscribed from all contact list topics.
The attribute data attached to a contact.