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

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
file_to_upload
objectRequired
record_sys_id
stringRequired
table_name
stringRequired

Action Response

data
object
error
successful
boolean

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

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

Action Response

data
object
error
successful
boolean

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

sys_id
stringRequired
sysparm_query_no_domain
boolean
table_name
stringRequired

Action Response

data
object
error
successful
boolean

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
error
successful
boolean

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

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
table_name
stringRequired

Action Response

data
object
error
successful
boolean