How Close Built a Sales Platform with Seamless Voice Integration

Aug 25, 2013
How Close Built a Sales Platform with Seamless Voice Integration

Last week we had an interesting conversation with Anthony Nemitz. He’s a co-founder of Elastic, the team behind ElasticSales and the recently launched sales platform Close. We covered a variety of topics, from their major pivot to why Close is uniquely positioned in the CRM space and how they selected Plivo to power seamless voice call integration.

Anthony, co-founder of Close. How Close uses plivo.

Anthony Nemitz

What’s your elevator pitch for Close?

Close allows your sales team to make and receive more calls and emails than anything else on the market. We’re truly sales software.

Who’s an ideal customer for Close?

Today, our most successful customers are between three and 30 sales reps, handling a mix of inbound and outbound sales, primarily in the B2B SaaS market. That being said, we’re still learning how our product fits into the larger sales software space and what types of teams will be most successful using it.

When did you start the company and how has the journey been so far?

Thomas, Steli, and myself went through Y Combinator as a company called SwipeGood in the winter of 2011. In late 2012 we shut the SwipeGood business down, starting ElasticSales — consulting and outsourcing the sales efforts of companies in their growth and exploration phases. Close was launched in early 2013 and is the culmination of many external sales campaigns and the learnings of our internal ElasticSales team.

Plivo example. How close.io uses plivo.

How big is your team now and where are you located?

Very small! We’re a team of six. While we’re primarily based in downtown Palo Alto, CA, we’re constantly traveling and finding new ways to expand our virtual workspace.

How many countries do you have customers in?

Our primary growth has been in the US, but we’ve been surprised at the adoption around the world. From Taiwan to Brazil, we’ve found a good deal of demand servicing non-US businesses.

How fast is Close growing?

“We don’t disclose numbers we’re not legally obligated to.” — Steve Jobs

What got you started building Close?

At ElasticSales, we gained a competitive edge by building our own set of sales tools. From bulk email to predictive dialers to entire phone systems, we built it all. At some point we looked at all of the things we’d built and realized how valuable they would be to everyone outside of ElasticSales.

Coming from this perspective of “let’s build the tools we need ourselves” gave us a lot of leeway in terms of vision and design. You could barely call the first few versions of Close a CRM — it just wasn’t designed with the traditional CRM type functionality in mind. What we knew the most about was sales software: how to send more emails, make more calls, or optimize our touchpoints based on past performance, lead source, time of day, etc.

What’s the unique selling proposition of Close given the existing CRM solutions, like Salesforce?

Close’s value proposition is simple: You’re going to send more emails, make more calls, and close more deals using our platform than any other system out there. We’ve also developed the most powerful search system for your sales data that can answer almost any type of question you can throw at it: for instance, give me all leads from Australia who I haven’t called this week but who have opened my last email newsletter within the last 24 hours. You’re also able to access our engineer-staffed support almost 24/7 — something I haven’t seen from anyone else in our space.

I will say, though, that if you need a Swiss Army knife CRM with integrations to AdWords or QuickBooks or Sharepoint, we’re not it. While we generally get lumped into the CRM market, we don’t think of ourselves from a CRM perspective. That’s why we have radical views on things like transparency, lead lists, lead assignment, and how your workflow should be structured. If you come from a CRM-centric mindset it takes a bit to wrap your head around Close, and that’s OK — it means we’re pushing the sales software industry forward. Our software is simply designed to help you sell better, period.

You’ve pivoted several times. Looking back, what has been the biggest takeaway?

Ruthless contrarianism. I want to be doing all the things other companies and entrepreneurs aren’t. Looking back at all of the gambles we’ve made as a business, the most successful have been those where we’ve intentionally done the opposite of others in our position. Don’t be afraid to shake things up.

Plivo example. How Close uses plivo.

Why did you build Mac and Windows native apps versus a web app?

It really boils down to this: First, sales is so important that it should be within its own app, not just another tab in your browser.

Secondly, not every company is a startup running the latest version of Chrome or Firefox, so building a completely WebRTC-based calling platform was out of the question. We also hated the idea of making folks use Flash to call — I basically leave your site immediately if I have to use Flash :)

Lastly, when you’re talking about power-user type telephony — dialers, automatic gain control, network diagnostics, etc., you need to have access to the OS. Building out our native app is going to allow us to push the envelope further and faster than anyone stuck solely in the browser.

Why did you think it was crucial to integrate phone capability into Close?

Simple: phone calls and emails are the way products get sold. Without a seamless calling integration, you’re killing your sales team’s productivity.

Was there any special reason behind your choice of Plivo?

For over a year we were managing and building out our own phone infrastructure using Asterisk. We were just about to migrate to FreeSWITCH when we had heard about Plivo. We had a long conversation internally and ultimately we recognized that we needed a telephony partner that would help us scale up and automate a lot of the manual processes we had in place.

We obviously considered the usual suspects in the space, but Plivo provided the best mix of features, 24/7 customer support, price, and dedication to call quality. It was also really important for us to be able to interact with our telephony partner at the deepest technical levels. We’re in the trenches every day looking at SIP logs, packet captures, and call routes, so we needed a really hands-on technical partner that would get into the nitty-gritty details of VoIP.

What specific features of Plivo does Close use?

We generate SIP endpoints for each Close application, rent and manage DIDs, record calls, and make extensive use of the Dial element to offer our customers call forwarding and ring group functionality. We also have a suite of automated tests that constantly probe the calling infrastructure, allowing us to know about potential issues immediately.

Let’s say you were speaking with a developer friend — how would you explain how inbound and outbound calls work in Close?

Let’s dive into our call flow after this conversation.

And he later sent this:

SIP_HEADERS = [‘X-PH-CALL-ID’, ‘X-PH-ORGANIZATION-ID’, ‘X-PH-LEAD-ID’]

Inbound:

1) Inbound call hits Plivo.

2) Plivo sends a request to the Close API.

3) We look up the To phone number in the Close database to determine what user/ring group to send the call to.

4 a) If the call is to a specific Close.io user we might send back dial XML like this: Amjad

4 b) If the call is to a ring group, we dial multiple numbers like this:

If we’re only calling Plivo-registered SIP endpoints (and have no Number elements within the Dial) we can skip adding the confirmKey and confirmSound. They’re only used to prevent a scenario where a call is connected to the Number element and it may actually be a voicemail — not a real person — in which case we want the other SIP phones to continue ringing. This also allows us to always return the Close voicemail prompt when including both Close and non-Close phone numbers within a ring group.

Outbound

1) JavaScript initiates a POST to the Close.io API /activities/call/ endpoint.

2) Call information is passed to the built-in SIP client through our JavaScript<->Native bridge.

3) Native SIP client initiates outbound dial, passing SIP_HEADERS along to Plivo.

4) Plivo makes a request to Close’s API with the call XML.

5) Close responds with the dial XML, including the Close user’s caller ID and the number to be dialed.

6) Plivo dials the recipient’s number, connecting the Close SIP client.

How do you use Plivo’s SIP offering?

We assign an endpoint (Plivo terminology for a SIP account) to each device registered with Close. When you log in to your Close account within the native app, we look up the SIP account details and initiate the application’s SIP client registration. At that point your Close app is ready to make and receive calls.

What did you do when you needed any technical help or had an issue?

Simple — we just ping the Plivo DevOps team. They’re almost always available through their 24/7 chat support or email. I’d especially like to thank Keshav, Nishad, and Rakesh, who have been extremely instrumental in making Close’s calling integration what it is today. Given what we’ve experienced with Plivo so far, we’re confident that when issues arise, the team at Plivo will resolve them quickly.

Close free trial.

The State of Marketing in 2024

HubSpot's Annual Inbound Marketing Trends Report

Frequently asked questions

No items found.
footer bg

Subscribe to Our Newsletter

Get monthly product and feature updates, the latest industry news, and more!

Thank you icon
Thank you!
Thank you for subscribing
Oops! Something went wrong while submitting the form.