Computer Telephony Integration (CTI) with ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2019 08:12 AM
Hi,
We want to implement CTI with ServiceNow. I got the following description from Product Documentation site.
Computer Telephony Integration (CTI) is accomplished by the CTI client on the user machine sending a URL to the instance.
The URL must have the following components:
- The base URL. For example:
https://<instance name>.service-now.com/cti.do?
would get to the instance and ask for CTI processing. - Parameters identify what parts of the incident form to display.
- sysparm_caller_name=name where 'name' is the name for a user.
- sysparm_caller_phone=phone where 'phone' is the user's phone number. Either a name or phone should be provided if you want to identify the user on the call. Other parameters may be supplied to identify the user as discussed later.
We want to know where the scripting part has been done in ServiceNow so as to attain this functionality.
Thanks,
Gopi
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2019 01:13 PM
I believe there's a global business rule called CTI Processing as well as a script include caller CTIEvaluator you can look at it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2019 07:16 AM
Hi,
I want to populate a custom field ‘Callback Number’ in Incident form once we navigate to the CTI URL to create incident. It automatically populates caller field (OOTB behavior) and I want to populate the custom field ‘Callback Number’ with the caller’s business phone number (from User table).
How can I achieve this behavior?
Thanks,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2019 05:14 AM
Hi Gopi,
How did you implement it?
I also have a similar requirement, could you please provide some more information on how to configure this URL?
Thanks,
Ankita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2019 06:57 AM
Hi Ankita,
Please let me know your questions on this.
Thanks,
Gopi