# Send a campaign

# HTTP method: POST

https://api.sender.net/v2/campaigns/{id}/send

Starts sending the campaign.

id string required

The campaign id you want to send.

Code snippets

Response example

{
  "success": true,
  "message": "Campaign started to send"
}