Service - Contact Method Email

From Izara Wiki
Jump to navigation Jump to search

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
email
string
contactTag
string name created by user to publicly identify this email contact
enabled
true|false

Working documents

Contact Method Email