Zapier integration
You can access our Zapier app at https://zapier.com/apps/cryptolens/integrations.
Authentication
To authenticate, you will need an access token with the following permissions:
Get Web API Log
Create Key
Features
New License Key trigger
This trigger will listen for all license key creation events and return the following object for each newly created license:
{
"id": 47720990,
"productId": 3941,
"key": "KWJRH-IWVJH-OGMTQ-ISOOZ",
"ip": "85.230.98.0",
"time": 1614705487,
"state": 3010,
"machineCode": null,
"friendlyName": "",
"floatingExpires": 0,
"doIntValue": 0,
"doId": 0
}
The most useful fields from this response are productId
(tells you the ID of the product), key
(the license key string that you can send to your customers) and time
(when the event occurred). The other fields can be disregarded.
Create Key action
This action will call the Create Key method and return a new license key. Below is an example response:
{"key":"ABCDE-ABCDE-ABCDE-ABCDE","result":0,"message":""}