is transient_payload feature in the open source <@...
# ory-copilot
g
is transient_payload feature in the open source @chilly-king-10285
c
A message from kapa.ai
Yes, the
transient_payload
feature is part of the Ory open-source identity and access management solution. It is used to pass data from the registration or login process to hooks and email templates. This feature is mentioned in the API documentation for various methods such as
getRegistrationFlow
,
updateRegistrationFlow
,
createNativeRegistrationFlow
,
createBrowserRegistrationFlow
, and
updateLoginFlow
. For example, in the [updateLoginFlow method](https://www.ory.sh/docs/kratos/reference/api), the
transient_payload
is described as "Transient data to pass along to any webhooks". Similarly, in the [getRegistrationFlow method](https://www.ory.sh/docs/kratos/reference/api), it is described as "TransientPayload is used to pass data from the registration to a webhook". Please note that the exact usage and behavior of
transient_payload
might depend on the specific context and configuration of your Ory setup.