---
title: "Dispatch Leads"
method: GET
path: "/{adapter_id}/{import_group_id}/leads"
tags: ["Dispatch Automation (Recomended)"]
---

# Dispatch Leads

`GET /{adapter_id}/{import_group_id}/leads`

### Dispatch leads to Dialer

This endpoint enables you to push leads into the Dialer system programmatically. It leverages the Dialer's remote adapter architecture, allowing seamless integration with your sources, such as CRM systems.

Key Features:

- Specify adapter and import group for each batch of leads.
    
- Automatically applies lead lifecycle updates and weight prioritization.
    
- Supports priority automation for outbound calls.
    

Learn more about integrating remote adapter via API [here](https://td.commpeak.link/docs-remote-adapter).

##### Request params

- `adapter_id` - your Dialer adapter id
    
- `import_group_id` - your import group is related to the Dialer adapter.
    

##### Request body:

JSON with the following allowed possible lead fields:

`id` (your original identifier), `first_name`, `last_name`, `phone`, `campaign`, `source`, `affiliate`, `country`, `language`, `status` (your dedicated statuses list from `/statuses`), `agent`, `email`, `desk`, `business_unit`, `registration_date`, `last_updated_at`, `last_login_date`, `first_deposit_date`

\===

## Request body

- object[]
  - `affiliate` string
  - `agent` string
  - `business_unit` boolean
  - `campaign` string
  - `country` string
  - `desk` string
  - `email` string
  - `first_deposit_date` string
  - `first_name` string
  - `id` string
  - `language` string
  - `last_login_date` string
  - `last_name` string
  - `last_updated_at` string
  - `phone` string
  - `registration_date` string
  - `source` string
  - `status` string

## Response `200`

Successful operation

- object
  - `156015` object
    - `message` string
    - `success` boolean
  - `181091` object
    - `message` string
    - `success` boolean

## Other responses

- `404` — Error

---

[API](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1.md) · [All operations](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/commpeak/dialer-api-v2-0-1/versions/eacecf960bb6/schema)
