# Push Leads to ABC

There are three ways to push leads to ABC<br>

1. **Form Workflow** - When a contact fills the form, you can have a workflow for “Webhook Call” within the form to push to ABC. This is set under Workflows > Webhook Call.<br>
2. **Form Redirect** - You can have a form redirect to the below URL with the parameters to submit to ABC.<br>
3. **Flows, via Webhook** - You can add a step to “Send to Webhook” to push to ABC.

\
The URL and parameters to be passed remain the same in each of the above ways. For Form Workflow & Form Redirect, ensure your form has the core attributes as mentioned at the bottom of this page.

If the lead already exists (based on the email) it will update the records in ABC instead of creating a new one.

### **Flow, via Webhook**

First, navigate to your flow list under **Flows** and click on the three little dots to edit your flow. The following steps will be the same if your are creating a new flow.&#x20;

Click the + to add an Action, and select 'Other.'

<figure><img src="/files/5Mqgd43GS9H0HNRdczDi" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/w9lTMS4Slnn8EeCIMVRb" alt=""><figcaption></figcaption></figure>

Select 'Submit to Webhook' and enter the following information.&#x20;

**Webhook URL:**\
<https://api.gleantap.com/v1/Abcfinancial/addNewOrUpdateLead/app_id/club_id>

{% hint style="info" %}
**app\_id** is your workroom ID that shows up in the URL when you are on your dashboard. It looks something like *65788024711cb93776586fb2* (eg.)
{% endhint %}

**Method:**

GET

### **Data Attributes to Pass (Payload):**

* first\_name
* last\_name
* email
* phone, *optional*
* mobil&#x65;*, optional*
* address
* zip\_code
* gender
* birth\_date


---

# 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-abc.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.
