Pass through complete POST body from custom user registration page into webhooks #2500
Closed
3 of 6 tasks
Labels
feat
New feature or request.
Preflight checklist
Describe your problem
We are using ORY Kratos registration flow with our signup UI page having few additional fields like Organization Name and Resume other than identity registration fields of Name, Email and Password.
What we want is to call our signup service post successful registration in Kratos via webhook to save data in our DB, but we want those 2 fields (Organization Name and Resume) as well via form-data but it seems like webhook doesn't have any handle to complete data coming in from registration UI page rather only the fields which are used for identity registration.
Describe your ideal solution
There should be a way to pass additional data fields in registration flow and those fields should allow for a object stream type as well. And complete data-set should reach to webhook
Workarounds or alternatives
None found so far
Version
v0.9.0-alpha.3
Additional Context
No response
The text was updated successfully, but these errors were encountered: