From c033ced54cad836c3e52114de31a0be241da7c78 Mon Sep 17 00:00:00 2001 From: Yash Sharma Date: Tue, 21 May 2024 12:31:09 +0530 Subject: [PATCH 1/3] Add new page for webhooksy Signed-off-by: Yash Sharma --- .../cloud/self-hosted/customizing-webhooks.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 content/en/cloud/self-hosted/customizing-webhooks.md diff --git a/content/en/cloud/self-hosted/customizing-webhooks.md b/content/en/cloud/self-hosted/customizing-webhooks.md new file mode 100644 index 00000000..3df90890 --- /dev/null +++ b/content/en/cloud/self-hosted/customizing-webhooks.md @@ -0,0 +1,23 @@ +--- +title: Customize Layer5 Cloud's webhooks with your own webhooks +description: "Layer5 Cloud uses webhooks to automate workflows, learn how how you can customize these webhooks with your own custom webhooks" +categories: [Self-Hosted] +weight: 1 +--- + +### Overview + +Layer5 offers on-premises installation of its [Meshery Remote Provider](https://docs.meshery.io/extensibility/providers): Layer5 Cloud and allows you to customize it according to your experience. In this guide we will walkthrough the webhooks Layer5 Cloud uses internally to make your experience better and how you can replace them with your own custom webhooks. + +## List of webhooks + +Layer5 Cloud uses make.com webhooks by default for automating workflows like emailing users, registrating users to mailing list. Here's a list of webhooks that are pre-configured in Layer5 Cloud: + +| **Title** | **Workflow URL** | **Description** | +|----------------------------|------------------------------------------|-------------------------------------------------------| +| Help And Support | [https://hook.us1.make.com/r5qgpjel5tlhtyndcgjvkrdkoc65417y](https://hook.us1.make.com/r5qgpjel5tlhtyndcgjvkrdkoc65417y) | Triggers when a user fills the help and support form. | +| Meshmap Entitlement Notification | [https://hook.us1.make.com/mvv3ka2p1kbsvx3kuh4phqivlqohlat5](https://hook.us1.make.com/mvv3ka2p1kbsvx3kuh4phqivlqohlat5) | Sends an email notification to the user when they receive a Meshmap entitlement.| +| Signup Request Notification | [https://hook.us1.make.com/h7plpgs7me4o1mjj8uebmjmq8v23o5qj](https://hook.us1.make.com/h7plpgs7me4o1mjj8uebmjmq8v23o5qj) | Sends an update email upon signup request approval or denial. | + +## Customize and add your own custom webhook + From 93a9dd70b04d330a5aa33b0a78f5d0c05b5b203e Mon Sep 17 00:00:00 2001 From: Yash Sharma Date: Tue, 21 May 2024 12:37:00 +0530 Subject: [PATCH 2/3] Fix typos Signed-off-by: Yash Sharma --- content/en/cloud/self-hosted/customizing-webhooks.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/cloud/self-hosted/customizing-webhooks.md b/content/en/cloud/self-hosted/customizing-webhooks.md index 3df90890..8951c456 100644 --- a/content/en/cloud/self-hosted/customizing-webhooks.md +++ b/content/en/cloud/self-hosted/customizing-webhooks.md @@ -1,13 +1,13 @@ --- -title: Customize Layer5 Cloud's webhooks with your own webhooks -description: "Layer5 Cloud uses webhooks to automate workflows, learn how how you can customize these webhooks with your own custom webhooks" +title: Customizing Layer5 Cloud's webhooks +description: "Layer5 Cloud uses webhooks to automate workflows, learn how you can customize these webhooks with your own custom webhooks" categories: [Self-Hosted] weight: 1 --- ### Overview -Layer5 offers on-premises installation of its [Meshery Remote Provider](https://docs.meshery.io/extensibility/providers): Layer5 Cloud and allows you to customize it according to your experience. In this guide we will walkthrough the webhooks Layer5 Cloud uses internally to make your experience better and how you can replace them with your own custom webhooks. +Layer5 offers on-premises installation of its [Meshery Remote Provider](https://docs.meshery.io/extensibility/providers): Layer5 Cloud and allows you to customize it according to your preferences. In this guide we will walkthrough the webhooks Layer5 Cloud uses internally to automate tasks and how you can replace them with your own custom webhooks. ## List of webhooks From b2838c4fecca5834512caf02733d9fca4c04962b Mon Sep 17 00:00:00 2001 From: Yash sharma <71271069+Yashsharma1911@users.noreply.github.com> Date: Fri, 7 Jun 2024 13:31:13 +0000 Subject: [PATCH 3/3] Update content/en/cloud/self-hosted/customizing-webhooks.md Signed-off-by: Yash sharma <71271069+Yashsharma1911@users.noreply.github.com> --- content/en/cloud/self-hosted/customizing-webhooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/cloud/self-hosted/customizing-webhooks.md b/content/en/cloud/self-hosted/customizing-webhooks.md index 8951c456..8bfc0a58 100644 --- a/content/en/cloud/self-hosted/customizing-webhooks.md +++ b/content/en/cloud/self-hosted/customizing-webhooks.md @@ -19,5 +19,5 @@ Layer5 Cloud uses make.com webhooks by default for automating workflows like ema | Meshmap Entitlement Notification | [https://hook.us1.make.com/mvv3ka2p1kbsvx3kuh4phqivlqohlat5](https://hook.us1.make.com/mvv3ka2p1kbsvx3kuh4phqivlqohlat5) | Sends an email notification to the user when they receive a Meshmap entitlement.| | Signup Request Notification | [https://hook.us1.make.com/h7plpgs7me4o1mjj8uebmjmq8v23o5qj](https://hook.us1.make.com/h7plpgs7me4o1mjj8uebmjmq8v23o5qj) | Sends an update email upon signup request approval or denial. | -## Customize and add your own custom webhook +## Customize and add your own custom webhook (Upcoming Feature)