Konnectify
ServiceNow + Konnectify

ServiceNow Integration with Konnectify

Connect ServiceNow to Konnectify to automate ITSM operations—sync and manage incidents, changes, problems, CMDB, and other ServiceNow table records across your tools.

Records Tables ITSM 2 Triggers 4 Actions

What is ServiceNow?

ServiceNow is an enterprise platform for IT Service Management (ITSM) and operations, commonly used to manage incidents, changes, problems, and CMDB records in structured tables. Connecting ServiceNow to Konnectify helps you keep records in sync across your stack—so teams can automatically create, update, and track ServiceNow work items from the tools they already use.

This integration focuses on table-level record automation, giving you flexibility to work with standard tables (like incident) and custom tables in your instance.

New to ServiceNow?

Set up an instance and user credentials with permissions to read/write the tables you plan to automate.

Explore ServiceNow
New to Konnectify?

Create a free Konnectify account to build workflows that connect ServiceNow to the rest of your tools.

Sign up for Konnectify
What you can automate
• Create ServiceNow records in any table (e.g., incidents, changes, problems)
• Update records to keep status, assignment, and fields in sync
• Find specific records by sys_id for enrichment
• Delete records where appropriate (with governance controls)
• Monitor new records created in selected tables
• Monitor updated records to trigger downstream workflows and notifications

API & Authentication

Authentication method: Username + Password (Credentials)

This connector authenticates to your ServiceNow instance using a ServiceNow username and password. For best practice, use a dedicated integration user with least-privilege roles for the tables you need.

API capabilities supported by this integration:
  • Create records in a specified table
  • Update records in a specified table
  • Find (retrieve) a record by sys_id
  • Delete a record by sys_id
  • Poll tables for newly created or updated records
Important: rate limits, ACLs, and table permissions
  • ServiceNow access is governed by ACLs and roles—make sure your integration user can read/write the target tables.
  • High-volume polling can increase API load. Tune your workflow schedule to match your instance capacity.
  • Some ServiceNow plans or enterprise policies may restrict API access; confirm with your ServiceNow admin.

Official documentation: ServiceNow Developer Portal & REST API docs

How to connect ServiceNow to Konnectify

Prerequisites
  • Your ServiceNow instance domain (e.g., your-instance)
  • A ServiceNow user with API access and permissions for the tables you’ll use
  • The table name(s) you want to automate (e.g., incident, change_request)
  • For update/find/delete actions: the target record sys_id
1

Add ServiceNow to a Workflow

  1. In Konnectify, create a new Workflow (or open an existing one).
  2. Search for ServiceNow in the app list.
  3. Select a Trigger or Action to get started.
2

Authorize (Username + Password)

  1. Enter your ServiceNow Domain (your instance subdomain).
  2. Enter the ServiceNow Username and Password for the integration user.
  3. Save the connection and proceed.
3

Configure the Trigger or Action

  1. Select the table you want to use (for example, incident).
  2. Map fields for create/update actions (and provide a sys_id where required).
  3. For triggers, choose how you want to filter and how often to poll.
Watch out: Field names and writable fields differ by table and instance configuration. If a field update fails, confirm the field exists, your user has permission, and the value matches the expected format (choice values, references, dates, etc.).
4

Test the Workflow

  1. Run a test using sample data (or create/update a record in ServiceNow to trigger the workflow).
  2. Verify the record payload and mapped fields.
  3. Confirm the result in ServiceNow (record created/updated/deleted as expected).
5

Activate the Workflow

  1. Turn the workflow on.
  2. Monitor initial runs to confirm polling frequency and data mapping are correct.
  3. Adjust filters/schedules as your volume grows.

Triggers 2

This integration includes 2 triggers. Both triggers are polling-based, meaning Konnectify checks your ServiceNow table(s) on a schedule for new or updated records.

Records 2 triggers
New Record

Monitor when new records are created in ServiceNow tables

Updated Record

Monitor when records are updated in ServiceNow tables

Tip: For high-volume tables, add a filter (for example by assignment group, state, or updated timestamp) to reduce noise and improve performance.

Actions 4

Use actions to create, update, retrieve, and delete records in ServiceNow tables. These actions are commonly used to automate incident and change workflows, CMDB updates, and cross-tool synchronization.

Records 4 actions
Create Record

Create a new record in the specified ServiceNow table

Update Record

Update an existing record in the specified ServiceNow table

Find Record

Retrieve a specific record from ServiceNow using its sys_id

Delete Record

Delete a specific record from ServiceNow using its sys_id

Deletion note: Only use Delete Record when you’re confident it matches your governance policies. Many teams prefer “soft delete” patterns (e.g., set a state/active field) instead of hard deletion.

Popular automations

Auto-enrich new incidents with CMDB context

When a new record is created (e.g., an incident), look up related records by sys_id and attach additional details to help triage faster.

New Record Find Record Update Record

Sync operational changes into ServiceNow

When a record is updated (for example, from an upstream system), automatically update the corresponding ServiceNow change or incident fields.

Updated Record Update Record

Create standardized records from intake forms

Create ServiceNow records from structured inputs (like an internal request form) to ensure consistent fields and routing.

New Record Create Record

Clean up test or duplicate records safely

Find a record by sys_id first, validate it matches your criteria, then delete it (commonly used for non-production cleanups).

Updated Record Find Record Delete Record

FAQ

How does authentication work for ServiceNow in Konnectify?
Konnectify connects using your ServiceNow domain, username, and password. We recommend using a dedicated integration user with least-privilege roles and access limited to the tables you automate.
Which ServiceNow plans are supported?
Any ServiceNow plan that allows REST API access for your instance can work. Availability may depend on your organization’s licensing and security policies. If you’re unsure, check with your ServiceNow administrator and confirm the integration user can access the required tables.
Are ServiceNow triggers polling or webhook-based?
They are polling triggers. Konnectify checks your selected table(s) at a set interval for newly created or updated records. Polling frequency and filters directly affect timeliness and API usage.
How do I prevent duplicates?
This connector does not include an “upsert” action. To prevent duplicates, use a pattern like:
  1. Store and reuse the record sys_id in your source system, or
  2. Use a prior lookup step in your workflow logic (when available) and only run Create Record if no matching record exists.
What happens if ServiceNow rate limits or temporarily fails?
If ServiceNow responds with throttling or transient errors, Konnectify may retry based on workflow settings. To reduce the chance of throttling, lower polling frequency, add filters, and avoid unnecessary “find” calls in tight loops.
Can I connect multiple ServiceNow instances or accounts?
Yes. You can create multiple ServiceNow connections in Konnectify—each with its own domain and credentials—and select the appropriate connection per workflow step (useful for dev/test/prod instances).
Which table should I use for incidents, changes, and problems?
Most standard ServiceNow instances use common tables such as incident for incidents, change_request for changes, and problem for problems. Your organization may customize tables/fields, so verify the exact table names and required fields with your ServiceNow admin.

Ready to automate your ServiceNow workflows?

Connect ServiceNow to Konnectify to orchestrate ITSM records across your tools—faster, safer, and with less manual work.

Get started free →

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article