> For the complete documentation index, see [llms.txt](https://api.senderwiz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.senderwiz.com/customer/campaigns.md).

# Campaigns

- [Get All Campaigns](https://api.senderwiz.com/customer/campaigns/get-all-campaigns.md): Retrieve a paginated list of all campaigns associated with your SenderWiz account. You can optionally filter campaigns by a specific list UID.
- [Get One Campaign](https://api.senderwiz.com/customer/campaigns/get-one-campaign.md): Retrieve full details of a specific campaign using its unique campaign identifier.
- [Create a Campaign](https://api.senderwiz.com/customer/campaigns/create-a-campaign.md): Create a new campaign using the API. This can be a regular or autoresponder campaign, and allows advanced customization like segments, template content, scheduling, and optional configurations.
- [Update a Campaign](https://api.senderwiz.com/customer/campaigns/update-a-campaign.md): Update an existing campaign's configuration, content, or metadata using its unique campaign UID.
- [Copy a Campaign](https://api.senderwiz.com/customer/campaigns/copy-a-campaign.md): Duplicate an existing campaign using its unique campaign UID. This is useful when reusing previous campaign settings and templates.
- [Pause/Unpause a Campaig](https://api.senderwiz.com/customer/campaigns/pause-unpause-a-campaig.md): Toggle the status of a campaign between "paused" and "sending" using its unique campaign UID.
- [Mark a Campaign as SENT](https://api.senderwiz.com/customer/campaigns/mark-a-campaign-as-sent.md): Forcefully mark a campaign as "sent" using its unique identifier. This is useful for testing, debugging, or manually closing campaigns that are stuck.
- [Delete a Campaign](https://api.senderwiz.com/customer/campaigns/delete-a-campaign.md): Permanently delete a campaign using its unique campaign UID. This action is irreversible.
- [Get Stats of a Campaign](https://api.senderwiz.com/customer/campaigns/get-stats-of-a-campaign.md): Retrieve in-depth performance metrics and delivery statistics for a specific campaign using its unique identifier.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://api.senderwiz.com/customer/campaigns.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.
