# FirstPromoter integration with Reekolect

### Use Case

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

### Pre-requisite

* API Key

### Steps to Enable the Integration

1. **Get the Required 3rd Party Data**:
   * Obtain the API Key from your FirstPromoter account. Refer to the following link for assistance: [FirstPromoter Integration with Braintree](https://help.firstpromoter.com/en/articles/1574080-how-to-integrate-braintree-with-firstpromoter).
2. **Authenticate Your Account**:
   * Enter the API Key obtained from FirstPromoter into the corresponding field.
   * Proceed to authenticate your account credentials.
3. **Mapping the Variable**:
   * After authentication, you'll see the screen where you can map the chatbot’s answers by end-user to the fields of the FirstPromoter system.
   * Use the "Question" dropdown to select the bot questions whose answers you want to store. If the dropdown isn't visible, type “/” to list down all the questions.
   * Map the selected questions to parameters in the FirstPromoter system. If the dropdown isn't visible, manually enter the parameter names.
   * Add new variables as needed 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 the integration. Ensure the lead is not created earlier.
   * Verify if the lead information is correctly sent to FirstPromoter.
5. **Disconnect the Integration**:
   * To disconnect, navigate to the integration page under bot management.
   * Click on the 3rd party integrations and select the FirstPromoter integration.
   * Click the “Disconnect” button.

### Notes

* Test leads creation in an incognito tab to avoid cache issues.
* Ensure proper subscription for using FirstPromoter APIs.
* For further assistance, contact the support team.


---

# 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://help.reekolect.ai/reekolect-resource-center/how-reekolect-works/bot-management/3rd-party-apps-integrations/firstpromoter-integration-with-reekolect.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.
