servicenow integration with python | servicenow incident management | username and password

preview_player
Показать описание
Create servicenow incident using python.
ServiceNow python integration
servivenow web application integration
Username and Password for service now.

servicenow api documentation link -
Рекомендации по теме
Комментарии
Автор

This video is really great, could you take the mic a bit farther from the keyboard in subsequent ones?

abrahamowos
Автор

It would be helpful, if you pull/fetch the data from servicenow (i.e. incident data) in python

shameemunnisashaik
Автор

fentastic explanation .exactly what I am looking for . can we get incident number in response ?

prakashchinni
Автор

Thank you for the video . Is there any special type of user access required to create ticket through API ?

juvenghosh
Автор

Great Vid man. How do you get a json from an existing ticket? Like getting a list of key/value pairs for an existing ticket. Thanks

mattshriden
Автор

how do you update an existing ticket ... i tried putting Number column in payload and then tried to run with an existing ticket number but it creates further more tickets
can you please guide me for this issue

kunjbhatt
Автор

Hello sir,
Can help how to last 10 days of data peticular group of change request in service now using API endpoint

MrRAHULDRAVID
Автор

hi, how you navigated to this tickets table, i am not able to find tickets.

alihaiderabdi
Автор

Hi brro, thank u for this video . When I was trying this "configuration_item", "undefined_location", "undefined_caller" are not reflecting in the incident
payload = {

"location_not_found": True,
"undefined_location": "hello",
"caller_not_found": True,
"undefined_caller": "world",
"category": "Software",
"subcategory": "Application",
"configuration_item":"my_configuration",

}
please help me

ChandraShekhar-bxlj