Show All Steps
// =$breadcrumb; ?>
Using the dmClub Numbers API
You can hit our system with something like:
https://my.dmclub.net/api/?dmid=dmclubcustomer%40gmail.com&key=1234-1234-1234&num=447005123456
That will tell you what the current presets are - in json format
{"result":"ok","M01":"447123123123","M02":"442070601234"}
If you want to set a preset, then something like
https://my.dmclub.net/api/?dmid=dmclubcustomer%40gmail.com&key=1234-1234-1234&num=447005123456&M02=442081231234
Presets:
M01=Home1, M02=Office1, M03=Mobile1, M04=Home2, M05=Office2, M06=Mobile2
Getting Started
Send a request to support@dmclub.net who will allocate your account an API Key.
Limitations
- Only works with dmVoice classic at the moment
- You can only use this to set to UK numbers beginning 01, 02, 03 or 07 (but not 070).
- Also, you can't use this to clear a preset.
These may be added in the future.