# Bulk sender

{% embed url="<https://youtu.be/Lyv0IEO75nU>" %}

### Create campaign

{% hint style="danger" %}
Remember to have enough credits for day to start campaigns according to your subscription, otherwise you will get an error.
{% endhint %}

1. Click on the "New Campaign" button to begin setting up your bulk messaging campaign.
2. Enter a descriptive name for your campaign in the "Campaign Name" input field.
3. Select the WhatsApp account connected to the platform from the dropdown. Only accounts in "[open](/home/product-guides/connect-account.md#account-states)" status are selectable.
4. Choose the method of importing contacts:
   * **Custom:** Manually input contacts or create new ones.
   * **My Contacts:** Select from previously registered contacts within the platform. (Ensure CSV format with "number" column)
5. Specify the type of campaign from the "Type Campaign" dropdown:
   * **Just Plain Text:** Send plain text messages.
   * **Image:** Send messages with images (image size should be less than 5 MB).
   * **PDF:** Send messages with PDF attachments (PDF size should be less than 5 MB).
   * **More (coming soon):** Additional campaign types will be available soon.
6. Define the wait time between messages:
   * Specify the minimum and maximum seconds for the countdown between messages. (Minimum of 7 seconds required to prevent potential bans)
7. Set the "Date Time Start" for the campaign: Select the start date and time for the campaign. The campaign will commence sending messages at this scheduled time, according to your operating system's timezone.
8. Click on the "Create Campaign" button to initiate the campaign. If no errors occur, the page will refresh, displaying all existing campaigns. For more details, click the eye icon to view specific campaign information.

{% content-ref url="/pages/G95CpRshkctqiOccH3J9" %}
[Credits](/home/other/credits.md)
{% endcontent-ref %}


---

# Agent Instructions: 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://docs.buzzchat.click/home/product-guides/bulk-sender.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.
