mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 23:09:35 +00:00
- API routers, ACA modules, integrations (draft operators) - Docs, landing pages, scripts (launch readiness, scorecard) - Tests and CI workflow updates for Dealix Co-authored-by: Cursor <cursoragent@cursor.com>
28 lines
1.2 KiB
Markdown
28 lines
1.2 KiB
Markdown
# Connector Catalog
|
|
|
|
مصدر الحقيقة للقائمة: `auto_client_acquisition/connectors/connector_catalog.py` — الدالة `build_connector_catalog()`.
|
|
|
|
## HTTP
|
|
|
|
`GET /api/v1/connectors/catalog` — يعيد `{ "connectors": [...], "count", "demo": true }`.
|
|
|
|
## الموصلات الحالية (MVP)
|
|
|
|
| id | ملاحظة |
|
|
|----|--------|
|
|
| `whatsapp` | مسودات ومعاينة قوالب؛ إرسال حي محظور في الكتالوج |
|
|
| `gmail` | إنشاء مسودة؛ إرسال حي محظور |
|
|
| `google_calendar` | مسودة حدث؛ إدراج حي محظور |
|
|
| `google_meet` | قراءة transcript مخطط؛ تسجيل بلا موافقة محظور |
|
|
| `linkedin_lead_forms` | استيعاب leads |
|
|
| `x_api`, `instagram_graph` | مسجّل فقط — لا firehose |
|
|
| `google_business_profile` | مسودة رد على مراجعة |
|
|
| `google_sheets` | قراءة مخطط |
|
|
| `crm` | مزامنة مسودة |
|
|
| `moyasar` | مسودة رابط دفع؛ شحن حي محظور |
|
|
| `website_forms` | webhook ingest؛ منع scraping |
|
|
|
|
## اختبارات
|
|
|
|
`tests/test_growth_tower_stack.py` — `test_connector_catalog_has_twelve_plus`.
|