GraphQLReferenceMutationscreateContactOn this pagecreateContact 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" })} Related updateContact deleteContact Contact type