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 f35299c commit 6348b8eCopy full SHA for 6348b8e
app.py
@@ -122,6 +122,9 @@ def proxy(path):
122
headers = {k: v for k, v in request.headers if k.lower() != 'host'}
123
124
if incomingJSON:
125
+ if not incomingJSON.get("recipients", None):
126
+ incomingJSON["recipients"] = "${RECIPIENTS}"
127
+
128
jsonData = fillInVars(incomingJSON)
129
130
if "${NUMBER}" in path:
0 commit comments