# Push Leads to Gleantap

There are three ways to push leads to Gleantap

1. **Forms** - Create a form and host it within Gleantap or embed it elsewhere to have leads fill the form. All the data goes into Gleantap and can be segmented by Form filled.
2. **API / Webhook** - You can use our endpoint to submit any lead into Gleantap. Details provided below.
3. **Integration** - You can use one of our many integrations to have data auto-sync from your other system. This includes facebook (if you are running lead generation ads) and zapier (lets you connect to thousands of other tools).

## API / Webhook Details

### Using Form Data (Key Value Pair)

**Endpoint**

<https://api.gleantap.com/v1/ExternalApi/addProspect/_**app\\_id>\*\*\_

*In the above URL, you need to replace the “app\_id” with the workroom’s app\_id from the URL.*

**Method**

POST&#x20;

**Data Attributes to Pass**

* first\_name
* last\_name
* email
* phone&#x20;
* source
* user\_id&#x20;
* *and any other data you’d like to pass*

### Using JSON&#x20;

**Endpoint**

<https://api.gleantap.com/v1/ExternalApi/addProspectJson/_**app\\_id>\*\*\_

*In the above URL, you need to replace the “app\_id” with the workroom’s app\_id from the URL.*&#x20;

**Method**

POST&#x20;

**Data Attributes to Pass**

* first\_name
* last\_name
* email
* phone&#x20;
* source
* user\_id
* *and any other data you’d like to pass*

### Using Google Ads

**Endpoint**

<https://api.gleantap.com/v1/ExternalApi/addProspectJson/_**app\\_id>\*\*\_

*In the above URL, you need to replace the “app\_id” with the workroom’s app\_id from the URL.*&#x20;

**Method**

POST&#x20;

**Data Attributes to Pass**

* first\_name
* last\_name
* email
* phone&#x20;
* source
* user\_id&#x20;
* *and any other data you’d like to pass*


---

# 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.gleantap.com/integration/push-leads-to-gleantap.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.
