You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can a webhook supply user uuid as parameter to external API?
Description
During a user.create action, I can use a webhook to call my external API from FusionAuth.
However, the webhook.headers request body is a [Map<String, String>] that is fixed. Because the webhook needs to be saved in advance of the triggering action.
Is there a way to pass information, particularly the uuid to the webhook URL?
Just an idea:
It would be useful if not just pre-defined headers can be sent, but actually some basic user information as a JSON string in the http body. This could be optionally set by the user for the webhook. Such as include [x] include user information [ ] action-status [ ] jwt.
This way, the webhooks can do significantly more dynamic functionality at the external API.
Or alternatively, the webhook.headers could contain some way of adding dynamic information, such as "userid {{uuid}}" that is dynamic.
Uh oh!
There was an error while loading. Please reload this page.
Can a webhook supply user uuid as parameter to external API?
Description
During a user.create action, I can use a webhook to call my external API from FusionAuth.
However, the webhook.headers request body is a [Map<String, String>] that is fixed. Because the webhook needs to be saved in advance of the triggering action.
Is there a way to pass information, particularly the uuid to the webhook URL?
Just an idea:
It would be useful if not just pre-defined headers can be sent, but actually some basic user information as a JSON string in the http body. This could be optionally set by the user for the webhook. Such as include [x] include user information [ ] action-status [ ] jwt.
This way, the webhooks can do significantly more dynamic functionality at the external API.
Or alternatively, the webhook.headers could contain some way of adding dynamic information, such as "userid {{uuid}}" that is dynamic.
Related
The text was updated successfully, but these errors were encountered: