الأتمتة والتكاملات

ادفع بياناتك إلى أي مكان تلقائيًا.

يقوم الـ Pushers بتوصيل بيانات PlusClouds — مثل التطابقات الجديدة لـ LeadOcean — إلى وجهة خارجية فور حدوثها. قم بتكوينها مرة واحدة؛ يتم تسليم كل حدث مطابق بعد ذلك تلقائيًا.

كيف يعمل

إنشاء Pusher عبر API، اختر برنامج التشغيل، وPlusClouds تتولى إدارة قائمة الانتظار للتسليم، وإعادة المحاولة، وتسجيل السجلات نيابةً عنك.

برامج التشغيل المدعومة

Generic Webhook

Send a signed HTTP request to any URL you control — build your own receiver in any language.

provider: "default"

n8n

Native support for n8n automation workflows, with test mode and a configurable timeout.

provider: "n8n"

Capsule CRM

Push new leads directly into Capsule CRM as organizations, tagged automatically.

provider: "capsule_crm_organization"

Generic CRM (customer + deal)

Compatible with any CRM that exposes a simple customers/deals REST API.

provider: "leadgen"

إنشاء Pusher

طلب POST واحد إلى /commons/pushers يسجل وجهة تسليم جديدة.

POST /commons/pushers
Authorization: Bearer <token>
Content-Type: application/json

{
  "name": "Send new LeadOcean matches to n8n",
  "provider": "n8n",
  "url": "https://your-n8n-instance.com/webhook/leadocean",
  "method": "POST",
  "require_auth": "true",
  "token": "<your-n8n-webhook-token>",
  "auth_header": "Authorization",
  "provider_metadata": "{\"is_test\": false, \"timeout\": 30}"
}

حقول الطلب

nameA label for this Pusher (shown in your dashboard).
providerWhich driver to use — see the provider keys above.
urlDestination URL the driver delivers to (not used by CRM-specific drivers that call a fixed API).
methodHTTP method used for generic webhook deliveries (e.g. POST).
tokenAuth token/API key for the destination (e.g. your Capsule CRM API token).
auth_headerHeader name to send the token in — defaults to a Bearer Authorization header if omitted.
require_authWhether the destination requires authentication at all.
provider_metadataJSON string of driver-specific options (e.g. n8n's is_test/timeout).

استكشاف أخطاء عمليات التسليم وإصلاحها

يتم تسجيل كل محاولة تسليم — قم بفحص الحالة، والمحاولات المتكررة، والحمولات عبر نقطة نهاية سجلات Pusher.

عرض نقاط نهاية Pusher في مرجع API →

الأسئلة الشائعة حول الأتمتة

استكشاف الوثائق حسب الدور أو مرحلة الشركة