Skip to content

Commit 510e5e5

Browse files
authored
cleanup
I don't think all the under-the-hood details are necessary here.
1 parent 10d0b32 commit 510e5e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/connections/functions/source-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,6 @@ No. Tracking Pixels operate client-side only and need to be loaded onto your web
435435

436436
The test function interface has a 4KB console logging limit. Outputs surpassing this limit will not be visible in the user interface.
437437

438-
#### Can I send a custom response out from my Source Function to an external tool?
438+
#### Can I send a custom response from my Source Function to an external tool?
439439

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.
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)