> For the complete documentation index, see [llms.txt](https://docs.soraco.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soraco.co/docs/3rd-party-integration/zapier/zapier-qlm-zapier-app.md).

# Zapier - QLM Zapier App

The [QLM Zapier App](https://zapier.com/developer/invite/54262/598e90faca24fb4e73ed502ec2134e8d/) allows you to notify other Zapier Apps when a QLM order is created.

The following example uses the QLM Zapier App to send an email to the user when a license is created in QLM.

* Login to your Zapier account
* Click Make a Zap
* In Choose a Trigger App, locate and select "Quick License Manager"
* Click Save + Continue
* In the QLM License Server Url field, enter the URL to your QLM License Server. Example: <https://qlm3.net/qlmdemo/QlmLicenseServer/qlmservice.asmx>
* In the QLM License Server Url Arguments field, enter: \&is\_user=tom\&is\_pwd=xyz\&is\_period=15

&#x20;        The is\_user, is\_pwd arguments must match the values configured in the QLM Management Console / Manage Keys / eCommerce Providers

&#x20;         The is\_period argument is a period in minutes that determines which keys to return. For example, a value of 15 tells the QLM License Server to return all the keys created in the last 15 minutes. The recommended value is 60.

* Next, you will configure the Action step
* In the Choose an Action App section, select Gmail
* Select "Send Email" then click "Save + Continue"
* Pick your Gmail account then click "Save + Continue"
* In the To field, click the "Insert a field" dropdown and select "Email"
* Fill all the other fields as per your requirements
* Click Continue
* Click "Create & Continue"
* Name your Zap

To test your Zap:

* Launch the QLM Management Console
* Go to the Manage Keys tab and create an Activation Key
* Make sure the Activation Key is associated to your email address (for testing purposes)
* Wait 15 minutes and monitor your email
* You should receive an email for each activation key you created

&#x20;

Note that this Zapier integration requires that you enable the GetRecentOrdersHttp API as follows:

* Go to the Manage Keys tab
* Click Sites and select your License Server
* Go to the Server Properties tab
* Go to the "security" section
* Locate the "enableGetRecentOrders" entry and click the chexbox.
* Click Ok


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.soraco.co/docs/3rd-party-integration/zapier/zapier-qlm-zapier-app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
