Generating Product Keys from VBA

Is it possible to remotely generate product keys using the API?

I currently have a workflow (with another software protection product) where I generate license keys using VBA in Microsoft Outlook:1. User fills a form online (using Wufoo) requesting a license key, 2. The form website (Wufoo) generates an email with all the form fields that gets sent to my email account2. I look at the email (in MS Outlook), and then decide if it's an order (full license) or trial request3. I then run a script (VBA macro) that generates the key and automatically generates an email response. After that, all I have to do is press send.

I would like to use a similar system to automate the generation of "verified trial" product keys. I would like to avoid generating the keys individually (or in bulk) on the website and then having to manually respond to each email.

Please let me know if that is possible.

Is it possible to remotely generate product keys using the API?

Yes: http://wyday.com/limelm/help/api/limelm.pkey.generate/

3. I then run a script (VBA macro) that generates the key and automatically generates an email response. After that, all I have to do is press send.

You'll have to POST a request from your VBA script to our web API.