Skip to content

Assign clients a support PIN to use when making contact.

Notifications You must be signed in to change notification settings

webmastery/blesta-support-pin

Repository files navigation

Plugin logo

blesta-support-pin

Features

  • Configurable length PIN
  • Optional PIN expiration/rotation
  • Client & admin widget

Client Widget Screenshot

Install

  • Download the latest release from https://github.com/webmastery/blesta-support-pin/releases
  • Extract the contents of the downloaded archive, and rename the folder support_pin
  • Place this folder in your Blestas ./plugins directory
  • Visit yourdomain.com/admin/settings/company/plugins/available/ to install

API

Validate PIN for a given client

Endpoint

<blesta_url>/api/SupportPin.ClientPin/isValid.json?client_no=1500&pin=0831

Parameters

Parameter Description Example
client_id ID of client account 7
client_no Client number 1500
pin User-supplied PIN 90120

Only supply one of client_id or client_no.

pin must always be supplied.

Response

Returns a boolean value - true if the PIN is a match, false otherwise

{"response":false}

About

Assign clients a support PIN to use when making contact.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages