docs: Add trigger and connection pages of webhooks app
This commit is contained in:
7
packages/docs/pages/apps/webhooks/connection.md
Normal file
7
packages/docs/pages/apps/webhooks/connection.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Webhooks
|
||||
|
||||
Webhooks is a built-in app shipped with Automatisch, and it doesn't need to authenticate with any other external service to run.
|
||||
|
||||
## How to use
|
||||
|
||||
You will be given a webhook URL in the test substep on the editor page, and you can use it to send a GET, POST, PUT, or PATCH request to Automatisch to trigger the flow.
|
12
packages/docs/pages/apps/webhooks/triggers.md
Normal file
12
packages/docs/pages/apps/webhooks/triggers.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
favicon: /favicons/webhooks.svg
|
||||
items:
|
||||
- name: Catch raw webhook
|
||||
desc: Triggers when the webhook receives a request.
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import CustomListing from '../../components/CustomListing.vue'
|
||||
</script>
|
||||
|
||||
<CustomListing />
|
Reference in New Issue
Block a user