Service - Contact Method Email: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 30: | Line 30: | ||
; enabled | ; enabled | ||
: true|false | : true|false | ||
= Notes = | |||
* [[Service - User Contact Manager]] sets the notification group's uniqueID to be {emailID}_{uuid}, this service will need to split the uniqueId to pull out the emailID, alternative is we also add the emailID to notification group's additionalData | |||
= Working documents = | = Working documents = |
Revision as of 03:08, 29 November 2020
Overview
Manages email contact methods for users, details are not part of the public transparency followed across the majority of the project in order to protect against emails being scraped.
Repository
https://bitbucket.org/stb_working/contact-method-email/src/master/
DynamoDB tables
Standard Config Table Per Service
Configuration tags
- ...
Emails
Fields
- userId
- (partition key)
- uniqueId
- (sort key)
- eg a UUID generated when creating the email record, or sent by Service - User Contact Manager
- string
- contactTag
- string name created by user to publicly identify this email contact
- enabled
- true|false
Notes
- Service - User Contact Manager sets the notification group's uniqueID to be {emailID}_{uuid}, this service will need to split the uniqueId to pull out the emailID, alternative is we also add the emailID to notification group's additionalData