Campaigns
Campaigns let you organize mass or segmented sends from your workspace. With these endpoints you can create campaigns, assign owners, manage their audience, and trigger sends using WhatsApp templates.
Available endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/campaigns | List every campaign |
GET | /v1/campaigns/{campaignId} | Get a specific campaign |
POST | /v1/campaigns | Create a campaign |
PATCH | /v1/campaigns/{campaignId} | Update a campaign |
DELETE | /v1/campaigns/{campaignId} | Delete a campaign |
GET | /v1/campaigns/{campaignId}/audience | Get a campaign's audience |
POST | /v1/campaigns/{campaignId}/audience | Add customers to the audience |
DELETE | /v1/campaigns/{campaignId}/audience/{phoneNumber} | Remove a customer from the audience |
DELETE | /v1/campaigns/{campaignId}/audience | Empty the entire audience |
POST | /v1/campaigns/{campaignId}/send | Send a campaign |