Πήγαινε στο κύριο περιεχόμενο

createContact

SRP

Create a new contact in a group.

Input

contactCreateInput

Return Type

ID

Example

mutation CreateContact {
createContact(input: {
groupId: "Z3JwMTIzNDU2"
firstName: "Jane"
lastName: "Smith"
email: "jane@example.com"
phoneNumber: "+447700900000"
})
}

Export This Article

Save a copy of this page as PDF or plain text.