# Add leads to a campaign

To add a lead to a campaign, use the [List Campaigns](/api-reference/campaigns.md) endpoint which will return a paginated list of all your campaigns.&#x20;

Find the campaign ID you'd like the Lead to be added to.&#x20;

Then make a POST request to [Leads](/api-reference/leads.md#post-api-v1-leads) endpoint including all the Lead details along with `campaignId`&#x20;

This approach let's you add a single lead or up to 1,000 leads per request.

You can also add leads to a campaign using the below low-code tools:&#x20;

**Clay:** add leads from your Clay table to a campaign in Emailchaser\
\- [Video tutorial](https://www.youtube.com/watch?v=i7cgG9PMZTQ)\
\- [Clay integration page](https://www.clay.com/integrations/action/add-leads-to-your-emailchaser-campaign-emailchaser)

**Make:** add leads to your campaign in Emailchaser with Make\
\- Video tutorial\
\- [Make integration page](https://www.make.com/en/integrations/emailchaser-app)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://run.emailchaser.com/most-popular/add-leads-to-a-campaign.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
