Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ddliu/webhook

Feature rich webhook made easy
https://github.com/ddliu/webhook

ci github gitlab gogs notification task webhook

Last synced: about 2 months ago
JSON representation

Feature rich webhook made easy

Awesome Lists containing this project

README

        

# webhook

Feature rich webhook made easy.

WIP...

## Receiver

TBD
## Task

TBD
## Schedule

TBD
## Plugin

TBD
## Context

Context Structure:

```
{
"app": {
"vars": {

}
},
"request": {

},
"receiver": {

},
"task": {
"input": {
},
"output": {
"last": {

},
"task1": {

},
"task2": {

},
"task3": {

}
},
},
}
```