Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated using 4PSA automated script
Excerpt

This tutorial explains how to integrate VoipNow with your CRM. With the help of this integration, you can log into your CRM all the calls that are placed and received through VoipNow.

On this page:

Table of Contents

Why

...

use it

For various reasons, most companies find it useful to keep CRM records of phone conversations they had with a particular customer.

...

The CRM notes in question can store information such as the time the call was placed or received, the identity of the staff taking or placing that call, the duration of the call, etc.

...

Setup

In order to integrate VoipNow with your CRM, you must use Call Events API and and the API provided by your CRM.

Let's consider an example of logging all incoming calls from our customers to their CRM profile.  LetLet's assume that we have an extension that is tied to an external phone number, i.e. our Customer Support line.

...

If we name the script LogIncomingCalls.php and host it on on http://example.com, we must configure the Phone Call Events from the VoipNow interface so that it runs our script for the Dial-In event. More details here.

For multiple extensions, we must configure each of them as described below.

How

...

it works

When VoipNow receives an incoming call on our Customer Support line, our script will be triggered with a series of call parameters described here.

...

This code sums up the logical steps recommended for a successful integration.

Tipnote

You can use the example from Track My Calls as a starting point of your integration and replace the database requests in this example with API calls to your CRM application.

Tips

...

and tricks

You can use System API to fetch more log information about the extension (staff member) that answered the call.

...

If you want a more comprehensive example on a specific CRM, please add a comment to this page and we will consider building a demo for your CRM.

Need help? Ask a question in our GetSatisfaction community.

Except where otherwise noted, content in this space is licensed under a Creative Commons Attribution 4.0 International.