We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a4f77 commit 1f313f6Copy full SHA for 1f313f6
README.md
@@ -39,4 +39,10 @@ Run `manage.py syncdb`.
39
40
1. Checkout the source.
41
2. Install all the requirements `pip install -r requirements.txt.`
42
-3. Then run `./manage.py test`.
+3. Then run `./manage.py test`.
43
+
44
+### Triggering with curl
45
46
+ curl -H "Content-Type: application/json" -d "${DATA}" ${URL}
47
48
+Where `$DATA` is JSON payload that will pass the regex, and `$URL` is the webhook URL.
0 commit comments