Goldmine Restful API

GOLDMINE RESTFUL API WHAT IS A RESTFUL API? REST is an acronym for REpresentational State Transfer. It is an architectural style for distributed hypermedia systems and was first presented by Roy Fielding in 2000 in his famous dissertation.  A RESTful API is an API that is implemented over local-area and wide-area networks (Intranet/Internet), most commonly via HTTP (Web Browsers). An API […]

Integrating with GoldMine using a self hosted RESTful API

It’s not too uncommon to have a customer ask me, “Does GoldMine integrate with, “XYZ” app.” For many years that answer was simply “NO”. That’s because there wasn’t a lot of development work/integration work being done by inside or outside developers to create integrations between GoldMine and other applications. The other reason is because GoldMine […]

GoldMine RESTful API Webinar Recording

The following is a video recording (45 Mins) from a recent webinar presentation of a RESTful API that I developed for GoldMine. If you have any questions or have any thoughts/ideas on an application you’d like to integrate with GoldMine  please let me know.

What can you do with a GoldMine RESTful API?

Approx 2 years ago I embarked on a mission to make the GoldMine database accessible via the web in the form of a RESTful API. This was mostly due to customers demands to be able to do certain things with their GoldMine that they wouldn’t be able to do otherwise. There is no doubt a […]

GoldMine RESTful API

REST and HTTP(S) The internet works via HTTP(S). HTTP is a stateless protocol that has a standard set of methods. Your web browser (Google, Firefox, Internet Explorer, Opera, etc.) communicates with web servers by speaking in HTTP verbs like GET, POST, PUT, and DELETE and the web servers are configured to respond to these requests […]

SMS integration with GoldMine

In this video presentation I demonstrate the potential to integrate an SMS Service such as ClickSend.com with GoldMine CRM. This video talks about the possibilities for integrating GoldMine with an SMS Service and potentially other Cloud Service providers using a webhook and a self-hosted RESTful (web based) API for GoldMine.

Scheduling the Emailing of GoldMine Reports

In this video demonstration, I demonstrate scheduling the emailing of a GoldMine Daily Real-Time Completed Activities Report using a self-hosted RESTful API for GoldMine and a custom PHP script. If you have a need/interest in viewing GoldMine reports in a web browser or having GoldMine reports emailed to you or other people please contact First […]

What are GoldMine Webhooks?

A webhook is a URL endpoint or HTTP-based callback function (web script) that allows lightweight, event-driven communication between 2 applications via an application programming interface (API). Webhooks are used by a wide variety of web apps to receive small amounts of data from other apps. To set up a webhook, the client application gives a […]

GET LATEST NEWS!