Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new page for webhooks #254

Merged
merged 3 commits into from
Jun 7, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions content/en/cloud/self-hosted/customizing-webhooks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
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 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

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.|
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is Playground and Book, too, no?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The hooks we are using here are used in cloud, I think hook for book will be in website? I'm not sure for the case if we want to document that too.

| 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

Loading