Skip to content

Commit 27c6c11

Browse files
authored
Merge pull request #7160 from segmentio/spencerattick-patch-5
Add Source Function Custom Response FAQ
2 parents 3df8367 + 510e5e5 commit 27c6c11

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 from my Source Function to an external tool?
439+
440+
No, Source Functions can't send custom responses to the tool that triggered the Function's webhook. Source Functions can only send a success or failure response, not a custom one.

0 commit comments

Comments
 (0)