# Inbound Lead Automation

{% stepper %}
{% step %}

### Trigger: a webhook call is received (from your website form)

Copy the webhook URL to your form and configure the incoming fields from your form (name, email, company etc.)

<figure><img src="/files/xtOLYPcdiCt3jD3COWOP" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Action 1: Run AI task (optional)

You can enrich the company data by adding this AI action

<figure><img src="/files/wZ1qiLB4jlQMcHT7HAQ4" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Action 2: Add a contact

Map the incoming fields from your form and add the lead to a list

<figure><img src="/files/TGvXYg8Ank5afnoAr7SC" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Action 3: Post to Slack

<figure><img src="/files/QPrIGRWULLap7CddOJEg" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Action 4: Send email

Send email from your mailbox to the person who submitted the form

<figure><img src="/files/BrhgfL7v2q7czOVrhgbB" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://docs.zero.inc/features/automations/automation-examples/inbound-lead-automation.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.
