> For the complete documentation index, see [llms.txt](https://moss-6.gitbook.io/moss/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moss-6.gitbook.io/moss/offerings/push-message.md).

# Push Message

<figure><img src="/files/HDupg5BzLH8P699xgq9m" alt="" width="563"><figcaption></figcaption></figure>

**The Message Push feature of the Moss Platform** is a game-changer for developers seeking to engage with their audience through personalized and targeted communications. Built on the robust **Moss Messaging Protocol**, it offers the same high level of information security and sophisticated identity resolution capabilities as the **Moss DApp**. This feature allows developers to send tailored notification messages directly to subscribed users' wallet addresses or any linked decentralized identities (DIDs).

**Diverse Sending Methods for Every Need**:

* **Peer-to-Peer**: Send direct, one-on-one messages to individual subscribers, ensuring personal and relevant communication.
* **Broadcast to All**: Reach all your subscribers at once with important updates or announcements, maximizing your message's impact.
* **By Tags**: Target specific segments of your audience based on tags that represent their interests, behavior, or demographics.
* **By Groups**: Communicate with defined user groups, enabling focused and strategic messaging that resonates with each community.

**Multidimensional Data Analytics**: After deploying your messages, dive into comprehensive analytics, including delivery rate, read rate, and the number of new readers. These insights empower developers to refine their strategies, achieve precision in their operations, and enhance the overall effectiveness of their communications.

**Customization and Automation**: Leverage the customer ID and private key provided by **Moss** to tailor conditions and content through an SDK. Directly call the **Moss Messaging Protocol** to dispatch messages. For instance, monitor and automatically send

renewal reminders for custom ENS domain names nearing expiration, enhancing user experience, retention, and conversion to paid services.

With **Moss Platform's Message Push feature**, you're not just sending messages; you're engaging in meaningful conversations, fostering relationships, and building a community. It's not just about reaching your audience; it's about connecting with them on a deeper level. Welcome to the future of communication, where every message is an opportunity for growth and engagement. This innovative approach in the Moss ecosystem marks a significant stride in how communication and engagement are perceived and executed in the Web3 environment.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://moss-6.gitbook.io/moss/offerings/push-message.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
