Pass value from API to webhook
-
Hi all,
We want to pass a custom value from the Update User API
/api/user/{userId}and it should appear in the resulting webhook. This value should not be persisted in the user data but should only accompany the event, maybe something in theevent.info.I've seen some posts about passing values to the login form (here and here), but I've tried those and they don't work with the API.
-
@alexandros-nafas are you trying to make an update through the API then reflect that value of are you trying to pass a value in the URL and get that? It may help to give an example.