sesv2_create_contact: Creates a contact, which is an end-user who is receiving the...

View source: R/sesv2_operations.R

sesv2_create_contactR 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.

See https://www.paws-r-sdk.com/docs/sesv2_create_contact/ for full documentation.

Usage

sesv2_create_contact(
  ContactListName,
  EmailAddress,
  TopicPreferences = NULL,
  UnsubscribeAll = NULL,
  AttributesData = NULL
)

Arguments

ContactListName

[required] The name of the contact list to which the contact should be added.

EmailAddress

[required] The contact's email address.

TopicPreferences

The contact's preferences for being opted-in to or opted-out of topics.

UnsubscribeAll

A boolean value status noting if the contact is unsubscribed from all contact list topics.

AttributesData

The attribute data attached to a contact.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.