Breakcold
Social selling CRM records, lists, notes, reminders, and workspace metadata.
CRMAPI key42 endpoints
Endpoints
| Operation | Method & path | Effect | Latency | Rate | Cost |
|---|---|---|---|---|---|
user_get Get Breakcold user details. docs ↗ | GET /me | none | 1-5s | — | no bill |
status_create Create a Breakcold status. docs ↗ | POST /status | crm_write | 1-5s | — | no bill |
status_update_many Update many Breakcold statuses. docs ↗ | PATCH /status | crm_write | 1-5s | — | no bill |
status_update Update a Breakcold status. docs ↗ | PATCH /status/{id} | crm_write | 1-5s | — | no bill |
status_delete Delete a Breakcold status. docs ↗ | DELETE /status/{id} | crm_write | 1-5s | — | no bill |
workspace_list Get Breakcold user workspaces. docs ↗ | GET /workspaces | none | 1-5s | — | no bill |
member_list Get members of a Breakcold workspace. docs ↗ | GET /members | none | 1-5s | — | no bill |
lead_create Create a Breakcold lead. docs ↗ | POST /lead | crm_write | 1-5s | — | no bill |
lead_delete Delete a Breakcold lead. docs ↗ | DELETE /leads/{id} | crm_write | 1-5s | — | no bill |
lead_update Update a Breakcold lead. docs ↗ | PATCH /leads/{id} | crm_write | 1-5s | — | no bill |
lead_get Get a Breakcold lead by id. docs ↗ | GET /leads/{id} | none | 1-5s | — | no bill |
lead_delete_many Delete many Breakcold leads using filters. docs ↗ | POST /leads/delete-many | crm_write | 1-5s | — | no bill |
lead_list List Breakcold leads with pagination and filters. docs ↗ | POST /leads/list | none | 1-5s | — | no bill |
lead_connect_to_company Connect a Breakcold lead to a company. docs ↗ | POST /leads/{id_lead}/connect | crm_write | 1-5s | — | no bill |
lead_disconnect_from_company Disconnect a Breakcold lead from a company. docs ↗ | POST /leads/{id_lead}/disconnect | crm_write | 1-5s | — | no bill |
lead_search Search Breakcold leads by identity fields. docs ↗ | POST /leads/search | none | 1-5s | — | no bill |
tag_get Get a Breakcold tag by id. docs ↗ | GET /tags/{id} | none | 1-5s | — | no bill |
tag_update Update a Breakcold tag. docs ↗ | PATCH /tags/{id} | crm_write | 1-5s | — | no bill |
tag_delete Delete a Breakcold tag. docs ↗ | DELETE /tags/{id} | crm_write | 1-5s | — | no bill |
tag_list List Breakcold tags. docs ↗ | GET /tags | none | 1-5s | — | no bill |
tag_create Create a Breakcold tag. docs ↗ | POST /tags | crm_write | 1-5s | — | no bill |
list_add_leads Add many Breakcold leads to a list using filters. docs ↗ | POST /lists/{id}/add-leads | crm_write | 1-5s | — | no bill |
list_move_leads Move many Breakcold leads to a list using filters. docs ↗ | POST /lists/{id}/move-leads | crm_write | 1-5s | — | no bill |
list_remove_leads Remove many Breakcold leads from a list using filters. docs ↗ | POST /lists/{id}/remove-leads | crm_write | 1-5s | — | no bill |
list_create Create a Breakcold list. docs ↗ | POST /lists | crm_write | 1-5s | — | no bill |
list_list Get all Breakcold lists. docs ↗ | GET /lists | none | 1-5s | — | no bill |
list_update Update a Breakcold list. docs ↗ | PATCH /lists/{id} | crm_write | 1-5s | — | no bill |
list_delete Delete a Breakcold list. docs ↗ | DELETE /lists/{id} | crm_write | 1-5s | — | no bill |
list_duplicate Duplicate a Breakcold list. docs ↗ | POST /lists/{id}/duplicate | crm_write | 1-5s | — | no bill |
note_list List Breakcold notes. docs ↗ | POST /notes/list | none | 1-5s | — | no bill |
note_create Create a Breakcold note. docs ↗ | POST /notes | crm_write | 1-5s | — | no bill |
note_update Update a Breakcold note. docs ↗ | PATCH /notes/{id} | crm_write | 1-5s | — | no bill |
note_delete Delete a Breakcold note. docs ↗ | DELETE /notes/{id} | crm_write | 1-5s | — | no bill |
note_get Get a Breakcold note. docs ↗ | GET /notes/{id} | none | 1-5s | — | no bill |
reminder_list List Breakcold reminders with filters and pagination. docs ↗ | POST /reminders/list | none | 1-5s | — | no bill |
reminder_update Update a Breakcold reminder. docs ↗ | PATCH /reminders/{id} | crm_write | 1-5s | — | no bill |
reminder_delete Delete a Breakcold reminder. docs ↗ | DELETE /reminders/{id} | crm_write | 1-5s | — | no bill |
reminder_create Create a Breakcold reminder. docs ↗ | POST /reminders | crm_write | 1-5s | — | no bill |
attribute_list List Breakcold attributes. docs ↗ | GET /attributes | none | 1-5s | — | no bill |
attribute_create Create a Breakcold attribute. docs ↗ | POST /attribute | crm_write | 1-5s | — | no bill |
attribute_update Update a Breakcold attribute. docs ↗ | PATCH /attributes/{id} | crm_write | 1-5s | — | no bill |
attribute_delete Delete a Breakcold attribute. docs ↗ | DELETE /attributes/{id} | crm_write | 1-5s | — | no bill |