INPUT_OBJECT
CreatePrimaryContactMutationInput
The input object that defines the fields for the Contact mutation.
link GraphQL Schema definition
- input CreatePrimaryContactMutationInput {
- # A descriptive name.
- String! :
- # The role of the contact, e.g. "CEO" or "Network Engineer".
- String :
- # An email address.
- EmailAddress :
- # Phone numbers.
- CreatePhoneNumberMutationInput] : [
- # Data to insert into custom fields.
- CustomFieldDataMutationInput] : [
- # A list of MessageCategory IDs to apply to this contact. If this property is
- # excluded, then the contact will inherit the default message categories, which is
- # the typical behavior. You should only include this property if you want to
- # override the default behavior.
- Int64Bit] : [
- # A list of MessageCategory IDs to apply to this contact. If this property is
- # excluded, then the contact will inherit the default message categories, which is
- # the typical behavior. You should only include this property if you want to
- # override the default behavior.
- Int64Bit] : [
- # Whether or not marketing messages accepted.
- Boolean :
- }