eavz
ServiceNow

ServiceNow

IT service management platform for incident, change, and request management

7 actions
2 triggers

Actions

Name
list_records

List records from a ServiceNow table

get_record

Get a single record from a ServiceNow table

create_record

Create a new record in a ServiceNow table

update_record

Update an existing record in a ServiceNow table

delete_record

Delete a record from a ServiceNow table

search_records

Search records across a ServiceNow table using a text query

custom_api_call

Make a custom API call to ServiceNow

Triggers

Name
new_record

Triggers when a new record is created in a ServiceNow table

record_updated

Triggers when a record is updated in a ServiceNow table

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'service-now',
  actionName: 'list_records',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect ServiceNow to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does ServiceNow support?

ServiceNow supports 7 actions including List Records, Get Record, Create Record, Update Record, Delete Record, and more.

Can I use ServiceNow with AI agents?

Yes. Add ServiceNow to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does ServiceNow use?

ServiceNow uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the ServiceNow integration cost?

The ServiceNow integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does ServiceNow support?

ServiceNow supports 2 triggers including New Record, Record Updated.

Connect ServiceNow in 2 minutes

Get 1,000 free actions every month. No credit card required.