---
title: "Read/write to Notification Service (Notification.x)"
slug: "readwrite-to-notification-service-notification"
status: "update"
updated: 2026-01-12T13:28:36Z
published: 2026-01-12T13:28:36Z
canonical: "support.lusid.com/readwrite-to-notification-service-notification"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.lusid.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Read/write to Notification Service (Notification.x)

You can use the `Notification.*` providers supplied by FINBOURNE to interact with events, subscriptions and notifications managed by LUSID's [Notification Service](/v1/docs/notification-service).

| **To interact with...** | **Read from using the ... provider** | **Write to using the ... provider** |
| --- | --- | --- |
| [Events (creating your own custom event)](/v1/docs/using-the-manual-event-to-notify-people-when-non-lusid-activity-occurs) | N/A | [Notification.ManualEvent.Writer](/v1/docs/notificationmanualeventwriter) |
| [Event types](/v1/docs/what-system-events-can-i-subscribe-to) | [Notification.EventType](/v1/docs/notificationeventtype) | N/A |
| [Subscriptions to events](/v1/docs/how-do-i-subscribe-to-an-event) | [Notification.Subscription](/v1/docs/notificationsubscription) |
| [Email](/v1/docs/how-do-i-notify-people-via-email-when-an-event-occurs), [SMS](/v1/docs/how-do-i-notify-people-via-sms-when-an-event-occurs), [Amazon SQS](/v1/docs/how-do-i-send-an-amazon-simple-queue-service-sqs-notification-when-an-event-occurs) and [webhook](/v1/docs/how-do-i-create-a-webhook-to-call-a-lusid-api-when-an-event-occurs) notifications attached to subscriptions | [Notification.Subscription.NotificationConfiguration](/v1/docs/notificationsubscriptionnotificationconfiguration) |
| [Notification delivery attempts](/v1/docs/performance-terms-of-service-and-delivery-failures) | [Notification.Delivery](/v1/docs/notificationdelivery) |
