# Import email subscribers

StatusPal lets you easily import email subscribers to your status page from a CVS file.

{% hint style="info" %}
Click on <mark style="background-color:green;">Subscriptions</mark> from the sidebar of your status page admin console.
{% endhint %}

On the Subscriptions page, you'll find a button "Import subscribers", when clicking it, you'll see a modal:

<figure><img src="/files/kZUZUREuhEWUs1QSbg15" alt="status page subscribers bulk import modal" width="563"><figcaption></figcaption></figure>

You have two options when importing email subscribers:

### **Import with a confirmation email**

If you check the "Send confirmation email to subscribers" checkbox, we'll send a confirmation email to all the email subscribers from your CSV, and they will be required to click on the confirmation link they receive in their email in order to start receiving email notifications.

### **Importing without a confirmation email**

In this case, you won't check the checkbox above, and your imported subscribers will immediately start to receive notifications.

This option requires that you configure an email integration like SMTP, Mailgun, Sendgrid, etc., unless you're a Business or Enterprise customer.

{% hint style="info" %}
If you're a Business or Enterprise customer and want to email imported subscribers without email confirmation, [**please reach out to us**](mailto:support@statuspal.io?subject=Configure%20my%20status%20page%20sending%20domain\&body=I'd%20like%20to%20configure%20my%20sending%20domain).
{% endhint %}

### The CSV file format

You can download an example CSV file by clicking on the respective link at the bottom of the modal. There, you can see what the format of the CSV you upload should follow.

The following columns are currently supported:

* **Email** should be a valid email address.
* **Service IDs**: If you want a subscriber to receive notifications only about specific services. Learn how to obtain a service id in [FAQ](/faq.md#how-do-i-find-a-service-id).
* **Incident ID**: If the subscriber should receive notifications only about an specific incident, place its ID in this column. Should not be used in combination with **Service IDs**.


---

# 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.statuspal.io/platform/subscriptions-and-notifications/import-email-subscribers.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.
