Otomasyon ve Entegrasyonlar
Verilerinizi her yere otomatik olarak gönderin.
Pushers, PlusClouds verilerini — yeni LeadOcean eşleşmeleri gibi — gerçekleştiği anda harici bir hedefe iletir. Bir kez yapılandırın; bundan sonraki her eşleşen olay otomatik olarak teslim edilir.
Nasıl çalışır?
API aracılığıyla bir Pusher oluşturun, bir sürücü seçin ve PlusClouds sizin için teslimat kuyruğunu, yeniden denemeleri ve günlük kaydını yönetir.
Desteklenen sürücüler
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 oluştur
Bir POST isteği /commons/pushers adresine yapıldığında yeni bir teslimat hedefi kaydedilir.
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}"
}İstek alanları
| name | A label for this Pusher (shown in your dashboard). |
| provider | Which driver to use — see the provider keys above. |
| url | Destination URL the driver delivers to (not used by CRM-specific drivers that call a fixed API). |
| method | HTTP method used for generic webhook deliveries (e.g. POST). |
| token | Auth token/API key for the destination (e.g. your Capsule CRM API token). |
| auth_header | Header name to send the token in — defaults to a Bearer Authorization header if omitted. |
| require_auth | Whether the destination requires authentication at all. |
| provider_metadata | JSON string of driver-specific options (e.g. n8n's is_test/timeout). |
Teslimatları hata ayıklama
Her teslimat denemesi kaydedilir — Pusher Logs uç noktası aracılığıyla durumu, yeniden denemeleri ve yükleri inceleyin.
API Referansında Pusher uç noktalarını görüntüleyin →Otomasyon SSS
Rol veya şirket aşamasına göre belgeleri keşfedin