argoproj / argoproj/notifications-engine
improve to send form-data using webhook
Open
enhancement
- Dominant language
- Go
- Stars
- 334
- Forks
- 217
- PR merge metrics
- No merged PRs in 30d
Description
# summary
To send form-data can become complex as many fields, encode, readability, and so on.
# example
```
apiVersion: v1
kind: ConfigMap
metadata:
name:
data:
template.form-data: |
webhook:
:
method: POST
form:
key1: value1
key2: value2
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.