# Webhooks and Export Apps

SalesIntel's custom export integration platform allows our clients to build their own integrations between SalesIntel's web application and their CRM or marketing platform. Using a webhook producer and receiver model, daily users can continue to access the SalesIntel web application and all of its benefits directly, but push the data they want to their own custom integrations.&#x20;

Data is transmitted from SalesIntel through a webhook producer, which provides access to a standardized target file, as well as crucial metadata that is key to processing that dataset (such as record owners, record types, campaign enrollment), set by the user within parameters defined by admin configuration. This model allows the client's development team to set up a webhook receiver, and extract, transform, and load the data to the target destination, ensuring data integrity and security.

To use export apps, follow the steps below:

1. Create your custom app in the SalesIntel web application
2. Build your webhook receiver to match the custom app specs
3. Test your integration
4. Make your app available for your users&#x20;

To access the Export Apps platform, please reach out to your Client Success Team or <support@salesintel.io>.&#x20;


---

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