Hello. I want Kratos to call a webhook when the us...
# talk-kratos
b
Hello. I want Kratos to call a webhook when the user has changed their traits via the settings flow. However the HubSpot API requires me to put the user’s email in the URL like so:
<https://api.hubapi.com/crm/v3/objects/contacts/{email}?idProperty=email>
. Is there any way to configuring a Kratos webhook for this? Or am I going to have to implement a wrapper around the call in our own backend? In the documentation I only found information about inserting context into the request body via a JSONNET template. Nothing about inserting context into the URL.