Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.28 KB

CreateDoiContact.md

File metadata and controls

15 lines (11 loc) · 1.28 KB

CreateDoiContact

Properties

Name Type Description Notes
Email string Email address where the confirmation email will be sent. This email address will be the identifier for all other contact attributes. [default to null]
Attributes map[string]interface{} Pass the set of attributes and their values. These attributes must be present in your SendinBlue account. For eg. {'FNAME':'Elly', 'LNAME':'Roger'} [optional] [default to null]
IncludeListIds []int64 Lists under user account where contact should be added [default to null]
ExcludeListIds []int64 Lists under user account where contact should not be added [optional] [default to null]
TemplateId int64 Id of the Double opt-in (DOI) template [default to null]
RedirectionUrl string URL of the web page that user will be redirected to after clicking on the double opt in URL. When editing your DOI template you can reference this URL by using the tag {{ params.DOIurl }}. [default to null]

[Back to Model list] [Back to API list] [Back to README]