LearnersGuild / idm

identity management service
MIT License
2 stars 24 forks source link

notify CRM when a player signs up for echo for the first time #112

Closed tannerwelsh closed 8 years ago

tannerwelsh commented 8 years ago

To support https://app.asana.com/0/62830781673321/151538246335472, when a new learner with the player role signs up for Echo, send an email to enrollment@ and support@:

To: <enrollment@learnersguild.org>, <support@learnersguild.org>
Subject: {{ name }} <{{ email }}> has just signed up for Echo

Content-Type: text/plain; charset=UTF-8

New Echo signup! Email: {{ email }} ; GitHub: {{ gh-handle }}
jeffreywescott commented 8 years ago

For now, I think it's easiest to just make it any new signups that have the player role, which may be easier to handle in the game service in the newGameUser worker.

jeffreywescott commented 8 years ago

What to Do

Set signed_up_for_echo property to true.

HubSpot docs:

jeffreywescott commented 8 years ago

Issue moved to LearnersGuild/game #311 via ZenHub