> For the complete documentation index, see [llms.txt](https://docs.dapta.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dapta.ai/integrations.md).

# Integrations

- [Meta Ads Conversions](https://docs.dapta.ai/integrations/meta-ads-conversions.md): Report Click-to-WhatsApp ad conversions back to Meta via the Conversions API so Meta can optimize ad delivery toward people who actually convert.
- [Microsoft Outlook](https://docs.dapta.ai/integrations/microsoft-outlook.md): Manage Outlook email and calendar from Dapta, find free time slots, create or update meetings with Teams links, and send automated emails via OAuth.
- [Microsoft Excel](https://docs.dapta.ai/integrations/microsoft-excel.md): Read, write, upsert and batch-update Excel rows on OneDrive or SharePoint from Dapta workflows, with formulas preserved and a 10,000-row API limit.
- [Gmail](https://docs.dapta.ai/integrations/gmail.md)
- [SMTP](https://docs.dapta.ai/integrations/smtp.md): Send emails from your own SMTP server, Gmail, Outlook, SendGrid, Mailgun, or AWS SES, directly from a Dapta flow instead of Dapta's shared sender.
- [Google Sheets](https://docs.dapta.ai/integrations/google-sheets.md): Demo for configuring the google sheets integration
- [HubSpot Private App Setup](https://docs.dapta.ai/integrations/hubspot-private-app-setup.md): Create a HubSpot Private App with the CRM scopes Dapta requires, then copy the API key immediately since HubSpot only shows it once.
- [Notion](https://docs.dapta.ai/integrations/notion.md): Create a Notion integration, save its API key, and connect it to a workspace so Dapta can create databases and add new records via the Notion API.
- [Salesforce](https://docs.dapta.ai/integrations/salesforce.md): Create a Salesforce Connected App with Full Access permissions and OAuth enabled, then use the client ID and secret to authenticate API requests.
- [Slack](https://docs.dapta.ai/integrations/slack.md): How to connect Dapta and Slack
- [Zoho](https://docs.dapta.ai/integrations/zoho.md): Generate a Zoho self-client auth code, exchange it for access and refresh tokens, and store them in Dapta so a template flow can refresh them hourly.
- [Webhook Set Up](https://docs.dapta.ai/integrations/webhook-set-up.md): Allowlist Dapta's three public IP addresses in your firewall or WAF so webhook deliveries for calls, Flow Studio, and AI Notetaker aren't silently blocked.
- [Hubspot](https://docs.dapta.ai/integrations/hubspot.md): Set up a HubSpot integration by creating a Private App for an API key, then add that key as a credential inside Dapta's Flow Builder.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dapta.ai/integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
