Closed heyheyjp closed 7 years ago
Related: https://github.com/LearnersGuild/idm/issues/184.
When a user selects a different email address in IDM, their HubSpot contact's email address should also be updated.
The contact property data for the HubSpot API call should look something like:
{ "property": "email", "value": "<EMAIL_ADDRESS>" }
This update should be made in the background and not block the response for any web service requests.
Blocked pending review & merge of PR for https://github.com/LearnersGuild/idm/issues/184.
Related: https://github.com/LearnersGuild/idm/issues/184.
When a user selects a different email address in IDM, their HubSpot contact's email address should also be updated.
The contact property data for the HubSpot API call should look something like:
This update should be made in the background and not block the response for any web service requests.