# 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*
