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

# Export Data

> Send files and data from your workflow to external services.

The Export Data task sends files and data from your workflow to external services. It comes with built-in support for common cloud services and enterprise systems—just pick your destination and connect.

<Warning>
  **Deprecation Notice:** Export Data is being deprecated soon. Please use the [Integrations Task](/tasks/data/integrations) instead, which allows you to connect to 3,500+ integrations from the [Integrations Marketplace](/integrations/overview).
</Warning>

## Key Capabilities

<CardGroup cols={2}>
  <Card title="Built-in Connectors" icon="plug">
    Native support for Google Sheets, S3, Slack, enterprise systems, and more—easy to set up.
  </Card>

  <Card title="Secure Credentials" icon="key">
    Use shared or personal credentials to connect securely.
  </Card>
</CardGroup>

## When to Use It

Use Export Data when you need to send files or data from your workflow to an external service:

* Push processed documents to Google Sheets
* Send notifications to Slack or Email
* Upload files to AWS S3
* Connect to enterprise systems like SAP, Workday, or Epic

## Supported Data Destinations

These data destinations have built-in support with easy setup:

### Standard

| Destination         | Description                    |
| ------------------- | ------------------------------ |
| **AWS S3**          | Upload files to S3 buckets     |
| **Email**           | Send email messages            |
| **Gmail**           | Send emails via Gmail          |
| **Google BigQuery** | Push data to BigQuery datasets |
| **Google Sheets**   | Write data to spreadsheets     |
| **Slack**           | Send messages to channels      |
| **Zapier**          | Trigger Zapier automations     |

### Enterprise

These destinations require an Enterprise plan:

| Destination                                  | Description                       |
| -------------------------------------------- | --------------------------------- |
| **BlackRock - Aladdin**                      | Investment management platform    |
| **Bloomberg - AIM**                          | Asset and investment management   |
| **Cerner - Cerner Millennium**               | Healthcare EHR system             |
| **Epic Systems - Epic EHR**                  | Healthcare EHR system             |
| **Finacle - Infosys**                        | Core banking solution             |
| **Finastra Fusion Essence / Equation**       | Banking and financial services    |
| **FIS - InvestOne**                          | Investment accounting             |
| **FIS Profile / IBS - FIS Global**           | Banking platform                  |
| **Flexcube - Oracle Financial Services**     | Core banking solution             |
| **GE Healthcare - Centricity PACS/RIS**      | Medical imaging systems           |
| **MasterControl - Quality Excellence**       | Quality management system         |
| **Meditech - Expanse EHR**                   | Healthcare EHR system             |
| **Oracle - Argus Safety**                    | Pharmacovigilance and drug safety |
| **SAP - SAP S/4HANA**                        | Enterprise resource planning      |
| **SimCorp - SimCorp Dimension**              | Investment management             |
| **Sunquest - Laboratory Information System** | Lab information management        |
| **T24 Transact - Temenos**                   | Core banking platform             |
| **Veeva Systems - Vault LIMS**               | Lab information management        |
| **Veeva Systems - Vault QMS**                | Quality management system         |
| **Workday**                                  | HR and financial management       |

## How to Add Export Data

<Steps>
  <Step title="Drop it into your workflow">
    Drag an Export Data task into your workflow where you need to send data externally.
  </Step>

  <Step title="Choose your data destination">
    Select from the supported data destinations for easy setup, or search the Integration Marketplace for other services.
  </Step>

  <Step title="Choose an action">
    Pick what you want to do—like "Send Message", "Create Row", or "Upload File".
  </Step>

  <Step title="Connect your credentials">
    Select existing credentials or connect a new account.
  </Step>

  <Step title="Set the parameters">
    Fill in the details the integration needs—like a channel ID, file path, or spreadsheet name. You can use variables from earlier tasks.
  </Step>

  <Step title="Test it">
    Run a preview to make sure the export works correctly.
  </Step>
</Steps>

## Tips for Better Results

<AccordionGroup>
  <Accordion title="Check your credentials have access">
    Make sure the account you're using has permission to write to the destination you're targeting.
  </Accordion>

  <Accordion title="Test with preview first">
    Before activating your workflow, run a preview to verify:

    * The credentials work
    * The destination path or ID is correct
    * The data exports as expected
  </Accordion>

  <Accordion title="Handle export failures">
    Sometimes destinations become unavailable or permissions change. Consider adding a Decision Agent after your export to check if it succeeded before continuing.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Import Data" icon="file-import" href="/tasks/data/import-data">
    Pull data from external services into your workflow.
  </Card>

  <Card title="External Service" icon="plug" href="/tasks/data/external-service">
    Connect to custom APIs not in the supported destinations or marketplace.
  </Card>

  <Card title="Integrations" icon="grid" href="/integrations/overview">
    Explore all available integrations.
  </Card>

  <Card title="Workflows" icon="diagram-project" href="/guides/workflows">
    Learn how all the pieces fit together.
  </Card>
</CardGroup>
