We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! I am trying to add the Membership Group, and I cannot find the correct way to assign the Group to the contact. I have read some documentation that only is needed this part: https://developers.google.com/people/api/rest/v1/people#Person.ContactGroupMembership
So, I have added in the array this: $contact->memberships[0]->contactGroupMembership->contactGroupResourceName = 'contactGroups/{GROUP_ID};
But, this is not taking the group. It saved all the data, but not the group.
Please let me know how to solve this.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello any idea ??
Sorry, something went wrong.
No branches or pull requests
Hi! I am trying to add the Membership Group, and I cannot find the correct way to assign the Group to the contact. I have read some documentation that only is needed this part: https://developers.google.com/people/api/rest/v1/people#Person.ContactGroupMembership
So, I have added in the array this:
$contact->memberships[0]->contactGroupMembership->contactGroupResourceName = 'contactGroups/{GROUP_ID};
But, this is not taking the group. It saved all the data, but not the group.
Please let me know how to solve this.
Thanks.
The text was updated successfully, but these errors were encountered: