Skip to main content

PrimaryContactProfileInput

An input object containing details for an organization's primary contact'.

input PrimaryContactProfileInput {
email: EmailAddress!
name: PersonNameInput!
phone: PhoneNumberInput!
}

Fields

PrimaryContactProfileInput.email ● EmailAddress! non-null scalar

The email address of the primary contact.

PrimaryContactProfileInput.name ● PersonNameInput! non-null input

The name of the primary contact.

PrimaryContactProfileInput.phone ● PhoneNumberInput! non-null input

The primary phone number for the contact.