Lukittu supports BuiltByBit by providing a fully automatic licensing experience for your resources.
Create a product in Lukittu
Enable the BuiltByBit integration
Set up a purchase webhook
Create a license placeholder
Navigate to Products
Add product details
Get the product ID
Access Integrations Settings
Enable the Integration
Copy the Secret
Access BuiltByBit Webhooks
Configure Webhook Settings
Set Webhook URL
YOUR_TEAM_ID
with your Lukittu team’s ID.Configure Webhook Format
Set Webhook Body
Customize Webhook Data
YOUR_BUILT_BY_BIT_SECRET
with the integration secret from your Lukittu dashboard. Replace YOUR_LUKITTU_PRODUCT_ID
with the product ID you copied earlier.ipLimit
, seats
, expirationDays
, and expirationStart
are optional configuration parameters. Leave them as null
if you don’t need them, or set appropriate values based on your licensing requirements.Save the Webhook
Key | Type | Description |
---|---|---|
ipLimit | Number | Maximum number of IPs allowed. |
seats | Number | Number of concurrent users allowed. |
expirationDays | Number | Number of days until the license expires. |
expirationStart | ACTIVATION or CREATION | Determines when expiration starts (default: CREATION ). Applicable if expirationDays is used. |
Access BuiltByBit Placeholders
Configure Placeholder Settings
%%__LUKITTU_LICENSE_KEY__%%
). Select External license key from the Type dropdown.Set Placeholder URL
YOUR_TEAM_ID
with your Lukittu team’s ID.Set Secret
Save the Placeholder
Testing Your Integration