# Stop Campaign

When you stop a campaign in ReferralHero, the campaign’s behavior changes to ensure no new activity can be added while still preserving existing rewards and subscriber access.

Below is a summary of what happens when a campaign is stopped.

#### New Subscribers&#x20;

* **Admin dashboard**: Adding a subscriber shows the error message:\
  \&#xNAN;*“Campaign stopped. Subscriber not added.”*

<figure><img src="/files/5HrTmuiIyTBsWy4tvF5H" alt="" width="371"><figcaption></figcaption></figure>

* **JS API**: Returns the error *“Error: Campaign stopped. Subscriber not added.”*

<figure><img src="/files/SxwjB6FpcjMvbnD8ptM7" alt=""><figcaption></figcaption></figure>

* **REST API**: Response includes the same error message

<figure><img src="/files/SHIsxw3pZM6X4RkrHS8W" alt=""><figcaption></figcaption></figure>

#### Widgets

* Both the Dashboard and Signup widgets show the message:\
  \&#xNAN;*“This campaign has ended. If you believe this is a mistake, feel free to reach out to the campaign manager.”*
* The error appears after the form is submitted, not when the widget first loads

<figure><img src="/files/zLLKTD6679DPUHTDw6tp" alt=""><figcaption></figcaption></figure>

#### Logins to Widgets

* Existing subscribers can still log in to widgets without issue

<figure><img src="/files/X3PjVlRUIUdUE94SyHn9" alt=""><figcaption></figcaption></figure>

#### Automations

* Participation email/SMS messages (e.g., First Referral, Referral, Referral Visitor) stop sending
* Reward email/SMS messages continue to send when pending rewards are delivered

<figure><img src="/files/dSrIwnbBYxYMbhpYJc54" alt=""><figcaption></figcaption></figure>

#### Rewards

* Reward logic and behavior continue to work as normal\
  For example, if a subscriber’s status changes to *Unconfirmed*, a new reward will still unlock (if you have a reward set up for that stage)

#### Stop Campaign Button and Scheduling Behavior

* Clicking the **Stop Campaign** button opens a popup where you can set a stop date

<figure><img src="/files/Y3ORSnIT3Ods8f2aNPcm" alt="" width="446"><figcaption></figcaption></figure>

* **If the stop date is in the past**:&#x20;
  * the campaign is considered stopped, and a Resume Campaign button appears in the 3-dot dropdown
* **If the campaign is active with no scheduled stop date**:&#x20;
  * the Stop Campaign popup defaults to today’s date
* **If the campaign is active with a scheduled stop date**:&#x20;
  * the Stop Campaign popup shows the previously selected date

{% hint style="success" %}
**Key Takeaway:** Stopping a campaign blocks new signups and halts participation automations, but rewards and subscriber access continue to function as normal
{% endhint %}


---

# 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://support.referralhero.com/campaign-management/overview/stop-campaign.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.
