Connect your own ServiceNow instance (OAuth2 or Basic Auth) to manage Incidents, Problems, Change Requests, Service Catalog Requests, Knowledge Articles, and CMDB CIs through the Now Platform Table API, plus a generic table passthrough for anything else your instance exposes.
connect_servicenowwriteConnect a ServiceNow instance via OAuth2 or Basic Auth, after validating connectivity.
disconnect_servicenowwriteDisconnect a ServiceNow instance: deletes only the saved credentials. Nothing in ServiceNow itself is changed.
list_connectionsreadList the connected ServiceNow instances.
list_incidentsreadList incidents in the connected ServiceNow instance, optionally filtered by state/priority/assignee.
get_incidentreadRead one incident in full by sys_id.
create_incidentwriteCreate a new incident.
update_incidentwriteUpdate selected fields of an existing incident (state, priority, assignment, notes). Only given fields change.
list_problemsreadList problems in the connected ServiceNow instance, optionally filtered by state.
create_problemwriteCreate a new problem record.
update_problemwriteUpdate selected fields of an existing problem. Only given fields change.
list_change_requestsreadList change requests in the connected ServiceNow instance, optionally filtered by state.
create_change_requestwriteCreate a new change request.
update_change_requestwriteUpdate selected fields of an existing change request (state, approval). Only given fields change.
list_requestsreadList Service Catalog requests in the connected ServiceNow instance, optionally filtered by state.
create_requestwriteCreate a new Service Catalog request.
update_requestwriteUpdate selected fields of an existing Service Catalog request. Only given fields change.
list_knowledge_articlesreadList Knowledge articles in the connected ServiceNow instance.
list_cmdb_cisreadList Configuration Items (CIs) in the CMDB, optionally filtered by class.
list_tablereadList records from any ServiceNow table by name -- a generic passthrough for tables not covered by typed wrappers (e.g. custom tables).
get_recordreadRead one record from any ServiceNow table by sys_id.
create_recordwriteCreate a new record on any ServiceNow table -- a generic passthrough for tables not covered by typed wrappers.
update_recordwriteUpdate selected fields of an existing record on any ServiceNow table. Only given fields change.
delete_recordwritePermanently delete a record from any ServiceNow table by sys_id. Cannot be undone.
audit_instance_healthreadBuild one aggregated health snapshot for the connected ServiceNow instance: open incidents, critical incidents, open problems, pending changes, open requests.
Install ServiceNow and let Webbee use it across your workflow.
Open in panel