ServiceNow
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.
Set up an instance and user credentials with permissions to read/write the tables you plan to automate.
Explore ServiceNowCreate a free Konnectify account to build workflows that connect ServiceNow to the rest of your tools.
Sign up for Konnectifysys_id for enrichmentAPI & Authentication
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.
- 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
- 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
- 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
Add ServiceNow to a Workflow
- In Konnectify, create a new Workflow (or open an existing one).
- Search for ServiceNow in the app list.
- Select a Trigger or Action to get started.
Authorize (Username + Password)
- Enter your ServiceNow Domain (your instance subdomain).
- Enter the ServiceNow Username and Password for the integration user.
- Save the connection and proceed.
Configure the Trigger or Action
- Select the table you want to use (for example,
incident). - Map fields for create/update actions (and provide a
sys_idwhere required). - For triggers, choose how you want to filter and how often to poll.
Test the Workflow
- Run a test using sample data (or create/update a record in ServiceNow to trigger the workflow).
- Verify the record payload and mapped fields.
- Confirm the result in ServiceNow (record created/updated/deleted as expected).
Activate the Workflow
- Turn the workflow on.
- Monitor initial runs to confirm polling frequency and data mapping are correct.
- 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.
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.
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.
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.
Create standardized records from intake forms
Create ServiceNow records from structured inputs (like an internal request form) to ensure consistent fields and routing.
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).
FAQ
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article