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
It could be desired, that an eMail is sent to the user, which triggered the webhook, within the triggered webhook logic.
The only documented attribute to get the user context is username (jinja2 expression {{ username }}.
As NetBox knows the user eMail as well (in most cases) (see user profile > eMail), the additional jinja2 context user_email could be helpful.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
NetBox version
v4.0.8
Feature type
New functionality
Proposed functionality
Currently NetBox support the webhook jinja2 contexts, which are documented here: https://netboxlabs.com/docs/netbox/en/stable/integrations/webhooks/#available-context
It could be desired, that an eMail is sent to the user, which triggered the webhook, within the triggered webhook logic.
The only documented attribute to get the user context is
username
(jinja2 expression{{ username }}
.As NetBox knows the user eMail as well (in most cases) (see user profile > eMail), the additional jinja2 context
user_email
could be helpful.Beta Was this translation helpful? Give feedback.
All reactions