Create New Contact
Create a new contact in your organization.
Create a New Contact
mutation CreateContact($data: ContactCreateInput!) {
createContact(data: $data) {
id
name
firstName
lastName
email
shouldNotifyTx
phone
contactCategory {
name
}
contactCryptoAccounts {
name
address
}
}
}
}Headers
Name
Value
Body (ContactCreateInput object)
Name
Type
Description
Response
Name
Type
Description