diff --git a/src/pages/en/team/email/app-availability-change.html b/src/pages/en/team/email/app-availability-change.html
new file mode 100644
index 00000000..285cc5fe
--- /dev/null
+++ b/src/pages/en/team/email/app-availability-change.html
@@ -0,0 +1,23 @@
+---
+subject: "An app's availability was changed in your team"
+---
+
+
+
+
+ Availability change for an app
+ ${actor} has changed the availability of an app from your team.
+ App name: ${app_name}
+ Date: ${date}
+ Previous availability: ${previous_availability}
+ New availability: ${new_availability}
+ Team name: ${team_name}
+ Team ID: ${team_id}
+
+
+
+ {{> en/questions}}
+
+
+
+{{> en/footer}}
diff --git a/src/pages/en/team/email/app-creation.html b/src/pages/en/team/email/app-creation.html
new file mode 100644
index 00000000..1e183d23
--- /dev/null
+++ b/src/pages/en/team/email/app-creation.html
@@ -0,0 +1,23 @@
+---
+subject: 'A new app was created in your team'
+---
+
+
+
+
+ New app created
+ ${actor} has created an app in your team.
+ App name: ${app_name}
+ Date: ${date}
+ Team name: ${team_name}
+ Team ID: ${team_id}
+ Permissions:
+
+
+
+
+ {{> en/questions}}
+
+
+
+{{> en/footer}}
diff --git a/src/pages/en/team/email/app-deletion.html b/src/pages/en/team/email/app-deletion.html
new file mode 100644
index 00000000..e18fbffc
--- /dev/null
+++ b/src/pages/en/team/email/app-deletion.html
@@ -0,0 +1,21 @@
+---
+subject: 'An app was deleted from your team'
+---
+
+
+
+
+ App deleted
+ ${actor} has deleted an app in your team.
+ App name: ${app_name}
+ Date: ${date}
+ Team name: ${team_name}
+ Team ID: ${team_id}
+
+
+
+ {{> en/questions}}
+
+
+
+{{> en/footer}}
diff --git a/src/pages/en/team/email/app-metadata-change.html b/src/pages/en/team/email/app-metadata-change.html
new file mode 100644
index 00000000..c4e3732f
--- /dev/null
+++ b/src/pages/en/team/email/app-metadata-change.html
@@ -0,0 +1,22 @@
+---
+subject: 'App details were changed in your team'
+---
+
+
+
+
+ Details changed for an app
+ ${actor} has changed the details of an app from your team.
+ New name: ${new_app_name}
+ Previous name: ${previous_app_name}
+ Date: ${date}
+ Team name: ${team_name}
+ Team ID: ${team_id}
+
+
+
+ {{> en/questions}}
+
+
+
+{{> en/footer}}
diff --git a/src/pages/en/team/email/app-token-change.html b/src/pages/en/team/email/app-token-change.html
new file mode 100644
index 00000000..ef1d79b3
--- /dev/null
+++ b/src/pages/en/team/email/app-token-change.html
@@ -0,0 +1,21 @@
+---
+subject: "An app's token was updated in your team"
+---
+
+
+
+
+ Updated app authentication token
+ ${actor} has updated the authentication token of an app from your team.
+ App name: ${app_name}
+ Date: ${date}
+ Team name: ${team_name}
+ Team ID: ${team_id}
+
+
+
+ {{> en/questions}}
+
+
+
+{{> en/footer}}
diff --git a/src/pages/index.html b/src/pages/index.html
index 0645f1dd..d86c3281 100644
--- a/src/pages/index.html
+++ b/src/pages/index.html
@@ -116,6 +116,26 @@ Team
>
Identity Provider configuration change
+
+
+ App creation
+
+
+
+ App deletion
+
+
+
+ App availability change
+
+
+
+ App metadata change
+
+
+
+ App token change
+