> ## Documentation Index
> Fetch the complete documentation index at: https://datum-4926dda5-docs-api-reference-demo.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Notification

> Contacts, contact groups, and email delivery on Datum Cloud — the notification.miloapis.com service.

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`.

<Warning>
  The Notification API is **alpha** (`v1alpha1`). Fields and behavior may change in backward-incompatible ways between releases.
</Warning>

## Resources

<CardGroup cols={2}>
  <Card title="Contact" icon="user" href="/api/notification/contact">
    A single notification recipient, including their email address and identifying details.
  </Card>

  <Card title="ContactGroup" icon="users" href="/api/notification/contactgroup">
    A named, reusable group of contacts you can target as a broadcast audience.
  </Card>

  <Card title="ContactGroupMembership" icon="user-plus" href="/api/notification/contactgroupmembership">
    Associates a contact with a contact group.
  </Card>

  <Card title="Email" icon="envelope" href="/api/notification/email">
    A single email message sent to a recipient.
  </Card>

  <Card title="EmailBroadcast" icon="paper-plane" href="/api/notification/emailbroadcast">
    An email sent to every contact in a contact group.
  </Card>
</CardGroup>

**Platform-provided:** the [EmailTemplate](/api/notification/emailtemplate) used to render an email lives under [Platform resources](/api/platform/overview).

## Learn more

* [API resources overview](/api/overview) — the resource reference landing page across all Datum Cloud services.
* [Changing resources](/datumctl/resources/changing) — how to apply, edit, and safely preview changes to these resources.
