Marketer nâng cao muốn integrate DBTD với CRM/ERP nội bộ → webhook là cách. Bài này giải thích + roadmap.
Webhook là gì?
Webhook = HTTP POST request từ DBTD đến URL bạn chỉ định khi event xảy ra:
- Bài đăng thành công
- Bài fail
- Inbox mới
- Campaign hoàn thành
→ Server bạn nhận data real-time → process tiếp.
Use cases
CRM auto entry
Inbox Facebook → DBTD detect → webhook → CRM tạo lead mới + assign sales.
Slack notification cho team
Bài viral (engagement > X) → webhook → Slack channel "#wins".
ERP order auto
Customer comment "đặt hàng" → webhook → ERP tạo order draft.
Analytics dashboard custom
Webhook → Google Sheet → custom dashboard cho boss.
DBTD webhook status
Hiện tại: Telegram bot built-in (covers 90% use case). Roadmap v5.0: Native webhook support (custom URL, retry, signing).
Workaround hiện tại
Trong khi đợi v5.0, dùng:
- DBTD → Telegram bot
- Telegram bot → Zapier (có Telegram trigger)
- Zapier → CRM/Slack/Sheet
→ Pipeline 3-step chạy được hôm nay.
Setup Zapier bridge
- Tạo Zap với trigger "New Telegram Message"
- Filter: chat ID = DBTD bot
- Parse message → extract data (post URL, status, engagement)
- Action: send to CRM/Slack/Sheet
→ Connect DBTD với 5000+ app qua Zapier.
Native webhook v5.0 preview
Khi DBTD release native webhook:
- Endpoint settings: custom URL
- Events: choose multiple
- Signing: HMAC SHA256
- Retry: 3 lần với exponential backoff
→ Reliable enterprise-grade integration.
Tham khảo: Telegram bot | Phân tích performance.
DBTD Pro — Telegram bridge sẵn (webhook v5.0 incoming).