You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Is your feature request related to a specific problem?
Add the scaffolding for a new EmailConnector that will eventually send an email to a user to complete an action, instead of accessing a database or a third party endpoint automatically.
Describe the solution you'd like
Create a Fidesops EmailConnector class (inheriting from BaseConnector
Stub out query_config, create_client, close, test_connection, retrieve_data, and mask_data for now.
Add a schema migration that adds an "email" ConnectionType, so we can create email ConnectionConfigs
Flesh out an EmailSchema describing the types of secrets we should add to the Email ConnectionConfig. This will probably be very similar or identical to the EmailConfigRequest schema.
Create an example "email" dataset for use in testing. This will be similar to the existing "manual" dataset.
Add API tests verifying that we can create email ConnectionConfigs and add secrets to to the ConnectionConfig
Describe alternatives you've considered, if any
A description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
* Start a new "email" ConnectionConfig type.
* Hide "email" type from the get_connection_types endpoint for now, as the email connector isn't fleshed out yet.
* Update CHANGELOG.
* Simplify by sending one email to start?
* Update request body in postman collection.
* Fix CHANGELOG formatting.
* Start a new "email" ConnectionConfig type.
* Hide "email" type from the get_connection_types endpoint for now, as the email connector isn't fleshed out yet.
* Update CHANGELOG.
* Simplify by sending one email to start?
* Update request body in postman collection.
* Fix CHANGELOG formatting.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a specific problem?
Add the scaffolding for a new EmailConnector that will eventually send an email to a user to complete an action, instead of accessing a database or a third party endpoint automatically.
Describe the solution you'd like
EmailConnector
class (inheriting fromBaseConnector
email
ConnectionConfigsEmailConfigRequest
schema.email
ConnectionConfigs and add secrets to to the ConnectionConfigDescribe alternatives you've considered, if any
A description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: