LeadSquared Developer Centre

ON THIS PAGE

Publishing a Lapp


When you publish a Lapp –

  • You’ll receive a –
    • Secure API URL and security token for each environment (test and live). This security token should be passed in the request header as x-api-key.
    • Public Lapp API where the security token is passed as a query string parameter
  • Calls to the Lapps API URL should always be POST.
  • Once a Lapp is published, if you’ve written logs, the Logs option will appear in your navigation menu.
  • Published Lapps can be used in automation, webhooks and rules and notifications in your LeadSquared application.

Note: To learn more about calling Lapps APIs, please refer to Invoking Lapp APIs.

 

Procedure

  1. Click the Save button to save your code.
  2. Once your code is saved, the Publish button will appear alongside the Save button. When you click the Publish button, the option to publish your Lapp to the test environment will appear. You can only publish a Lapp to live once it is published to the test environment.
  3. Once published to test, you’ll see a pop-up with your API URL and Token.
  4. The Logs link will also appear in your navigation menu on the left side of the page.

LeadSquared Developer Platform

 

Generate Public Lapp API

Lapps can be configured to be called with the security/authentication token passed in the query string. This token is generated individually for each Lapp when requested. The token is passed as the xapikey query string parameter.

To generate a token for Lapp, open the API URL section and click Generate public Lapp API.

LeadSquared Lapps Features

Note: Never expose the x-api-key in the browser directly via client-side scripts outside the LeadSquared domain. We advise you to always invoke Lapp APIs from the server side.
​​​​​​​If it’s absolutely necessary to invoke the Lapp API from the client side outside the LeadSquared domain or from 3rd party apps that don’t support passing the x-api-key in the request header, always use the Public Lapp API that compromises access only to that particular Lapp.

 

Test a Lapp

After publishing a Lapp to the test environment, click Test to test your Lapp right within the Lapps Editor. Once you publish to the live environment the option to test the Lapp in the live environment will also be enabled.

  1. Click the corresponding option to test the Lapp in the test or live environment.
  2. The API URL and some of the query parameters are hardcoded and cannot be modified, i.e., name and stage. However, you can pass additional query parameters by clicking Add Param.
  3. You can’t add or modify headers because you can’t pass custom headers to a Lapp.
  4. The body section has an inbuilt JSON editor that will allow you to easily spot mistakes. Click Beautify if you wish to format the payload.
  5. When you’re ready, click Send.
  6. Scroll down to view the response. Click Copy to copy the response.

LeadSquared Developer Platform

Note:

  • If you add additional parameters/JSON data in the body, the data will be saved/retained for 2 days until modified.
  • Lapp invocation response will be retained in the panel even if a user navigates to multiple sections of the Lapps screen like Code, Settings, Logs, etc.  However, the response will be cleared on page reload, or switching to another environment (test or live) for Lapp invocation. 
  • Lapps invocation request and response body are wrapped by default for better readability. 
  • Currently, the only supported content type is application/json.

 

View Logs

Logs will only appear after your Lapp is published. In the example below, we’re pushing some data to a Lapp using Postman (https://www.getpostman.com) and then reviewing the logs –

  1. Copy and paste the Lapp API URL in Postman (you can use any similar tool).
  2. Set the HTTP Method to POST.
  3. Create the API Header “x-api-key” in Postman and copy and paste the Lapp security token.
  4. Pass the API body (“Message”: “Hello World” in this example) in JSON format.
  5. Click the Logs option in the navigation pane in LeadSquared.
  6. Click the Edit (wheel) icon to view Lapp Request Details and Code Logs.

LeadSquared Lapps Features

Note:

  1. Only the enabled Log Levels (e.g., Debug, Error, Fatal, etc.) will be displayed.
  2. There might be a delay of maximum 1 minute between calling the Lapp API and the logs showing up.
  3. Logs will be auto-deleted after a certain period of time.
  4. You can filter logs based on date & time using the Logged On Custom Type filter

LeadSquared Lapps Features

 

Export Logs

You can export the Lapps logs to your local computer as a .zip file. You’ll receive an email with a link to download the exported file. Download and unzip the file to view the logs in CSV format.

Note: The link is only valid for 6 hours. You can raise another export request if the link expires.

LeadSquared Lapps

 

Lapps Audit History

The Audit section records changes made to meta-information (name, description, published/unpublished, etc.), settings, and code for each Lapp. You can also export the code by clicking the download download batch job icon.

The following filters are available –

  • Category – All, Meta Info, Code, Settings.
  • Source – Filters requests based on origin: All, UI, SDK, API.
  • Modified By – Filters the changes by user.
  • Modified On – Filters the changes by date.

Build LeadSquared apps

 

Lapps Usage Report

The Lapps Usage Report presents data on the number of API calls and usage percentage across all Lapps in your account.

LeadSquared Lapps

 

Next Steps

After publishing a Lapp you can call it from –

On this page

© 2022 by MarketXpander Services Pvt Ltd. All Rights Reserved.