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
{{ message }}
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.
We want to be able to open a ticket for a guest who doesn't have a Yale email address, and set their SN email address to their non-yale email so we'll be able to communicate with them through Service Now. Currently we can sorta do this if they email [email protected] and that generates an incident, but that's not ideal.
This might be possible with this API!
Here is an example incident INC0242820 that has a non-yale email as the guest. This user has three attributes, all three set to the person's email address:
Net ID (sys_user.user_name)
Known As (sys_user.known_as)
Email (sys_user.email)
Additionally, the "Source" is set to Script Include/Guest User. Maybe the API call will be its own source and that would be great! Otherwise it might be somehow possible to trigger Script Include/Guest User, but we'd have to talk with the Service Now team to find out how to try.
For now, let's try to create a user - initializing these three values to an arbitrary email address and see what happens?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We want to be able to open a ticket for a guest who doesn't have a Yale email address, and set their SN email address to their non-yale email so we'll be able to communicate with them through Service Now. Currently we can sorta do this if they email
[email protected]
and that generates an incident, but that's not ideal.This might be possible with this API!
Here is an example incident INC0242820 that has a non-yale email as the guest. This user has three attributes, all three set to the person's email address:
sys_user.user_name
)sys_user.known_as
)sys_user.email
)Additionally, the "Source" is set to
Script Include/Guest User
. Maybe the API call will be its own source and that would be great! Otherwise it might be somehow possible to triggerScript Include/Guest User
, but we'd have to talk with the Service Now team to find out how to try.For now, let's try to create a user - initializing these three values to an arbitrary email address and see what happens?
The text was updated successfully, but these errors were encountered: