Prerequisites
- A ServiceNow instance (Paris release or later)
- A ServiceNow user account with the
itilrole - Verilock Enterprise plan
Setup
1
Create a ServiceNow Developer Instance
If you do not have a production instance, create a free developer instance at developer.servicenow.com. Activate the ITSM application.
2
Create an Integration User
In ServiceNow, navigate to User Administration > Users and create a new user with the
itil and rest_service roles. This user will be used for API authentication.3
Configure Credentials in Verilock
Go to Dashboard > Settings > Integrations > ServiceNow and enter:
- Instance URL:
https://your-instance.service-now.com - Username: The integration user’s username
- Password: The integration user’s password
4
Configure Assignment Groups
Map Verilock event categories to ServiceNow assignment groups:
- Compliance events: e.g.,
Compliance Review Team - Security events: e.g.,
Security Operations - Transaction events: e.g.,
Fraud Investigation
5
Test Connection
Click Test Connection to verify API access. Verilock will create a test incident and immediately resolve it.
Event-to-Incident Mapping
Each Verilock event maps to a ServiceNow incident with a specific priority and category:Priority and assignment group mappings are fully configurable from the Verilock dashboard. The defaults shown above can be overridden per event type.
Incident Fields
Each incident created by Verilock includes the following fields:Example Incident Payload
Troubleshooting
Authentication failures
Authentication failures
Ensure the integration user has
itil and rest_service roles. Verify the instance URL does not include a trailing slash.Missing custom fields
Missing custom fields
Import the Verilock Update Set into your ServiceNow instance. Navigate to System Update Sets > Retrieved Update Sets and preview/commit the update set.
Duplicate incidents
Duplicate incidents
Verilock uses the
webhook_id as a correlation ID. If duplicate incidents appear, check that your ServiceNow instance is responding with 2xx status codes within 10 seconds.
