Interface: CreateContactOptions
export
interface
CreateContactOptions
Table of contents
Properties
Properties
company
• Optional
company: string
memberof
CreateContactOptions
emailAddresses
• Optional
emailAddresses: string
[]
Set of email addresses belonging to the contact
memberof
CreateContactOptions
firstName
• Optional
firstName: string
memberof
CreateContactOptions
groupId
• Optional
groupId: string
Group IDs that contact belongs to
memberof
CreateContactOptions
lastName
• Optional
lastName: string
memberof
CreateContactOptions
metaData
• Optional
metaData: object
memberof
CreateContactOptions
optOut
• Optional
optOut: boolean
Has the user explicitly or implicitly opted out of being contacted? If so MailSlurp will ignore them in all actions.
memberof
CreateContactOptions
tags
• Optional
tags: string
[]
Tags that can be used to search and group contacts
memberof
CreateContactOptions