docs: Add trigger and connection pages of webhooks app

This commit is contained in:
Faruk AYDIN
2022-12-08 21:58:58 +03:00
parent 0fefa4e43a
commit 89bcaa96ed
6 changed files with 34 additions and 2 deletions

View 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.

View 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 />