Skip to main content
Devolens (formerly Cryptolens) offers a n8n integration (node) that you can use in a similar way as our Zapier app.
You can find out more about the methods that are supported on this page. If any method that you need is missing, please let our support team know.

Use cases

Similar to Zapier, the goal of the n8n integration is allow you to integrate Cryptolens with other services. Typically, our customers use it to automate:
  1. License key delivery upon a successful payment.
  2. Populate a CRM when a new license is created.
  3. Create a new license for a lead in a CRM.
  4. Sending automatic reminders to customers when their license is about to expire.

Examples

Our n8n node was released recently and we are still working on documenting how it can be used. Please feel free to reach out to us, help (at) devolens.com or through the chat box.
Below, we have listed a few use cases and the general idea of how to implement them. License key delivery when a payment succeeds For this example, let’s assume you are using Stripe Checkout to process payments. Once a customer has activated a subscription, you can capture this event using Stripe’s n8n node and call Cryptolens to issue a license. Once the license is issued, you can call an email service (e.g. Send email service) to send the license to a customer. Populate a CRM once a license is issued Our n8n integration contains an action called Get Web API Log (in the AI tab) that you can use to capture events. To capture all events related to issuance of a license, you can filter on States 3010 and 3011. Once you have the event, you can call the CRM that you are using.