From bd6f7b4e4b8e360df3689930cfe8a5bb41f485c4 Mon Sep 17 00:00:00 2001 From: Anurag Nishad <124987038+AnuragNishad12@users.noreply.github.com> Date: Sat, 6 Jul 2024 13:38:48 +0530 Subject: [PATCH] Added another Notification method (#482) * Changes the color * Added a new Language in Ethereum * Added a new Course called Odyssey * Added another Notification method --- docs/notification/notification.md | 4 +++- docs/notification/webhooks.md | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 docs/notification/webhooks.md diff --git a/docs/notification/notification.md b/docs/notification/notification.md index 73853cf8c..552c196b1 100644 --- a/docs/notification/notification.md +++ b/docs/notification/notification.md @@ -4,4 +4,6 @@ sidebar_position: 1 # Notification -- [Push Protocol](https://push.org/) PUSH Protocol (previously EPNS) is the world’s first decentralized notification protocol for Web3. Push Protocol also has built Push Chat, a web3-native secure, wallet-to-wallet messaging to everyday users. \ No newline at end of file +- [Push Protocol](https://push.org/) PUSH Protocol (previously EPNS) is the world’s first decentralized notification protocol for Web3. Push Protocol also has built Push Chat, a web3-native secure, wallet-to-wallet messaging to everyday users. + +- [WebHooks](https://www.alchemy.com/webhooks) Alchemy Notify is used to subscribe to event notifications that occur on your application. You create a webhook to receive notifications on different types of on-chain activity. \ No newline at end of file diff --git a/docs/notification/webhooks.md b/docs/notification/webhooks.md new file mode 100644 index 000000000..bdb7caa2c --- /dev/null +++ b/docs/notification/webhooks.md @@ -0,0 +1,7 @@ +--- +sidebar_position: 3 +--- + +# WebHooks + +Alchemy Notify is used to subscribe to event notifications that occur on your application. You create a webhook to receive notifications on different types of on-chain activity. \ No newline at end of file