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

# Data export destination sync failed

> Fired once per data export transfer that fails outright; a partial failure does not fire it. Delivery is at-least-once, so dedupe on `data.transferId`. Inspect `data.errorMessage` and `data.errorCategory` to decide who needs to act.



## OpenAPI

````yaml /openapi/stigg-webhooks.yaml webhook data_export.destination_sync_failed
openapi: 3.1.0
info:
  title: Stigg Webhook Events
  version: 1.0.0
  description: |
    All webhook events, grouped by category via tags.
servers: []
security: []
tags:
  - name: Products
    description: Product lifecycle (create, update, archive/delete).
  - name: Features
    description: Lifecycle of features (create, update, delete).
  - name: Feature Groups
    description: Lifecycle of feature groups (create, update, archive, unarchive).
  - name: Plans
    description: Plan changes and versions.
  - name: Add-ons
    description: Add-on creation/updates/deletion.
  - name: Customers
    description: Customer lifecycle & billing failures.
  - name: Subscriptions
    description: Subscription lifecycle & billing month notifications.
  - name: Trials
    description: Trial start, warnings, conversion, expiration.
  - name: Entitlements
    description: Effective entitlements and threshold exceedances.
  - name: Promotional entitlements
    description: Grant/update/revoke/expire promo entitlements.
  - name: Coupons
    description: Coupon lifecycle.
  - name: Third-party sync
    description: Failures while syncing to external vendors.
  - name: Credit grants
    description: Credit grants and expirations.
  - name: Credit balance
    description: Credit balance thresholds.
  - name: Credit auto recharge
    description: Automatic credit recharge operations and configuration changes.
paths: {}

````

## Related topics

- [Data export sync failed](/api-reference/third-party-sync/data-export-sync-failed.md)
- [Remove data-export destination](/api-reference/data-export/remove-data-export-destination.md)
- [Add data-export destination](/api-reference/data-export/add-data-export-destination.md)
- [Update data-export destination selection](/api-reference/data-export/update-data-export-destination-selection.md)
- [Trigger data-export sync](/api-reference/data-export/trigger-data-export-sync.md)
