CRM integration is available on the Масштабирование plan (6 990 ₽/month). Upgrade your plan to enable this feature.
How It Works
Siggnal uses a webhook-based push to deliver signals to your CRM. Each time a qualifying signal is detected, Siggnal sends a JSON payload to your CRM’s incoming webhook endpoint. Most modern CRMs support this natively, including Bitrix24, AmoCRM, HubSpot, Salesforce, and many others — check your CRM’s documentation for the exact steps to create an incoming webhook.Setup
Create an Incoming Webhook in Your CRM
In your CRM, navigate to the integrations or automation section and create a new incoming webhook endpoint. Copy the webhook URL it provides. Refer to your CRM’s documentation if you need guidance on this step.
Filter by Priority
Select the signal priority levels to push — for example, High and Medium only — to avoid flooding your CRM with low-value entries.
Test the Connection
Click “Test connection”. Siggnal sends a sample payload to your endpoint so you can verify it arrives correctly.
Signal Payload Structure
Siggnal sends the following JSON payload to your CRM endpoint with each new signal:| Field | Type | Description |
|---|---|---|
signal_id | string | Unique identifier for the signal |
project_id | string | The Siggnal project that generated the signal |
company | object | Company name, tax ID (INN), and industry |
event | object | Signal type, description, and detection timestamp |
priority | string | high, medium, or low |
relevance_explanation | string | Why this signal is relevant to your project |
recommended_action | string | Suggested first outreach step |
contacts | array | Decision-maker contacts with name, role, email, and phone |