⭐ If you like what we are doing with Automatisch, please give us a star on GitHub.
Skip to content
On this page

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