Closed deezone closed 8 years ago
Enhance /api/v1/email endpoint for sending transactional email to:
/api/v1/email
user_id
email
activity
user_register
first_name
Doer
user_country
US
user_language
en
Related Northstar Endpoints
GET /users/_id/<user_id>
GET /users/email/<email>
Reference:
Closing it, if favor of the new API structure: https://github.com/DoSomething/quicksilver-api/blob/master/documentation/endpoints/user.md
Enhance
/api/v1/email
endpoint for sending transactional email to:user_id
rather thanemail
as required field/api/v1/email
- trigger sending transactional email messageactivity
: [user_register
]email
ORuser_id
: email address OR Northstar user IDfirst_name
(FNAME - defaults to "Doer
" if Northstar doesn't supply a value)user_country
(defaults toUS
if Northstar doesn't supply a value))user_language
(defaults toen
if Northstar doesn't supply a value)Related Northstar Endpoints
GET /users/_id/<user_id>
GET /users/email/<email>
Reference: