Linden Crandall 5075f5c5d8
Some checks are pending
Automatisch Backend Tests / test (push) Waiting to run
Automatisch CI / linter (push) Waiting to run
Automatisch CI / start-backend-server (push) Waiting to run
Automatisch CI / start-backend-worker (push) Waiting to run
Automatisch CI / build-web (push) Waiting to run
Automatisch UI Tests / test (push) Waiting to run
commit upstream files
2025-02-06 04:14:18 +09:00

4.9 KiB

Examples

:::info

The build integrations section is best understood when read from beginning to end. To get the most value out of it, start from the first page and read through page by page.

  1. Folder structure
  2. App
  3. Global variable
  4. Auth
  5. Triggers
  6. Actions
  7. Examples

:::

Authentication

3-legged OAuth

OAuth with the refresh token

API key

Without authentication

Triggers

Polling-based triggers

Webhook-based triggers

:::warning If you are developing a webhook-based trigger, you need to ensure that the webhook is publicly accessible. You can use ngrok for this purpose and override the webhook URL by setting the WEBHOOK_URL environment variable. :::

Pagination with descending order

Pagination with ascending order

Actions