# Schedule Settings

### Schedule Email Setup

By default, scheduled report emails are sent from **Report Pundit’s email address**.

#### Use your own domain

You can configure schedules to be sent **from your own email domain**.

#### Important requirements

* Public email domains **cannot be used**\
  ❌ Gmail\
  ❌ Outlook\
  ❌ Yahoo
* Only **custom domain emails** are supported (example: <reports@yourcompany.com>)

This helps improve email deliverability and branding.

***

### FTP Settings

Use this section to connect **one or more FTP accounts** where scheduled reports will be delivered automatically.

#### Key features

* Add and manage multiple FTP destinations
* Select the required FTP account while scheduling reports

#### Firewall / Private Network Notice

If your FTP server or database is behind a firewall or private network, you must **whitelist the following IP address**:

```
54.69.146.156
```

Without whitelisting, scheduled deliveries may fail.

***

### Google Drive Settings

Connect your Google account to deliver scheduled reports directly to **Google Drive or Google Sheets**.

#### What you can do

* Export reports directly to Google Drive
* Create and update Google Sheets automatically
* Connect **multiple Google accounts**
* Manage multiple drives and sheets

This is ideal for teams collaborating on live, auto-updating reports.

***

### BigQuery Settings

Use this section to connect your **Google BigQuery** account.

#### Current limitations

* Only **one BigQuery account** can be connected at a time

#### Required permissions during OAuth

While connecting, make sure to allow:

* **View and manage your data in Google BigQuery**
* **View your Google Account email address**

These permissions are required for scheduled data transfers to BigQuery.

***

### Slack Settings

Connect your Slack account to send scheduled reports directly to Slack channels.

#### Key steps

* Add and manage multiple Slack accounts
* **Add the Report Pundit Bot** to the channel where reports will be sent

#### Important notes

* Only **public Slack channels** are currently supported
* Private channels are **not available yet**
* Private channel support may be included in a future update

***

### Power BI Settings

Use this section to connect your **Power BI account** for scheduled data delivery.

#### What you can do

* Add and manage your Power BI account
* Transfer scheduled report files directly into Power BI datasets and sheets

#### Current limitation

* Only **one Power BI account** can be connected at this time

***

### OneDrive

**How to Schedule Reports to OneDrive**

**Step 1 — Connect Your OneDrive Account** Go to **Settings → Schedule Settings → OneDrive Settings** and enter your email address to connect your OneDrive account.

\ <img src="/files/GpvXaNkp43ZxdOz7RBGL" alt="" data-size="original">

**Step 2 — Select the OneDrive Account** Once connected, select the OneDrive account you want to use for report delivery.

**Step 3 — Select the Destination Folder** Choose the folder within your OneDrive where the reports should be delivered.

\
\ <img src="/files/cNynTNCNhz166DD3aavk" alt="" data-size="original">

**Step 4 — Choose Attachments and Formatting** Select your preferred file format (CSV, Excel, PDF, etc.) and configure any attachment settings as needed.

**Step 5 — Save and Schedule** Set your schedule frequency and save. Reports will be automatically delivered to your selected OneDrive folder at the scheduled time.


---

# 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.reportpundit.com/knowledge-base/settings/schedule-settings.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.
