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

# Integrations

> Set up integrations to automatically deliver scraped data to platforms like Slack, Discord, Webhook, Email, and more on a schedule

Integrations is a powerful feature that makes Spidra not just a scraping platform, but an automation engine. Spidra lets you **automatically send your scraped data** to other platforms — like Slack, Discord, Telegram, or Email without writing a line of code.

You can create an integration from any preset and define **when** and **where** the data should be delivered.

***

## Integration Overview

On the **Integrations page**, you'll see all your existing integrations, grouped by the preset they were created from.

Each integration includes:

* Linked Preset
* **Type** this is the integration Platform e.g., Email, Slack, Discord etc.
* **Status** (active/inactive)
* **Schedule** e.g. daily at 9 AM
* **Quick actions**: such as **Test**, **View logs**, **Edit**, and **Delete**

<img className="block dark:hidden" src="https://mintcdn.com/spidra/HJL3NdajHCrvx2MV/images/Spidra-Integration-overview.png?fit=max&auto=format&n=HJL3NdajHCrvx2MV&q=85&s=951258379a19d838085da85a43a55d9a" alt="Hero Light" className="rounded-lg" width="2940" height="1586" data-path="images/Spidra-Integration-overview.png" />

### Creating a New Integration

To create a new integration:

1. Go to the Integrations Tab and click on the **Add Integration** button.

<img className="block dark:hidden" src="https://mintcdn.com/spidra/HJL3NdajHCrvx2MV/images/Spidra-Integration-Add-integration.png?fit=max&auto=format&n=HJL3NdajHCrvx2MV&q=85&s=a6563275f54809bf9136f1386e79a0b3" alt="Hero Light" className="rounded-lg" width="2506" height="168" data-path="images/Spidra-Integration-Add-integration.png" />

2. **Type**:
   Choose a preset from the dropdown to define what you want to integrate, then select your preferred destination: Slack, Discord, Webhook, or Email.

<img className="block dark:hidden" src="https://mintcdn.com/spidra/HJL3NdajHCrvx2MV/images/Spidra-Integration-Type.png?fit=max&auto=format&n=HJL3NdajHCrvx2MV&q=85&s=3bf8a46d277e8883b38ce1324a486a3c" alt="Hero Light" className="rounded-lg" width="2506" height="1266" data-path="images/Spidra-Integration-Type.png" />

For this guide, we will make use of [Discord](https://discord.com/) as the preferred destination.

3. **Configure the Integration**:

For Discord , you’ll need to provide a webhook URL generated in your server settings. Then proceed to add the webhook URL into the input field and click on the **Next** button.

<Note>Each platform has its own setup fields (e.g. webhook URL, channel name, email address).
Fill in the required configuration based on your selected platform.</Note>

<img className="block dark:hidden" src="https://mintcdn.com/spidra/HJL3NdajHCrvx2MV/images/Spidra-Integration-Discord-WehbookURL.png?fit=max&auto=format&n=HJL3NdajHCrvx2MV&q=85&s=c3e52a6b426b1cb967166af3ac06d385" alt="Hero Light" className="rounded-lg" width="1524" height="938" data-path="images/Spidra-Integration-Discord-WehbookURL.png" />

4. **Schedule Integration**:
   Set how often you want this integration to run:

* Daily
* Weekly
* Monthly

Also choose what time it should trigger.

<img className="block dark:hidden" src="https://mintcdn.com/spidra/HJL3NdajHCrvx2MV/images/Spidra-Integration-schedule-integration.png?fit=max&auto=format&n=HJL3NdajHCrvx2MV&q=85&s=6c7af9d12d49cf90a93b1657f8a51a03" alt="Hero Light" className="rounded-lg" width="1760" height="1086" data-path="images/Spidra-Integration-schedule-integration.png" />

5. **Create and Activate**:
   Once configured and scheduled, name your integration click on the **Create** button.

<img className="block dark:hidden" src="https://mintcdn.com/spidra/HJL3NdajHCrvx2MV/images/Spidra-Integration-Create-Activate.png?fit=max&auto=format&n=HJL3NdajHCrvx2MV&q=85&s=d36a863da815283da03c094f5508ee95" alt="Hero Light" className="rounded-lg" width="1760" height="894" data-path="images/Spidra-Integration-Create-Activate.png" />

Your integration will appear in the integrations list, ready to deliver new scrape results based on your chosen schedule to your desired destination.

<Warning>
  We highly recommend testing your integration before activating to make sure your destination is receiving data correctly
</Warning>
