Technical docs (#553)

* WIP

* Working on configuration

* wip

* Finished docs

* Self hosted comparison + more links
This commit is contained in:
Julien Nahum
2024-09-02 15:33:17 +02:00
committed by GitHub
parent 6d4b5b8ff4
commit 4cd8b3c62e
33 changed files with 1289 additions and 242 deletions

View File

@@ -0,0 +1,4 @@
---
title: "List Forms"
openapi: "GET /external/zapier/forms"
---

View File

@@ -0,0 +1,4 @@
---
title: "New Submission Trigger"
openapi: "POST /external/zapier/webhook"
---

View File

@@ -0,0 +1,4 @@
---
title: "Sample Submission Polling"
openapi: "GET /external/zapier/submissions/recent"
---

View File

@@ -0,0 +1,4 @@
---
title: "Unsubscribe Webhook"
openapi: "DELETE /external/zapier/webhook"
---

View File

@@ -0,0 +1,4 @@
---
title: "Validate API Key"
openapi: "GET /external/zapier/validate"
---