# Notification Integration

The Cronos ID notification service is a B2B service that helps connect the Dapps/Communities and their users. DApp owners can integrate this service to send notifications to their users seamlessly within their DApp and via Telegram.

#### How It Works <a href="#how-it-works" id="how-it-works"></a>

1. [﻿﻿﻿Submit Your DApp info: ](https://cronos-id.gitbook.io/draft/~/changes/QoLaoJEMUmu9t2FRdx3a/publishing/notification-integration/submit-your-dapp-info)To integrate with our notification service, you need to fill in this form, and we will provide the channel id and API key for dapp BE to send notifications to your contact email.
2. [﻿﻿﻿Send notification via our API:](https://cronos-id.gitbook.io/draft/~/changes/QoLaoJEMUmu9t2FRdx3a/publishing/notification-integration/send-notification-via-our-api) A REST API endpoint will be exposed by CNS for dApps to send notifications to our platform.
3. ﻿﻿﻿[Integrating using our SDK:](https://cronos-id.gitbook.io/draft/~/changes/QoLaoJEMUmu9t2FRdx3a/publishing/notification-integration/integrating-using-our-sdk) When a relevant event occurs within the DApp, our service triggers a notification, delivering it to the user's preferred external communication channel (e.g., email, SMS, push notification).

<figure><img src="/files/LcBAA6RPd6Upai0A8REz" alt=""><figcaption></figcaption></figure>

#### Use Case <a href="#use-case" id="use-case"></a>

In-app notification

<figure><img src="/files/WCkm4wephz9YM6FCVd52" alt=""><figcaption><p>Kaching in-app notification</p></figcaption></figure>

Telegram notification

<figure><img src="/files/jojPQeuR9l4cSJem2PSx" alt=""><figcaption><p>Fulcrom Finance Telegram notification</p></figcaption></figure>


---

# 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://docs.cronosid.xyz/developers-resources/notification-integration.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.
