Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
* Mananged

The 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).