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

# Extrovert API Documentation

> Integrate Extrovert with your tools through APIs and webhooks

Welcome to the Extrovert API documentation. We provide two powerful ways to integrate Extrovert with your existing tools and workflows:

## Integration Options

### REST API

Our REST API allows you to **pull data from Extrovert** and **control campaigns programmatically**. Use the API when you need to:

* Retrieve prospects
* Add or delete prospects
* Query engagement metrics

### Webhooks

Webhooks enable Extrovert to **push data to your systems** automatically when events occur. Use webhooks when you need to:

* Automatically send prospects to sequencing tools
* Trigger workflows based on engagement thresholds
* Keep external systems synchronized in real-time
* React to events without polling

## Key Differences

| Feature            | REST API                     | Webhooks                     |
| ------------------ | ---------------------------- | ---------------------------- |
| **Direction**      | You pull data from Extrovert | Extrovert pushes data to you |
| **Timing**         | On-demand when you request   | Real-time when events occur  |
| **Use Case**       | Query and control            | Event-driven automation      |
| **Authentication** | API key required             | Optional custom headers      |

<CardGroup cols={2}>
  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore our API endpoints and start integrating
  </Card>

  <Card title="Webhooks" icon="webhook" href="/api-reference/webhooks">
    Set up automated data pushing to your tools
  </Card>

  <Card title="Get API Key" icon="key" href="https://app.goextrovert.com/dashboard/settings/integrations">
    Generate your API key from the dashboard
  </Card>

  <Card title="Support" icon="question" href="mailto:support@goextrovert.com">
    Need help? Contact our support team
  </Card>
</CardGroup>
