docs: Add the webhook-based trigger to integration examples

This commit is contained in:
Faruk AYDIN
2022-12-01 17:57:38 +01:00
parent 6faa45ac16
commit f9133a6e96
2 changed files with 10 additions and 1 deletions

View File

@@ -42,6 +42,15 @@ The build integrations section is best understood when read from beginning to en
## Triggers
### Polling-based triggers
- [Search tweets - Twitter](https://github.com/automatisch/automatisch/tree/main/packages/backend/src/apps/twitter/triggers/search-tweets/index.ts)
- [New issues - Github](https://github.com/automatisch/automatisch/tree/main/packages/backend/src/apps/github/triggers/new-issues/index.ts)
### Webhook-based triggers
- [New entry - Typeform](https://github.com/automatisch/automatisch/tree/main/packages/backend/src/apps/typeform/triggers/new-entry/index.ts)
### Pagination with descending order
- [Search tweets - Twitter](https://github.com/automatisch/automatisch/tree/main/packages/backend/src/apps/twitter/triggers/search-tweets/index.ts)