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

> What are sinks and how to use them

# Overview

## Introduction

When using a Job or Run to consume your project APIs, you can configure a sink to automatically deliver Run results to a destination. Instead of polling the API for results, sinks push data to you as soon as each Run completes.

Intuned supports two types of sinks:

* **Webhook**: Send Run results to a webhook URL.
* **S3-compatible storage**: Store Run results as JSON files in an S3-compatible bucket.

## Webhook

The webhook sink sends Run results to a webhook URL as a POST request. Use this to deliver data directly to your backend or a third-party service.

For more information, see the [Webhook sink documentation](./webhook).

## S3-compatible storage

The S3 sink stores Run results as JSON files in any S3-compatible storage (AWS S3, Cloudflare R2, Tigris, Supabase Storage, etc.). Use this to persist results and access them later.

For more information, see the [S3 sink documentation](./s3).
