Get an client contact from your account by there email address
query contactByEmail {
contact(email:"john@quotecloud.net") {
id
email
firstName
lastName
phone
address
company
accountNumber
}
}
Get an client contact from your account by there email address
query contactByEmail {
contact(email:"john@quotecloud.net") {
id
email
firstName
lastName
phone
address
company
accountNumber
}
}