/contactgroups/:id/contacts [deprecated]Ask AIpost https://api.mixmax.com/v1/contactgroups/{id}/contactsAdds a Contact to a Contact Group. You must own the group to add contacts to it.Path ParamsidstringrequiredThe _id of the Contact Group the Contact will be added toBody ParamsemailstringEmail of the contact to add. Resolves the email to a contact owned by the user. One of email or contactId must be defined.contactIdstringThe id of the contact to add to the group. One of email or contactId must be defined.namestringName of the contact to addcontactsarrayFor bulk adding recipients. Max 100 entries. Each entry in the array is required to have either email or contactId field. Optional fields meta and name are also allowed and are inserted with the contact.contactsHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesAllowed:application/jsontext/plainResponses 200200 404404Updated 2 months ago