Using Notify with tasks - How to read the Docs - T... - ServiceNow Community
beingfluid
Tera Contributor

Hello Developers,

Till now, in this series of articles, we had setup Twilio, integrated it with Notify and tested our configurations. Now it's time for fun and using the Twilio functionality in ServiceNow to make calls, send messages, using it to reduce the time of incident resolution and what not?

In next few articles we will be trying our hands on actual development, though I will not be able to cover all the business scenerios as well as the Premium features available to only Twilio users with PAID accounts. I'll recommend you to go through both Twilio ServiceNow official documentations to learn more and use it in your projects.

In this article we will get an idea about Using Notify with tasks.

Notify allows you to initiate conference calls and send SMS alerts from task records.

Step 1) Navigate to any task record, such as an incident or change request. In this example we will navigate to an Incident record.

Navigate to Incident Open and open any of the Incident.

find_real_file.png

Now the screen will be somewhat like this :

find_real_file.png

Step 2) Scroll down a bit to find 'Related Links' section and click the 'Start conference call' related link.

find_real_file.png

You'll get a pop-up :

find_real_file.png

Step 3) Select one or more Recipients to participate in the conference call.

find_real_file.png

The Caller (Opened by) of the incident will be added as a participant by default. You can add Resolver (Assigned to) from Recommended list to Selected list of participants.

More participants can be added manually by search :

find_real_file.png

Step 4) Include a brief message for participants and Click Start.

find_real_file.png

The Conference call will start and the selected participants will receive a conference call :

find_real_file.png

and a text message with conference details :

find_real_file.png

Your will receive an Info message on console with Conference number :

find_real_file.png

And the information will also be captured in activity stream/ work notes of an incident.

find_real_file.png

Any conference call records created from a task are associated with that task. You can view associated conference calls from the task record in the Conference calls related list. You may need to configure the form to add the related list.

Step 5) Navigate to the form view you want to add a related list to. Right-click the form header and click Configure > Related Lists.

find_real_file.png

Step 6) Select Conference calls from slush bucket and click 'Save'.

find_real_file.png

Now you will be able to see the related list and conference details on incident form :

find_real_file.png

So, we have used Notify to start conference calls from an incident record. This functionality is available for all tables that extend the Task table, such as incident, problem, or change request.

All calls and messages made from tasks are initiated using a single Notify phone number (E.164 or short code). You can configure which phone number is used by setting the property glide.notify.task.phone_number.

find_real_file.png

Notify must be set up before you can use Notify on task. We already made the following configurations in our previous steps mentioned in earlier articles in this series, so you don't need to worry about it.

Ensure there are Notify phone numbers (E.164 or short code) in number groups with phone call workflow.

find_real_file.png

Use glide.enable.notify_on_task property to enable Notify integration for Task table and its extensions. Entering phone number in glide.notify.task.phone_number property is equivalent to setting glide.enable.notify_on_task to true.

find_real_file.png

Read more about Manage conference calls on taskSend an SMS alert from a task at ServiceNow Docs, those are similar concepts.

In the next article we will create a custom Macro that will allow the resolver to directly make a conference call to the caller of the incident.

Please ping me your queries here in the comments or post a question in the community, we would love to help.

Thank you.

Vishal Ingle

ServiceNow Certified System Administrator

DxSherpa Technologies Pvt. Ltd.

Pune, MH, IN.

Comments
Sankar2
Kilo Contributor

Hi Vishal,

Thank you very much for documenting the steps clearly with screenshot and steps. It's much more specific than ServiceNow documentation. 

Now, I have a use scenario to automate the process.

The use case is , when a P1 incident is assigned to specific queue, I would like the notify workflow to be triggered to call the On-call member defined in the On-call Calender. I tried by configuring the Trigger Rules in On-Call Scheduling app. It does not seem to be working. The call is not triggered, I am not sure where I am wrong.

It would be good, if you can share some documentations or hints for this use case.

 

Regards

 

Sankar

 

 

 

Version history
Last update:
‎09-07-2020 11:36 AM
Updated by: