# 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="../../build/action-blocks/send-an-email" %}
[send-an-email](https://help.wotnot.io/build/action-blocks/send-an-email)
{% 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="../../build/integrations/native/google-sheets" %}
[google-sheets](https://help.wotnot.io/build/integrations/native/google-sheets)
{% 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="../../build/integrations/native/salesforce" %}
[salesforce](https://help.wotnot.io/build/integrations/native/salesforce)
{% endcontent-ref %}

{% content-ref url="../../build/integrations/native/hubspot" %}
[hubspot](https://help.wotnot.io/build/integrations/native/hubspot)
{% endcontent-ref %}

{% content-ref url="../../build/integrations/native/zoho-crm" %}
[zoho-crm](https://help.wotnot.io/build/integrations/native/zoho-crm)
{% 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](https://help.wotnot.io/build/integrations/http-request-api)
