# Getting notification for leads

When the user interacts with the chatbot and provides their contact information, a lead is said to be created.

As your sales team needs access to the lead details, here are some ways to you can get notified:

## Send an email notification

* On the chatbot flow, after the contact information is collected, add a 'Send an email' action block.
* Define the emails that should receive access.
* Define the body with contact data to be sent or enable the whole chat transcript

{% content-ref url="/pages/tJO4WRy3gL1imutCHg05" %}
[Send an email](/build/action-blocks/send-an-email.md)
{% endcontent-ref %}

## Google Sheets

Connect your Google Sheets and have the required lead data be sent when a new lead is created.

That way, you will always have the latest lead on the sheet.

{% content-ref url="/pages/7yHXKybliCNHmiCAbDjk" %}
[Google Sheets](/build/integrations/native/google-sheets.md)
{% endcontent-ref %}

## CRMs

If you are using Salesforce, HubSpot, or Zoho as your CRM provider, you can use our native integrations and map the fields that you want to sync.

{% content-ref url="/pages/ziV4iAvZ5CttaPMrp3tt" %}
[Salesforce](/build/integrations/native/salesforce.md)
{% endcontent-ref %}

{% content-ref url="/pages/OvOigj5b15E4oADdeQSQ" %}
[HubSpot](/build/integrations/native/hubspot.md)
{% endcontent-ref %}

{% content-ref url="/pages/lWsmaLlosLMEV8jT3cBW" %}
[Zoho CRM](/build/integrations/native/zoho-crm.md)
{% endcontent-ref %}

For other CRMs:

If a REST API is available, you can simply use it as the endpoint, apply token-based authorization, and send the required payload. This will allow you to sync any fields you need, including lead details.

[Learn more about APIs](/build/integrations/http-request-api.md)


---

# 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.wotnot.io/support-and-billing/faq/getting-notification-for-leads.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.
