Make @webhook
persist between waits
#4722
rowanseymour
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's pretty confusing right now that
@webhook
is the result of the last webhook call.. until you go thru a wait.. unless the payload is less than 10,000 characters. We tell users to save off the bits of the webhook that they're interested in as results, but that's awkward because results are not JSON and are trimmed to a mere 640 characters.We still don't want to put giant response blobs in the session JSON, but maybe we could write it separately to S3, and maybe that's lazy loaded if/when accessed in an expression.
Beta Was this translation helpful? Give feedback.
All reactions