ServiceNow
IT service management platform for incident, change, and request management
Actions
| Name | Description |
|---|---|
list_recordsList records from a ServiceNow table | List records from a ServiceNow table |
get_recordGet a single record from a ServiceNow table | Get a single record from a ServiceNow table |
create_recordCreate a new record in a ServiceNow table | Create a new record in a ServiceNow table |
update_recordUpdate an existing record in a ServiceNow table | Update an existing record in a ServiceNow table |
delete_recordDelete a record from a ServiceNow table | Delete a record from a ServiceNow table |
search_recordsSearch records across a ServiceNow table using a text query | Search records across a ServiceNow table using a text query |
custom_api_callMake a custom API call to ServiceNow | Make a custom API call to ServiceNow |
Triggers
| Name | Description |
|---|---|
new_recordTriggers when a new record is created in a ServiceNow table | Triggers when a new record is created in a ServiceNow table |
record_updatedTriggers when a record is updated in a ServiceNow table | Triggers when a record is updated in a ServiceNow table |
Quick Start
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.