Skip to content

Commit 10d0b32

Browse files
Source Function custom response
1 parent e2417d8 commit 10d0b32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/connections/functions/source-functions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,3 +434,7 @@ No. Tracking Pixels operate client-side only and need to be loaded onto your web
434434
##### What is the maximum data size that can be displayed in console.logs() when testing a Function?
435435

436436
The test function interface has a 4KB console logging limit. Outputs surpassing this limit will not be visible in the user interface.
437+
438+
#### Can I send a custom response out from my Source Function to an external tool?
439+
440+
No, at this time Source Functions do not allow for custom responses to be sent to the tool that made a request to the Function's webhook. This is because of the way Functions leverage AWS Lambda on the backend. Functions will either respond with a success or failure response and cannot emit a custom response.

0 commit comments

Comments
 (0)