diff --git a/config/schema/uw_cfg_common.schema.yml b/config/schema/uw_cfg_common.schema.yml
index b3bb66d01f5b596af45d39d35ef1955395cec500..3703b507a7659df161f5b55dedf4e5db3095e607 100644
--- a/config/schema/uw_cfg_common.schema.yml
+++ b/config/schema/uw_cfg_common.schema.yml
@@ -8,3 +8,10 @@ uw_cfg_common.ldap:
     pwd:
       type: string
       label: 'LDAP password'
+sendgrid_integration.settings:
+  type: config_object
+  label: 'Sendgrid settings - API Key'
+  mapping:
+    apikey:
+      type: string
+      label: 'API key for sendgrid'
diff --git a/uw_cfg_common.info.yml b/uw_cfg_common.info.yml
index c667dbec230da1d0de0f60eb7f2ffcc964126780..520507a5a0b2b52394763b921e9720b48bc5f68c 100644
--- a/uw_cfg_common.info.yml
+++ b/uw_cfg_common.info.yml
@@ -25,6 +25,7 @@ dependencies:
   - drupal:layout_builder_restrictions
   - drupal:layout_builder_styles
   - drupal:linkit
+  - drupal:mailsystem
   - drupal:media
   - drupal:metatag
   - metatag:metatag_extended_perms
@@ -35,6 +36,7 @@ dependencies:
   - drupal:realname
   - drupal:redirect
   - drupal:redirect_404
+  - drupal:sendgrid_integration
   - drupal:taxonomy
   - drupal:text
   - drupal:user