# Getting notification for leads

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

### Send an email notification <a href="#send-an-email-notification" id="send-an-email-notification"></a>

* 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

Send an email

### Google Sheets <a href="#google-sheets" id="google-sheets"></a>

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.

Google Sheets

### CRMs <a href="#crms" id="crms"></a>

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.

Salesforce

HubSpot

Zoho CRM\ <br>


---

# 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.wotsabot.ai/wotsabot-help-articles/trouble-shooting/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.
