Skip to main content
Datum Cloud manages notification recipients and email delivery through the notification.miloapis.com API. You declare the people you contact, organize them into reusable groups, and send email — either one message or a broadcast to a group, optionally rendered from a shared template. Contacts, groups, memberships, and email resources are all created with datumctl apply -f and read with datumctl get and datumctl describe.
The Notification API is alpha (v1alpha1). Fields and behavior may change in backward-incompatible ways between releases.

Resources

Contact

A single notification recipient, including their email address and identifying details.

ContactGroup

A named, reusable group of contacts you can target as a broadcast audience.

ContactGroupMembership

Associates a contact with a contact group.

Email

A single email message sent to a recipient.

EmailBroadcast

An email sent to every contact in a contact group.
Platform-provided: the EmailTemplate used to render an email lives under Platform resources.

Learn more

Last modified on July 2, 2026