Servicenow

Learn how to use Servicenow with Composio

Overview

Enum

SERVICENOW

Description

Servicenow provides IT Service Management Transform service management to boost productivity and maximize ROI

Authentication Details

username
stringRequired
password
stringRequired
base_url
stringRequired

Actions

Deletes a record from a specified servicenow table. this endpoint allows you to delete a record with the provided id from the specified table.

Action Parameters

table_name
stringRequired
sys_id
stringRequired
sysparm_query_no_domain
boolean

Action Response

data
object
successful
boolean
error

Creates a new record in a specified servicenow table. this endpoint allows you to create a new record with the provided data in the specified table.

Action Parameters

table_name
stringRequired
sysparm_display_value
stringDefaults to false
sysparm_exclude_reference_link
boolean
sysparm_fields
string
sysparm_input_display_value
boolean
sysparm_view
stringDefaults to both

Action Response

data
object
successful
boolean
error

Attaches a file to a specified record in a servicenow table. this endpoint allows you to attach a file with the provided details to the specified record.

Action Parameters

creation_time
string
encryption_context
string
file_name
stringRequired
table_name
stringRequired
record_sys_id
stringRequired
file_to_upload
objectRequired

Action Response

data
object
successful
boolean
error

Retrieves a record from a specified servicenow table. this endpoint allows you to retrieve a record with the provided id from the specified table.

Action Parameters

table_name
stringRequired
name_value_pairs
string
sysparm_display_value
stringDefaults to false
sysparm_exclude_reference_link
boolean
sysparm_fields
string
sysparm_limit
integerDefaults to 20
sysparm_no_count
boolean
sysparm_offset
integer
sysparm_query
string
sysparm_query_category
string
sysparm_query_no_domain
boolean
sysparm_suppress_pagination_header
boolean
sysparm_view
stringDefaults to both

Action Response

data
object
successful
boolean
error

Finds a file in a specified servicenow table. this endpoint allows you to find a file with the provided name in the specified table.

Action Parameters

sysparm_limit
stringDefaults to 1000
sysparm_offset
stringDefaults to 0
sysparm_query
string

Action Response

data
object
successful
boolean
error