Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firetail-io/firetail-actions-examples
Examples of custom integrations
https://github.com/firetail-io/firetail-actions-examples
Last synced: 4 days ago
JSON representation
Examples of custom integrations
- Host: GitHub
- URL: https://github.com/firetail-io/firetail-actions-examples
- Owner: FireTail-io
- License: apache-2.0
- Created: 2024-04-04T10:33:54.000Z (8 months ago)
- Default Branch: dev
- Last Pushed: 2024-04-26T15:46:54.000Z (7 months ago)
- Last Synced: 2024-04-27T14:46:48.386Z (7 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FireTail Actions
Actions refer to the automated tasks that can be performed on an API. You can create an action against an API, triggered by an event or schedule. When creating an action you can choose from the following integration types:
* Custom
* ManangedThe custom integetration option enables you select a previously created Lambda or Webhook integration, or create a new Lambda or Webhook integration.
Learn more about Actions and how to set them up by visiting [FireTail's Actions documentation](www.firetail.io/docs/actions).
View an example of an actions event payload and view details on how to call back to FireTail with your own findings [here](https://github.com/FireTail-io/firetail-actions-examples/tree/dev/python/basic-example#basic-lambda-example-for-a-custom-callback).