Cryptolens has built in support for automatic expiry notifications built in (please see Automatic Expiration Notification) which allows you to send your customers an email at a pre-defined interval.If you would like to customize the format of the email or what other actions should occur when the event is triggered, you can use our Zapier app.We will go through the steps necessary to set it up in Zapier. At the end, the code that we use in the Zapier app, in case you would prefer to host it yourself.
Cryptolens License expiration Zapier action can be setup with 4 Zapier processes:
Schdule by Zapier - this will ensure that our Zapier action is triggered at desired intervals, for example, once a day.
License Expiration Notification - this is our action that will retrieve all licenses that are about to expire. You can specify the interval e.g. within 10 days (or a different time frame).
Looping by Zapier - this allows you to extract all the fields that you would like to use in step 4. For example, the email of the customer and the license key in question, among others.
Email by Zapier - this allows you to send an email to all the customers, whose license is about to expire.
An example is shown below. We will now go through a sample set up.
Our action requires two parameters, the Product Id and the time range to determine which licenses will expiry soon (referred to as Days Left). Please note that you need to give the access token GetKeys permission for this action to work.
The set up above assumes that each license is associated with a customer object that contains an email. If you would like to support the case when some licenses are not associated with a customer object with an email, you can add Filter step in Zapier.
Was this page helpful?
Assistant
Responses are generated using AI and may contain mistakes.