Skip to content
New issue

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

Hubspot user form call conflicts with hubspot api call under certain conditions #2660

Closed
mbertrand opened this issue May 26, 2023 · 0 comments · Fixed by #2662
Closed

Hubspot user form call conflicts with hubspot api call under certain conditions #2660

mbertrand opened this issue May 26, 2023 · 0 comments · Fixed by #2662
Assignees
Labels
Bug Something isn't working

Comments

@mbertrand
Copy link
Member

Steps to Reproduce

Expected Behavior

The second email is removed from the 1st hubspot contact and added as a new contact.
The first xpro user is associated w/the first hubspot contact, the second xpro user is associated w/the second contact.

Current Behavior

The first email is removed from the 1st hubspot contact, the 2nd email becomes the primary email, and no new contact is created.
The first xpro user is no longer associated with a hubspot contact, the second user is associated with the 1st contact.

Possible Solution

The form seems to no longer be necessary. So as a first step, remove the value for it, and remove the error log statement that is triggered if it is null.
It may also be a good idea to sync the contact w/hubspot after every login as part of the auth pipeline to ensure everything is up to date.
A separate tech debt issue will be created to remove the form-related code altogether after we are confident that it is no longer necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
1 participant