BuiltByBit Automation
BuiltByBit SunLicense Integration Guide
Step 1: Get the Webhook URL
Go to the Integrations page on SunLicense.
Select your product.
Copy the Webhook URL.
The webhook URL should be in the following format:
Step 2: Create a Placeholder in BuiltByBit
Navigate to the Placeholders page in BuiltByBit: BuiltByBit Placeholders
Click on Create New Placeholder.
Set the placeholder name to something like:
Set Type as
External License Key
.Paste the copied Webhook URL in the URL field.
Copy the Secret Key from the SunLicense Integrations page.
Paste the secret key in BuiltByBit.
Save the placeholder in BuiltByBit.
Step 3: Use the Placeholder in Your Product
When using SunLicense API with your product, assign the placeholder string to the license key variable.
Example usage in Java:
Step 4: Automatic License Assignment
When users download your product, BuiltByBit will automatically create a new license in SunLicense.
The placeholder
%%__MyProduct_License__%%
will be replaced with the user's actual license key.The user's downloaded product will be validated automatically without requiring manual input of the license key.
Now your BuiltByBit product is successfully integrated with SunLicense for seamless license management!
Last updated