# Push Leads to Jonas

### **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/Jonasv3/createNewProspect/**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 %}

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

Enter the following information on the left column under 'Payload' and select the matching attribute from the menu on the right column.&#x20;

Click 'Save.'

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