Values.CreateEmailContactRequestSourceCreates an email contact for the provided email address.
type nonrec t = {name : EmailContactName.t;The name of the email contact.
*)emailAddress : EmailContactAddress.t;The email address this email contact points to. The activation email and any subscribed emails are sent here. This email address can't receive emails until it's activated.
*)}val make :
?tags:??? ->
name:EmailContactName.t ->
emailAddress:EmailContactAddress.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of EmailContactName.t ])
list ]