contactCreate

Graphql fields and variables for the contactCreate mutation

Create a contact

Scope required: standard:write

For a complete list of input attributes see the ContactAttributes type

mutation contactCreate ($attributes: ContactAttributes!) {
  contactCreate (attributes: $attributes) {
      contact {
        accountId
        code
        createdAt
        description
        email
        entityId
        firstName
        fullName
        id
        lastName
        linkedinUrl
        mailingCity
        mailingCountry
        mailingState
        mailingStreet
        mailingZip
        mobile
        phone
        portalAccess
        salutation
        title
        updatedAt
      }
      errors
  }
}

Arguments

Name
Type
Description

Response

Name
Type
Description

contact

errors

List (String)

Last updated

Was this helpful?