Skip to content

Commit 59c06f1

Browse files
committed
Update docs
1 parent af1e3d6 commit 59c06f1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.DS_Store
2-
site
2+
site
3+
.idea

docs/api/custom-actions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,10 @@ r = requests.post('https://webhook.site/token/7d63959e-4fec-49bd-90dc-a461572282
228228

229229
**POST** <code>https://webhook.site/token/<span class="url-param">tokenId</span>/request/<span class="url-param">requestId</span>/execute</code>
230230

231+
##### Query string parameters
232+
233+
* `error_notifications`: (bool) Whether to send email notifications if an error occurs. Defaults to `false`.
234+
231235
Runs all Custom Actions for a specific token and request and returns the output.
232236

233237
#### Response

0 commit comments

Comments
 (0)