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

# Send Campaign

> Push an active draft into the delivery stream.

<ParamField path="id" type="string" required>
  The ID of the id.
</ParamField>

### Request Body

<ParamField body="send_immediately" type="boolean">
  Whether to start now
</ParamField>

<ParamField body="email_provider" type="string">
  Provider override (gmail, ses, smtp)
</ParamField>

<ParamField body="sender_email_id" type="string">
  Override sender ID
</ParamField>

<ResponseExample>
  ```json Response theme={null}
  {
    "success": true,
    "data": {
      "queue_position": 1,
      "eta": "0.2s"
    }
  }
  ```
</ResponseExample>
