New Articles

  1. Answering Services

    Call Center API Keys In order to ensure it's linked up correctly, the API key  needs to have the Call Center Provider selected in the dropdown menu. For services to be available for booking through an API key, they must be set to self-se...
  2. Zapier

    Overview To set up a webhook so you can send leads from Zapier to service minder , first create an API key ( Control Panel > API Keys ). Be sure to set how you want to handle duplicates. You can set a default channel/campaign for the API key but ...
  3. Accounting Classes

    Overview Accounting classes are ways that include royalties with owned territories for a more comprehensive end of period reporting. Usually, the service minder  team sets this up for the brand during onboarding. If you have a new franchisee onbo...
  4. November 2024 Webinar - Job Costing and Margins

    Overview The Job Costing/Margins section of Proposals has been recently updated to make the entire process easier.  On this webinar, one may see the new functionality, see the reports involved and hear questions and answers from the group.  Vi...
  5. Open API

    Overview The service minder  open API is designed primarily to support integrations for websites and call centers. Reporting There are three ways to use your data within service minder  in outside reporting, analytic tools.  API Wareh...
  6. API Payload Examples

    Lead Capture - Add/Update Contacts Endpoint:  https://serviceminder.io/api/contacts/addupdate Example payload: { "Matches": [{ "Name": "Testing SM", "Phone": "785-555-5555", "Zip": "12345", "Email": "te...
  7. DataSubscriber Download API

    Overview As with all things in service minder , there are settings controlled by the organization and higher levels of control at the brand-level. The distinction between organization (franchisee) and brand (franchisor) allows for separation of w...
  8. DataSubscriber Feed API

    Overview As with all things in service minder , there are settings controlled by the organization and higher levels of control at the brand-level. The distinction between organization (franchisee) and brand (franchisor) allows for separation of wha...
  9. Download Paging

    Overview The following psuedocode describes a typical approach for implementing paging with our download API. At a high level, this builds a list of downloads that are monitored until they complete. As each download completes, you will get the ma...
  10. Building a Data Warehouse

    Overview In order for a brand to have custom reporting against your service minder data, the data needs to be pulled out of service minder and loaded into a different database. Depending on how "current" the brand wants data to be, there are a ...