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 af1e3d6 commit 59c06f1Copy full SHA for 59c06f1
.gitignore
@@ -1,2 +1,3 @@
1
.DS_Store
2
-site
+site
3
+.idea
docs/api/custom-actions.md
@@ -228,6 +228,10 @@ r = requests.post('https://webhook.site/token/7d63959e-4fec-49bd-90dc-a461572282
228
229
**POST** <code>https://webhook.site/token/<span class="url-param">tokenId</span>/request/<span class="url-param">requestId</span>/execute</code>
230
231
+##### Query string parameters
232
+
233
+* `error_notifications`: (bool) Whether to send email notifications if an error occurs. Defaults to `false`.
234
235
Runs all Custom Actions for a specific token and request and returns the output.
236
237
#### Response
0 commit comments