LearnersGuild / idm

identity management service
MIT License
2 stars 24 forks source link

HubSpot contact email is updated when IDM user's email is updated #191

Closed heyheyjp closed 7 years ago

heyheyjp commented 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.

heyheyjp commented 7 years ago

Blocked pending review & merge of PR for https://github.com/LearnersGuild/idm/issues/184.