πŸ”—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

Data Attributes to Pass

  • first_name

  • last_name

  • email

  • phone

  • source

  • user_id

  • and any other data you’d like to pass

Using JSON

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.

Method

POST

Data Attributes to Pass

  • first_name

  • last_name

  • email

  • phone

  • 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.

Method

POST

Data Attributes to Pass

  • first_name

  • last_name

  • email

  • phone

  • source

  • user_id

  • and any other data you’d like to pass

Last updated