> For the complete documentation index, see [llms.txt](https://help.reekolect.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.reekolect.ai/reekolect-resource-center/how-reekolect-works/bot-management/3rd-party-apps-integrations/extraaedge-integration-with-reekolect.md).

# ExtraaEdge integration with Reekolect

To integrate Reekolect with ExtraaEdge, follow these steps:

## Use case

Using this Integration, you can send your leads' details such as Name, email, phone to ExtraaEdge.

## Pre-requisite

* AuthToken
* Source

## Steps to enable the integration

1. **Get the required 3rd party data**:
   * You will need to obtain the AuthToken and Source from your ExtraaEdge account. Contact ExtraaEdge support for assistance.
2. **Authenticate your account**:
   * Enter the AuthToken and Source obtained from the above steps.
   * Proceed to authenticate your account credentials.
3. **Mapping the variable**:
   * Once authenticated, you will see the screen where you can map the chatbot’s answers by end-user to the fields of the ExtraaEdge system.
   * Click on the “Question” dropdown to select the bot questions whose answer you want to store. If you do not see the dropdown here, type “/” which will list down all the questions.
   * Map the same to parameter in the next field. If you do not see the dropdown here, Enter the parameter name of your 3rd party system.
   * Add a new variable by clicking the “Add Parameter” button from the top right.
   * Click the “Save” button to activate your integration.
4. **Test your integration**:
   * Open your bot and create a new lead to test your integration. Ensure that your lead is not created earlier.
   * Verify if the lead information is correctly sent to ExtraaEdge.
5. **Disconnect the integration**:
   * Open the integration page under the bot management by clicking on the 3rd party integrations and then selecting the ExtraaEdge integration.
   * Click on the “Disconnect” button to disconnect.

## Notes

* In order to test the leads, create the chat in an incognito tab to avoid cache issues.
* Make sure you have proper subscription for the 3rd party to use the APIs.
* Please contact the support team if you further need help.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.reekolect.ai/reekolect-resource-center/how-reekolect-works/bot-management/3rd-party-apps-integrations/extraaedge-integration-with-reekolect.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
