# Connectors — external sources

> **TL;DR for agents:** Tilda webhook: `POST /api/connectors/tilda/webhook` (no auth — Tilda calls it). DaData by name: `GET /api/connectors/dadata/name?q=…`.

## Tilda inbound webhook

In Tilda Forms → Webhooks, set the URL to `https://api.live-direct-marketing.online/api/connectors/tilda/webhook?token=<your-token>`. The form payload is mapped to a Contact + Lead automatically.

## Search by name (DaData)

```bash
curl -s "https://api.live-direct-marketing.online/api/connectors/dadata/name?q=Сбербанк" \
  -H "Authorization: Bearer $LDM_KEY"
```
