Setup
- In your campaign, click Automation in the toolbar
- Toggle Webhook Exports ON
- Configure webhook URLs for each data type:
- Companies webhook URL: receives company data as JSON
- Signals webhook URL: receives signal/job data as JSON
- People webhook URL: receives contact data as JSON
- Set Score Thresholds (optional):
- Companies min score (e.g., 5), only sends companies scoring above this threshold
- Signals min score (e.g., 5), only sends signals scoring above this threshold
- Click the send button next to each URL to save
How webhooks work
- When Auto-Update runs (daily at midnight or via Run Now), results are sent as HTTP POST requests to your configured URLs
- Data is formatted as JSON
- Only results above your score thresholds are sent
- Works with any system that accepts webhooks
Compatible platforms
Sentrion’s webhook exports work with any platform that accepts HTTP POST requests:- Clay: automated GTM outreach workflows. See the Clay integration guide.
- Zapier: connect to 5,000+ apps
- n8n: open-source automation workflows
- Make (Integromat): visual automation builder
- Custom endpoints: POST JSON data to your own API or internal systems
Tips
- Set score thresholds to avoid flooding your downstream system with low-quality matches. Start with a threshold of 5.
- Combine with Auto-Update for a fully hands-off pipeline: Sentrion finds signals daily and pushes high-scoring results to your tools automatically.
- You can configure webhooks for one, two, or all three data types (companies, signals, people) independently.
