# Intercom

By integrating Storylane (Sl) with Intercom, you can push the leads captured in the demo and their corresponding events to your Intercom.

Here are the steps to integrate with Intercom:

1. Reach out to support so we can enable the integration
2. Once enabled, select "Connect" in the integration dashboard
3. Select "Connect Intercom" and follow Intercom's instructions to authorize access
4. And you're all set!

<div align="left"><figure><img src="https://2431356420-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FN8hWd9k2Pbb6YSWO4pUQ%2Fuploads%2FMdKxGlNNW8D3tWcMg0U4%2FScreenshot%202025-11-21%20at%2015.51.02.png?alt=media&#x26;token=91974815-db58-4ca4-9f5f-fd8ef79f9ef2" alt="" width="563"><figcaption></figcaption></figure></div>

#### What are the fields captured?

`Demo Name` - last viewed demo

* type: String&#x20;
* name: sl\_last\_demo\_name

`Demo Viewed At` - when the demo was viewed last

* type: DateTime&#x20;
* name: sl\_last\_demo\_at

`Demo Time (secs)` - time spent in seconds

* type: Integer&#x20;
* name: sl\_last\_demo\_time\_secs

`Demo Complete (%)` - percent of steps completed

* type: Percent&#x20;
* name: sl\_last\_demo\_completion\_percent

`Demo Link` - link to the demo

* type: Url&#x20;
* name: sl\_last\_demo\_link

`Demo Checklist Completed` - checklist of features completed

* type: boolean&#x20;
* name: sl\_last\_demo\_checklist\_completed

`Demo CTA Clicked` - CTA url clicked by user

* type: Url&#x20;
* name: sl\_last\_demo\_cta

`Demo Sessions` - total count of demo sessions by the lead&#x20;

* type: Integer
* name: sl\_demo\_session

Here’s the reference on how it looks like in Intercom when a lead is captured in Storylane&#x20;

&#x20;![](https://2431356420-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FN8hWd9k2Pbb6YSWO4pUQ%2Fuploads%2FqD7SBsAphYp0Pib1t3zG%2FScreenshot%202023-02-06%20at%207.56.44%20PM.png?alt=media\&token=8f09aaaa-9249-4c62-b9dc-296a54a954f1)

#### When is the lead captured?

Storylane tracks two events in the demo:

* sl-flow-started - This event is triggered and sent to Intercom when a lead starts the flow.
* sl-demo-engaged - This event is triggered and sent to Intercom when the lead stops engagement with the demo. This event will include stats like time spent on the demo, percentage completed, etc.

You can find these under the “Recent Events” section.

![](https://2431356420-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FN8hWd9k2Pbb6YSWO4pUQ%2Fuploads%2FHlkbsSww3R6AhGm2vCDh%2FScreenshot%202023-02-06%20at%207.46.36%20PM.png?alt=media\&token=2b07781b-418e-4ec9-841c-2076cdb768bd)

{% hint style="info" %}
*Please note: No information is sent for anonymous/unknown leads. If you’d like to push the leads to your Intercom, ensure you use the email param or a lead form.*
{% endhint %}


---

# Agent Instructions: 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.storylane.io/integrations/integrations/intercom.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.
