Subscribing to notifications
Dialect allows users to manage subscriptions to receive notifications from dapps to specific addresses they have registered.
Addresses include not just their wallet via the Dialect protocol, but also email, Telegram, & SMS. To learn more about addresses, see the previous section on managing addresses.
A subscription, a linker table between dapps & addresses, is called a dappAddress.
This will likely be renamed as it can be misleading.
Create a subscription
A subscription, or dappAddress must first be created.
Enabling & disabling a subscription
Once created, a subscription may be enabled or disabled for a given. Disabling a subscription means no notifications will be sent to that address for that dapp until it is reenabled.t
Getting subscriptions
Find a subscription by its id
Find subscriptions by wallet (& optionally filter by dapp)
Deleting a subscription
Last updated