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 |