> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mailofly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Send Campaign

> Trigger immediate broadcast dispatch for a campaign.

Dispatches an existing campaign to its targeted contacts or segment.

### Path Parameters

<ParamField path="id" type="string" required>
  The unique ID of the campaign (`cmp_...`).
</ParamField>

### Response

<ResponseField name="id" type="string">
  Campaign ID.
</ResponseField>

<ResponseField name="status" type="string">
  `sending` | `scheduled`
</ResponseField>


## Related topics

- [Create Campaign](/api/campaigns/create-campaign.md)
- [Delete Campaign](/api/campaigns/delete-campaign.md)
- [Retrieve Campaign](/api/campaigns/get-campaign.md)
- [List Campaigns](/api/campaigns/list-campaigns.md)
- [Send with API](/broadcasts/send-with-api.md)
