# Multi-Domain Notifications

## Notification List

The organization notification list shows all notifications that have been delivered to domains within your organization including both notifications created targeting multiple domains as well as notifications created on individual domains.

![](/files/-MhJmccYzCTQBLZyU3It)

## Notification Create / Edit

You can create notifications that are delivered to subscribers of multiple domains within your organization from the Notification Creation page within organization context.&#x20;

First, choose if the notification should be delivered to all domains you have access to within the organization of choose one or more domains from the `Specific Domains` pill:

![](/files/-MgHivH6JxQClSgr_YHg)

Next, choose if the notification should target all subscribers within each selected domain or one of the shared specific [multi-domain segments](/platform/organizations/multi-domain-segments.md). Note: Only segments that each selected domain share will be displayed in the `Specific Segments` list.

The rest of the notification create process is similar to creating a notification for an individual domain.

Notifications created here will also display on each individual domain's [notification list](/platform/notifications.md#notification-list) including domain-specific stats for that notification.

### Customizing Notifications

The landing URL for the notification can be a static URL that points all subscribers to the same domain or, if the URL structure for each domain is the same but you want the subscriber to land on the domain they're subscribed in your can use the `{{ domain_url }}` macro in place of the domain name in the landing URL.

For example, if you have `example1.com` and `example2.com` domains targeted in the notification and want to send the subscribers to an article at `/content/article123` on their specific domain you would enter the following into the landing URL field: `https://www.{{ domain_url }}/content/article123` and the subscribers who click the notification will be directed to that page on their subscribed domain.

{% hint style="info" %}
You can check what value will be inserted for the domain URL in the domain settings section of the platform.

Be sure to use the preview functionality to ensure that the resulting landing URL is correct.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.pushly.com/platform/organizations/multi-domain-notifications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
