> For the complete documentation index, see [llms.txt](https://developer.salesintel.io/salesintel-api-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.salesintel.io/salesintel-api-documentation/webhooks-and-export-apps/testing-your-app.md).

# Testing Your App

After you save your app, the Availability will be set to Disabled. Disabled apps are not available for users in the platform while you continue to develop. At this point, you will also see an option to Send a Test Record to your endpoint.

When you send a test record, a request will be sent to the webhook receiver endpoint that you configured that looks exactly like a production request, using a sample data file in place of data that your team has exported. If you have selected contact or company inclusions (like a record owner), a sample of that inclusion will also be added.

You may test your app as often as you wish to ensure that it works as expected.

## End-to-end testing

Before you make your app available for all of your SalesIntel users, we recommend that you make it available for your SalesIntel Admin users to test. To do so, set your app's availability to *Enabled for Admins*. Once you do so, SalesIntel Admin users will be able to see the app as an option when exporting contacts or companies (depending on which your app supports).&#x20;

<figure><img src="/files/4S78f8KPHj2EbW6Lq0h0" alt=""><figcaption></figcaption></figure>

Once they export, their request will be run and a webhook request will be generated - this could take up to 30 minutes or longer, depending on how busy the platform is. From there, you can confirm that your integration is properly processing the resulting information.&#x20;

Once your integration is confirmed, set your Availability to *Enabled for All* to make it available to all users.

<figure><img src="/files/8e9v38YhSWLmJti7rxag" alt=""><figcaption></figcaption></figure>


---

# 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://developer.salesintel.io/salesintel-api-documentation/webhooks-and-export-apps/testing-your-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.
