Polska firma — tworzymy w Polsce 🇵🇱
CRM — leady i szanse sprzedaży
Leady, szanse sprzedaży, pipeline'y i etapy — prowadź lejek sprzedaży z własnych systemów.
Szansa sprzedaży
Endpoints
| GET | /deals | Pobiera kolekcję zasobów Deal. |
| POST | /deals | Tworzy zasób Deal. |
| GET | /deals/{id} | Pobiera zasób Deal. |
| PATCH | /deals/{id} | Aktualizuje zasób Deal. |
| DELETE | /deals/{id} | Usuwa zasób Deal. |
| POST | /deals/{id}/lose | Mark a deal lost. |
| POST | /deals/{id}/reopen | Reopen a won/lost deal. |
| POST | /deals/{id}/win | Mark a deal won. |
Pola schematu
| Pole | Typ | Opis |
| id | string | |
| title* | string | |
| client* | object | |
| contact | mixed | |
| stage* | object | |
| amountMinor | stringnull | |
| currency | mixed | |
| expectedCloseDate | string,null (date-time) | |
| status | string | |
| closedAt | string,null (date-time) | |
| lostReason | mixed | |
| lostReasonNote | stringnull | |
| owner | mixed | |
| lead | mixed | |
| contract | string,null (iri-reference) | |
| stageHistory | array | |
| createdAt | string (date-time) | |
| updatedAt | string (date-time) | |
Lead
Endpoints
| GET | /leads | Pobiera kolekcję zasobów Lead. |
| POST | /leads | Tworzy zasób Lead. |
| GET | /leads/{id} | Pobiera zasób Lead. |
| PATCH | /leads/{id} | Aktualizuje zasób Lead. |
| DELETE | /leads/{id} | Usuwa zasób Lead. |
| POST | /leads/{id}/convert | Convert a qualified lead into a Client + contacts + an open Deal. |
| POST | /leads/{id}/lose | Mark a lead lost. |
| POST | /leads/{id}/reopen | Reopen a lost lead. |
| GET | /leads/dedupe-check | Advisory duplicate check for a prospect — and the import wizard's three buckets. |
Pola schematu
| Pole | Typ | Opis |
| id | string | |
| companyName | stringnull | |
Pipeline
Endpoints
| GET | /pipelines | Pobiera kolekcję zasobów Pipeline. |
| POST | /pipelines | Tworzy zasób Pipeline. |
| GET | /pipelines/{id} | Pobiera zasób Pipeline. |
| PATCH | /pipelines/{id} | Aktualizuje zasób Pipeline. |
| DELETE | /pipelines/{id} | Usuwa zasób Pipeline. |
Pola schematu
| Pole | Typ | Opis |
| id | string | |
| name* | string | |
| isDefault | boolean | |
| stages | array | |
Etap
Endpoints
| GET | /stages | Pobiera kolekcję zasobów Stage. |
| POST | /stages | Tworzy zasób Stage. |
| GET | /stages/{id} | Pobiera zasób Stage. |
| PATCH | /stages/{id} | Aktualizuje zasób Stage. |
| DELETE | /stages/{id} | Usuwa zasób Stage. |
Pola schematu
| Pole | Typ | Opis |
| id | string | |
| name* | string | |
| position | integer | |
| probability | integer | |
| isWon | boolean | |
| isLost | boolean | |
Powód utraty szansy sprzedaży
Endpoints
| GET | /deal-lost-reasons | Pobiera kolekcję zasobów DealLostReason. |
| POST | /deal-lost-reasons | Tworzy zasób DealLostReason. |
| GET | /deal-lost-reasons/{id} | Pobiera zasób DealLostReason. |
| PATCH | /deal-lost-reasons/{id} | Aktualizuje zasób DealLostReason. |
| DELETE | /deal-lost-reasons/{id} | Usuwa zasób DealLostReason. |
Pola schematu
| Pole | Typ | Opis |
| id | string | |
| label* | string | |
Historia etapów szansy sprzedaży
Endpoints
| GET | /deal-stage-histories | Pobiera kolekcję zasobów DealStageHistory. |
| GET | /deal-stage-histories/{id} | Pobiera zasób DealStageHistory. |
Pola schematu
| Pole | Typ | Opis |
| id | string | |
| fromStage | mixed | |
| toStage | mixed | |
| changedAt | string (date-time) | |
| changedBy | mixed | |
Aktywność leada
Endpoints
| GET | /lead-activities | Pobiera kolekcję zasobów LeadActivity. |
| POST | /lead-activities | Tworzy zasób LeadActivity. |
| GET | /lead-activities/{id} | Pobiera zasób LeadActivity. |
| PATCH | /lead-activities/{id} | Aktualizuje zasób LeadActivity. |
| DELETE | /lead-activities/{id} | Usuwa zasób LeadActivity. |
Pola schematu
| Pole | Typ | Opis |
| lead* | string (iri-reference) | |
| contact | string,null (iri-reference) | |
| type* | string | |
| channel | stringnull | |
| occurredAt* | string (date-time) | |
| body | stringnull | |
| externalId | stringnull | |
| threadId | stringnull | |
| fromMailbox | stringnull | |
Kontakt leada
Endpoints
| GET | /lead-contacts | Pobiera kolekcję zasobów LeadContact. |
| POST | /lead-contacts | Tworzy zasób LeadContact. |
| GET | /lead-contacts/{id} | Pobiera zasób LeadContact. |
| PATCH | /lead-contacts/{id} | Aktualizuje zasób LeadContact. |
| DELETE | /lead-contacts/{id} | Usuwa zasób LeadContact. |
Pola schematu
| Pole | Typ | Opis |
| id | string | |
| name* | string | |
| email | stringnull | |
| phone | stringnull | |
| linkedinUrl | stringnull | |
| role | stringnull | |
| isPrimary | boolean | |
Lista leadów
Endpoints
| GET | /lead-lists | Pobiera kolekcję zasobów LeadList. |
| POST | /lead-lists | Tworzy zasób LeadList. |
| GET | /lead-lists/{id} | Pobiera zasób LeadList. |
| PATCH | /lead-lists/{id} | Aktualizuje zasób LeadList. |
| DELETE | /lead-lists/{id} | Usuwa zasób LeadList. |
Pola schematu
| Pole | Typ | Opis |
| id | string | |
| name* | string | |
| description | stringnull | |
| owner | string,null (iri-reference) | |
| channel | stringnull | |
| status | string | |
| segment | stringnull | |
| memberships | array | |
Przynależność leada do listy
Endpoints
| GET | /lead-list-memberships | Pobiera kolekcję zasobów LeadListMembership. |
| POST | /lead-list-memberships | Tworzy zasób LeadListMembership. |
| GET | /lead-list-memberships/{id} | Pobiera zasób LeadListMembership. |
| PATCH | /lead-list-memberships/{id} | Aktualizuje zasób LeadListMembership. |
| DELETE | /lead-list-memberships/{id} | Usuwa zasób LeadListMembership. |
Pola schematu
| Pole | Typ | Opis |
| id | string | |
| list* | object | |
| lead* | string (iri-reference) | |
| status | string | |
| addedAt | string (date-time) | |
| lastContactedAt | string,null (date-time) | |
Powód utraty leada
Endpoints
| GET | /lead-lost-reasons | Pobiera kolekcję zasobów LeadLostReason. |
| POST | /lead-lost-reasons | Tworzy zasób LeadLostReason. |
| GET | /lead-lost-reasons/{id} | Pobiera zasób LeadLostReason. |
| PATCH | /lead-lost-reasons/{id} | Aktualizuje zasób LeadLostReason. |
| DELETE | /lead-lost-reasons/{id} | Usuwa zasób LeadLostReason. |
Pola schematu
| Pole | Typ | Opis |
| id | string | |
| label* | string | |
Etap leada
Endpoints
| GET | /lead-stages | Pobiera kolekcję zasobów LeadStage. |
| POST | /lead-stages | Tworzy zasób LeadStage. |
| GET | /lead-stages/{id} | Pobiera zasób LeadStage. |
| PATCH | /lead-stages/{id} | Aktualizuje zasób LeadStage. |
| DELETE | /lead-stages/{id} | Usuwa zasób LeadStage. |
Pola schematu
| Pole | Typ | Opis |
| id | string | |
| label* | string | |
| position | integer | Sort key only — ties are legitimate and broken by label (see class docblock). |
Historia etapów leada
Endpoints
| GET | /lead-stage-histories | Pobiera kolekcję zasobów LeadStageHistory. |
| GET | /lead-stage-histories/{id} | Pobiera zasób LeadStageHistory. |
Pola schematu
| Pole | Typ | Opis |
| id | string | |
| lead | string (iri-reference) | |
| fromStage | string,null (iri-reference) | |
| toStage | string,null (iri-reference) | |
| changedAt | string (date-time) | |
| changedBy | string,null (iri-reference) | |
Notatka CRM
Endpoints
| GET | /crm-notes | Pobiera kolekcję zasobów CrmNote. |
| POST | /crm-notes | Tworzy zasób CrmNote. |
| GET | /crm-notes/{id} | Pobiera zasób CrmNote. |
| PATCH | /crm-notes/{id} | Aktualizuje zasób CrmNote. |
| DELETE | /crm-notes/{id} | Usuwa zasób CrmNote. |
Pola schematu
| Pole | Typ | Opis |
| body* | string | |
| lead | string,null (iri-reference) | |
| deal | string,null (iri-reference) | |
Lead z PipeDrive
Endpoints
| GET | /pipe-drive-leads | Pobiera kolekcję zasobów PipeDriveLead. |
| GET | /pipe-drive-leads/summary | Pobiera kolekcję zasobów PipeDriveLead. |
Pola schematu
| Pole | Typ | Opis |
| id | string | |
| type | string | |
| title | string | |