forked from PADAS/gundi-integration-action-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from PADAS/activity-logs
Add activity logs on webhooks
- Loading branch information
Showing
8 changed files
with
524 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,6 @@ | ||
# Gundi Onyesha | ||
This is a Gundi Integration used for the demonstrating the capabilities of Gundi. | ||
|
||
|
||
This integration can be connected to third-party webhooks to do simple json transformations. | ||
|
||
## Usage | ||
The webhook payload schema is defined in a configuration in the Gundi portal using json schema. | ||
|
||
|
||
The output type and the transformation rules are also defined in the Gundi portal: | ||
This integration implements generic webhooks for receiving data from external systems and transforming it into Gundi events or observations. | ||
The output type and the transformation rules are defined in the Gundi portal: | ||
- Output type can be "ev" for events or "obv" for observations. | ||
- Transformation rules are defined in the Gundi portal using a JQ filter expression. | ||
|
||
|
||
|
||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters