Skip to content

Commit c3ea307

Browse files
committed
node config, description
1 parent f3e5448 commit c3ea307

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

webhookrelay.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ <h3>Authentication</h3>
4444
</p>
4545
<p>Once connected, you will be able to receive full HTTP request information, such as URL called,
4646
headers, body, query, method, as well as additional Webhook Relay metadata such as bucket name,
47-
ID, configured output destination.
47+
ID, configured output destination. Optionally, you can enable responses on the Webhook Relay service
48+
and send back status code, headers and response body through this node that will be send back to
49+
the caller.
4850
</p>
4951
</script>
5052

@@ -74,7 +76,7 @@ <h3>Authentication</h3>
7476
}
7577
});
7678
},
77-
inputs: 0,
79+
inputs: 1,
7880
outputs: 1,
7981
color: "#C0DEED",
8082
icon: "webhookrelay.png",

0 commit comments

Comments
 (0)