+ We're building an open network cloud to
+ help the next generation of builders get
+ access to some of the building blocks of the
+ internet. I'm hoping you'll take
+ some time to kick the tires during our
+ private beta.
+
+
+ We're intentionally keeping this group
+ small so we can listen closely to feedback.
+
+ Datum unlocks cloud superpowers, without getting
+ in the way. Find out more about Datum at
+ datum.net
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Datum Technology Inc. 29 Broadway New
+ York City NY, 10006
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ textBody: |
+ ----------------------------------------
+
+ HI {{.UserName}},
+
+ We're building an open network cloud to help the next generation of builders get access to some of the building blocks of the internet. I'm hoping you'll take some time to kick the tires during our private beta.
+
+ We're intentionally keeping this group small so we can listen closely to feedback.
+
+ Get started {{.ActionUrl}}
+
+ Let me know your thoughts?
+
+ Cheers,
+
+ Zac Smith
+ Co-founder & CEO at Datum
+
+ ----------------------------------------
+
+ Datum unlocks cloud superpowers, without getting in the way. Find out more about Datum at datum.net https://www.datum.net
+
+ https://github.com/datum-cloud https://www.linkedin.com/company/datum-cloud
+
+ Datum Technology Inc.
+ 29 Broadway
+ New York City
+ NY, 10006
+
+ variables:
+ - name: "UserName"
+ required: true
+ type: "string"
+ - name: "ActionUrl"
+ required: true
+ type: "string"
+
diff --git a/test/iam/platform-invitation/resources/platform-invitation.yaml b/test/iam/platform-invitation/resources/platform-invitation.yaml
new file mode 100644
index 00000000..7527e43b
--- /dev/null
+++ b/test/iam/platform-invitation/resources/platform-invitation.yaml
@@ -0,0 +1,10 @@
+apiVersion: iam.miloapis.com/v1alpha1
+kind: PlatformInvitation
+metadata:
+ name: platform-invitation-e2e
+spec:
+ email: invited.user@example.com
+ givenName: Invited
+ familyName: User
+
+
diff --git a/test/iam/platform-invitation/resources/user.yaml b/test/iam/platform-invitation/resources/user.yaml
new file mode 100644
index 00000000..885617cf
--- /dev/null
+++ b/test/iam/platform-invitation/resources/user.yaml
@@ -0,0 +1,10 @@
+apiVersion: iam.miloapis.com/v1alpha1
+kind: User
+metadata:
+ name: platform-invited-user
+spec:
+ email: invited.user@example.com
+ givenName: Invited
+ familyName: User
+
+